diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2022-05-13 17:46:34 +0200 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2022-05-13 18:20:23 +0200 |
commit | d231c9b71d31b4208ef679106ba38a6dbf91ef61 (patch) | |
tree | 98c35db1465839f9df71fa858eb16909627e7325 /.gitignore | |
parent | move Jekyll options to _config.yml (diff) | |
download | egor-tensin.github.io-d231c9b71d31b4208ef679106ba38a6dbf91ef61.tar.gz egor-tensin.github.io-d231c9b71d31b4208ef679106ba38a6dbf91ef61.zip |
switch from GitHub Pages to plain Jekyllmigration
This is the beginning of moving everything out of GitHub Pages. Not that
I don't like it, it's just having two websites is one too many.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1,2 +1,3 @@ +/.jekyll-cache/ _site/ .wget/ |