diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2021-04-09 23:57:28 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2021-04-10 00:03:36 +0300 |
commit | 3f57fd8d3b2d60a9085921f934b455f1ca5cc920 (patch) | |
tree | 79717c35ad50cb15a3b87d90cdde8050bcc7f298 /_config.yml | |
parent | add GitHub Actions workflow (diff) | |
download | jekyll-theme-3f57fd8d3b2d60a9085921f934b455f1ca5cc920.tar.gz jekyll-theme-3f57fd8d3b2d60a9085921f934b455f1ca5cc920.zip |
footer: configurable license
Diffstat (limited to '')
-rw-r--r-- | _config.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/_config.yml b/_config.yml index 1a4dd85..0dd7a7c 100644 --- a/_config.yml +++ b/_config.yml @@ -4,7 +4,6 @@ baseurl: '' exclude: - Gemfile - Gemfile.lock - - LICENSE.txt - README.md defaults: @@ -45,6 +44,8 @@ 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 |