Sources of the site gergely.polonkai.eu, Jekyll version
Go to file
Gergely Polonkai edfcc33811
Remove the FOSS Fail Meter page
It has nothing to do in this repository.
2024-01-22 14:37:27 +01:00
content Remove the FOSS Fail Meter page 2024-01-22 14:37:27 +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 Update gitignore so it contains the __pycache__ folder 2021-02-15 14:53:27 +00:00
Makefile
README.md Add a README file with publishing instructions 2022-06-18 13:30:49 +02:00
ipfspublish.py
pelicanconf.py Update the contacts section 2022-06-18 13:31:09 +02:00
poetry.lock Upgrade dependencies 2023-10-31 13:04:04 +01:00
publishconf.py
pyproject.toml Move to Poetry 2020-11-23 10:11:34 +01:00
setup.py
tasks.py

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