diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2021-11-02 21:02:43 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2021-11-02 21:12:48 +0300 |
commit | 89b6ebcda5d9e48589e88ae49faab64aee2ac799 (patch) | |
tree | db095bc9348e29641a2b2b4d785d4895d8ed9380 /_config.yml | |
parent | navbar: add a GitHub link (diff) | |
download | jekyll-theme-89b6ebcda5d9e48589e88ae49faab64aee2ac799.tar.gz jekyll-theme-89b6ebcda5d9e48589e88ae49faab64aee2ac799.zip |
workflows/ci: it's a GitHub theme, no external publishing
Diffstat (limited to '')
-rw-r--r-- | _config.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/_config.yml b/_config.yml index 29c9e71..4ac283e 100644 --- a/_config.yml +++ b/_config.yml @@ -1,5 +1,5 @@ # Jekyll -baseurl: '' +baseurl: /jekyll-theme exclude: - Gemfile |