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 /.ci | |
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 '.ci')
-rw-r--r-- | .ci/Gemfile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/.ci/Gemfile b/.ci/Gemfile deleted file mode 100644 index 053c27d..0000000 --- a/.ci/Gemfile +++ /dev/null @@ -1,2 +0,0 @@ -source 'https://rubygems.org' -gem 'github-pages' |