My First Blog Post
Welcome to My Blog
This is my first blog post using Eleventy with a custom permalink structure. The filename format YYYYMMDD_title-slug allows us to organize posts chronologically while maintaining clean URLs.
Features
- Custom permalink structure
- Frontmatter support
- Category and tag organization
- Excerpt support for listing pages
Getting Started
To create a new blog post, simply create a markdown file with the date prefix and your desired slug. The build process will automatically generate the correct URL structure.
Example
--- title: Your Post Title date: 2024-01-15 category: Technology tags: [web, development] excerpt: A brief description --- Your content here...Conclusion
This blog system is flexible and easy to use. Happy blogging!