You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -49,7 +49,9 @@ Using Beautiful-Jekyll is very simple, but you should take a few minutes to read
49
49
50
50
###Adding content
51
51
52
-
You can now start adding pages to your site. Beautiful-Jekyll supports three layouts:`post`,`page`, and`minimal`. In order to use Beautiful-Jekyll's template, a page must have its`layout` parameter set to one of these options in the YAML. Any blog posts (pages under the`_posts` directory) should use the`post` layout, while most other pages should use the`page` layout. You can use the`minimial` layout if you want a page with minimal styling, without the bulky navigation bar and footer.
52
+
You can now start adding pages to your site. Beautiful-Jekyll supports three layouts:`post`,`page`, and`minimal`. In order to use Beautiful-Jekyll's template, a page must have its`layout` parameter set to one of these options in the YAML.
53
+
54
+
Any blog posts (pages under the`_posts` directory) should use the`post` layout, while most other pages should use the`page` layout. You can use the`minimial` layout if you want a page with minimal styling, without the bulky navigation bar and footer.
53
55
54
56
Instead of remembering to manually add the layout parameter to every page's YAML, you can add the following lines to your`_config.yml` so that all blog posts will automatically have layout`post` and all other pages will have layout`page`: