Welcome to your first Jekyll post!
This is your first blog post written in Markdown. Jekyll will automatically convert this to HTML and apply your layout.
What is Jekyll?
Jekyll is a static site generator written in Ruby. It takes your content written in Markdown, applies layouts and templates, and generates a complete static website.
Key Features
- Markdown support: Write your content in simple Markdown
- Liquid templating: Use powerful templating features
- GitHub Pages integration: Deploy easily to GitHub Pages
- Plugin system: Extend functionality with plugins
Getting Started
To create a new post, simply add a new file to the _posts
directory with the format:
YYYY-MM-DD-title.md
Happy blogging with Jekyll! 🎉