aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/README.md
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2021-11-02 21:20:50 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2021-11-02 21:21:41 +0300
commit62e6ee584a458044de208236b77e55eb6552744c (patch)
tree4fa199b7781bbf5b745b6fa3364cbbafd2edf13e /README.md
parentnavbar: open GitHub link in a new tab (diff)
downloadjekyll-theme-62e6ee584a458044de208236b77e55eb6552744c.tar.gz
jekyll-theme-62e6ee584a458044de208236b77e55eb6552744c.zip
README: update
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 4 insertions, 1 deletions
diff --git a/README.md b/README.md
index a719f6d..1f7433f 100644
--- a/README.md
+++ b/README.md
@@ -62,14 +62,17 @@ something like `home` or `envelope` (or [any other glyphicon]).
[any other glyphicon]: https://getbootstrap.com/docs/3.4/components/#glyphicons
+#### GitHub link
+
If you use `jekyll-github-metadata` (you do if you use the `github-pages` gem),
a link to the GitHub repository is added at the end of the navbar.
Customize the link text and the icon by setting
`site.settings.navbar.github.link` and `site.settings.navbar.github.icon`
accordingly.
+
Hide the link by settings `site.settings.navbar.github` to `false`.
-### Post feed
+### Posts feed
See [feed/index.html] for an example of how to easily create a paginated post
feed.