Skip to content
This repository has been archived by the owner on Nov 13, 2022. It is now read-only.

Commit

Permalink
Merge branch 'master' of https://github.com/fastai/fastpages
Browse files Browse the repository at this point in the history
  • Loading branch information
hamelsmu committed May 15, 2022
2 parents 55cf0a0 + e5698ce commit 1eaaada
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,8 @@ See below for a more detailed list of features.
For a live walk-through of the setup steps (with some additional tips) see this [video tutorial of setting up a fastpages blog](https://youtu.be/L0boq3zqazI) by Abdul Majed.

3. To create your first post, add content in the `_posts`, `_notebooks` or `_word` directories. You can follow examples of content in those folders in this repo of how to structure the content. The most important thing to pay attention to is the front matter, which is discussed in more detail below. Furthermore, you can add additional pages that will appear on your blog's navbar in the `_pages` directory. Note that content in the `_word` directory does not support front matter.

## Customizing Blog Posts With Front Matter

[Front matter](https://jekyllrb.com/docs/front-matter/) allows you to toggle various options on/off for each blog post, as well as pass metadata to various features of fastpages.
Expand Down

0 comments on commit 1eaaada

Please sign in to comment.