Convert the whole site to use Pelican instead of Jekyll

This commit is contained in:
2019-11-05 06:21:56 +01:00
parent 49961a3007
commit d5c1c942f0
534 changed files with 7315 additions and 6642 deletions

View File

@@ -1,10 +0,0 @@
# gergely.polonkai.eu
## Initial start
```
git clone $REPO
cd $REPO
bundle install --path vendor/bundle
bundle exec jekyll server
```