Sources of the site gergely.polonkai.eu, Jekyll version
Go to file
Gergely Polonkai dbf536c74b
Add dat-version and ipfs-version to the gitignore file
2024-01-22 14:47:31 +01:00
content Process my profile picture with SVGO 2024-01-22 14:46:50 +01:00
gergelypolonkaieu_site Add the :exp_years: text role 2021-02-15 15:50:54 +01:00
my_theme Add an Apple touch icon 2023-01-07 07:47:37 +01:00
.gitignore Add dat-version and ipfs-version to the gitignore file 2024-01-22 14:47:31 +01: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 Upgrade Pelican to 4.9.0 2024-01-22 14:46:51 +01:00
publishconf.py Convert the whole site to use Pelican instead of Jekyll 2019-11-05 06:21:56 +01:00
pyproject.toml Upgrade Pelican to 4.9.0 2024-01-22 14:46:51 +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