diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2021-11-04 19:32:06 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2021-11-05 13:01:33 +0300 |
commit | ea2cac77bbb0b01b42e4c50acf733056141fcd83 (patch) | |
tree | 22af069250b139c541dfbd3b3d62c73ca6a94843 /_config.yml | |
parent | README: fix a typo (diff) | |
download | jekyll-theme-ea2cac77bbb0b01b42e4c50acf733056141fcd83.tar.gz jekyll-theme-ea2cac77bbb0b01b42e4c50acf733056141fcd83.zip |
pick up default site.settings values from site.github
Also, use the default filter more, it's much more convenient.
Diffstat (limited to '')
-rw-r--r-- | _config.yml | 13 |
1 files changed, 4 insertions, 9 deletions
diff --git a/_config.yml b/_config.yml index 4ac283e..5542d59 100644 --- a/_config.yml +++ b/_config.yml @@ -43,13 +43,8 @@ paginate_path: '/feed/page:num/' # Theme settings settings: - project: - name: jekyll-theme - description: jekyll-theme preview - license: MIT License - license_file: LICENSE.txt author: - name: John Doe - email: John.Doe@example.com - navbar: - hide: false + # jekyll-github-metadata doesn't include the display name or the email + # address of the owner. + name: Egor Tensin + email: Egor.Tensin@gmail.com |