Step 4: Customize Your Jekyll Site
-
Modify
_config.yml
to add site details:title: My Awesome Site description: A blog about tech and coding
-
Add these three line for Blog Post list
{% for post in site.posts %} - [{{ post.title }}]({{ post.url }}) ({{ post.date | date: "%B %d, %Y" }}) {% endfor %}