Sources of the site gergely.polonkai.eu, Jekyll version
Go to file
Gergely Polonkai fc3df48a74
Update the about page
2022-06-18 13:31:23 +02:00
content Update the about page 2022-06-18 13:31:23 +02:00
gergelypolonkaieu_site Add the :exp_years: text role 2021-02-15 15:50:54 +01:00
my_theme Update the contacts section 2022-06-18 13:31:09 +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 Update the contacts section 2022-06-18 13:31:09 +02: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