Sources of the site gergely.polonkai.eu, Jekyll version
Go to file
Gergely Polonkai 051fd87fb5
Add a README file with publishing instructions
2022-06-18 13:30:49 +02:00
content [Bugfix] Fix the resume keyword list 2022-06-16 18:23:43 +02:00
gergelypolonkaieu_site Add the :exp_years: text role 2021-02-15 15:50:54 +01:00
my_theme Make list items a bit more dense 2022-06-16 18:23:42 +02:00
.gitignore Update gitignore so it contains the __pycache__ folder 2021-02-15 14:53:27 +00:00
Makefile Convert the whole site to use Pelican instead of Jekyll 2019-11-05 06:21:56 +01:00
README.md Add a README file with publishing instructions 2022-06-18 13:30:49 +02:00
ipfspublish.py Convert the whole site to use Pelican instead of Jekyll 2019-11-05 06:21:56 +01:00
pelicanconf.py Create a what-is/privacy policy page for my appointment booking page 2021-02-15 15:51:44 +01:00
poetry.lock Move to Poetry 2020-11-23 10:11:34 +01:00
publishconf.py Convert the whole site to use Pelican instead of Jekyll 2019-11-05 06:21:56 +01:00
pyproject.toml Move to Poetry 2020-11-23 10:11:34 +01:00
setup.py Convert the whole site to use Pelican instead of Jekyll 2019-11-05 06:21:56 +01:00
tasks.py Convert the whole site to use Pelican instead of Jekyll 2019-11-05 06:21:56 +01:00

README.md

Website of Gergely Polonkai

Publishing to the web

poetry run pelican content
rsync --archive --verbose --human-readable --delete output/ /data/gergely.polonkai.eu/html
restorecon -vr /data/gergely.polonkai.eu/html

Publishing to IPFS

poetry run pelican -s ipfspublish.py -o ipfs-version content
cd ipfs-version
ipfs add -r .
ipfs name publish --key=gergely.polonkai.eu /ipfs/XXX