aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/README.md
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2022-03-22 12:29:04 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2022-03-22 12:29:04 +0300
commit76b48e73b352a3d5b4b3ebb2293e6d9b23608c29 (patch)
treecbe1f102011ff90b22af7c6b302ffe9c1ae96841 /README.md
parentREADME: update (diff)
downloadjekyll-theme-76b48e73b352a3d5b4b3ebb2293e6d9b23608c29.tar.gz
jekyll-theme-76b48e73b352a3d5b4b3ebb2293e6d9b23608c29.zip
README: update
Diffstat (limited to 'README.md')
-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.