Gergely Polonkai 554e5f9404
Rename the file holding my GPG key
Pelican complains about the filename a lot, so it’s safer to rename it (and maybe do an HTTP redirect for the old
name). IPFS version’s link will break, but that’s hopefully not a big issue.
2025-05-29 13:11:45 +02:00

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
Description
Sources of the site gergely.polonkai.eu, Jekyll version
Readme 5.7 MiB
Languages
HTML 51.1%
CSS 31.1%
Python 13.1%
Makefile 4.7%