Test Post
Welcome to the Test Post
This is a test post created to verify that the Jekyll blog is working correctly. This post demonstrates the basic structure and formatting capabilities of the blog.
What This Test Post Includes
- Proper Jekyll front matter configuration
- Categories and tags for organization
- Sample content with Markdown formatting
- Code examples and formatting
Code Example
Here’s a simple code example to demonstrate syntax highlighting:
1
2
3
4
5
6
7
8
def hello_world():
"""A simple test function."""
print("Hello from Technically Shaun!")
return "Success!"
if __name__ == "__main__":
result = hello_world()
print(f"Result: {result}")
Features Demonstrated
- Markdown formatting - Headers, lists, and text styling
- Code blocks - With syntax highlighting
- Front matter - Proper metadata for Jekyll
- Categories and tags - For content organization
Conclusion
This test post confirms that the blog infrastructure is properly set up and ready for real content. The Jekyll configuration, theme, and post structure are all working as expected.
This is a test post. More exciting content coming soon!
Tags
#test
#sample
#jekyll
Comments