From ea2cac77bbb0b01b42e4c50acf733056141fcd83 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Thu, 4 Nov 2021 19:32:06 +0300 Subject: pick up default site.settings values from site.github Also, use the default filter more, it's much more convenient. --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index dc1a448..cfb8eec 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ Put it in \_config.yml and adjust how you see fit. ``` settings: project: - name: Test + name: Test project description: This is a test project license: MIT License license_file: LICENSE.txt @@ -37,6 +37,9 @@ settings: email: John.Doe@example.com navbar: hide: false + github: # Only relevant if you use jekyll-github-metadata/github-pages + link: GitHub + icon: globe ``` Features -- cgit v1.2.3