aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--README.md12
1 files changed, 10 insertions, 2 deletions
diff --git a/README.md b/README.md
index d7b885d..499e7f4 100644
--- a/README.md
+++ b/README.md
@@ -65,6 +65,14 @@ settings:
Features
--------
+* [Layouts](#layouts)
+* [Navbar](#navbar)
+* [Feed](#feed)
+* [Categories](#categories)
+* [Code snippets](#code-snippets)
+* [Shell commands](#shell-commands)
+* [Typesetting math](#typesetting-math)
+
### Layouts
* `plain`: navbar at the top + footer at the bottom
@@ -97,7 +105,7 @@ accordingly.
Hide the link by setting `site.settings.navbar.github` to `false`.
-### Posts feed
+### Feed
See [feed/index.html] for an example of how to easily create a paginated post
feed.
@@ -105,7 +113,7 @@ Basically, just include posts/posts.html.
[feed/index.html]: feed/index.html
-### Category pages
+### Categories
See [life/index.html] or [work/index.html] for examples of how to create
category pages, with a list of posts belonging to the category.