Blog posts
How to add, remove, and edit blog posts
Add/remove posts
To add or remove a blog post, create or delete a Markdown file in /_posts
.
The filename should be in the format YYYY-MM-DD-your-post-title.md
, which Jekyll uses for the post's URL and date (among other things).
Each file will automatically generate its own page based on its filename.
After adding post, you can display them on your site with the list and post excerpt components.
Example:
Customize post page
The skeleton arrangement and style of blog post pages are based on the /_layouts/post.html
template, which you can freely edit to your liking.
Last updated