diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2022-03-22 12:29:04 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2022-03-22 12:29:04 +0300 |
commit | 76b48e73b352a3d5b4b3ebb2293e6d9b23608c29 (patch) | |
tree | cbe1f102011ff90b22af7c6b302ffe9c1ae96841 | |
parent | README: update (diff) | |
download | jekyll-theme-76b48e73b352a3d5b4b3ebb2293e6d9b23608c29.tar.gz jekyll-theme-76b48e73b352a3d5b4b3ebb2293e6d9b23608c29.zip |
README: update
-rw-r--r-- | README.md | 12 |
1 files changed, 10 insertions, 2 deletions
@@ -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. |