aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/README.md
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2021-11-11 19:23:41 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2021-11-11 19:33:12 +0300
commit0a0abd29f5d739c659674e42fa8d967e7ed498ec (patch)
tree854135af4594cae11a7ebb7b50197ddc2e599445 /README.md
parentfooter: intelligent license detection (diff)
downloadjekyll-theme-0a0abd29f5d739c659674e42fa8d967e7ed498ec.tar.gz
jekyll-theme-0a0abd29f5d739c659674e42fa8d967e7ed498ec.zip
README: update
Diffstat (limited to '')
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index 998b9a3..4ff81da 100644
--- a/README.md
+++ b/README.md
@@ -29,6 +29,7 @@ Put it in \_config.yml and adjust how you see fit.
settings:
project:
name: Test project
+ # The following settings are picked up from GitHub by default.
description: This is a test project
license: MIT License
license_file: LICENSE.txt
@@ -37,8 +38,8 @@ settings:
email: John.Doe@example.com
navbar:
hide: false
+ # Only relevant if the project's on GitHub.
github:
- # Only relevant if you use jekyll-github-metadata or github-pages
link: GitHub
icon: globe
```