From 76b48e73b352a3d5b4b3ebb2293e6d9b23608c29 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Tue, 22 Mar 2022 12:29:04 +0300 Subject: README: update --- README.md | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) (limited to 'README.md') 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. -- cgit v1.2.3