Sources of the site gergely.polonkai.eu, Jekyll version
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Go to file
Gergely Polonkai 9c43546e15
Add an Apple touch icon
5 months ago
content Add an Apple touch icon 5 months ago
gergelypolonkaieu_site Add the :exp_years: text role 2 years ago
my_theme Add an Apple touch icon 5 months ago
.gitignore Update gitignore so it contains the __pycache__ folder 2 years ago
Makefile Convert the whole site to use Pelican instead of Jekyll 4 years ago
README.md Add a README file with publishing instructions 11 months ago
ipfspublish.py Convert the whole site to use Pelican instead of Jekyll 4 years ago
pelicanconf.py Update the contacts section 11 months ago
poetry.lock Upgrade to Pelican 4.8.0 11 months ago
publishconf.py Convert the whole site to use Pelican instead of Jekyll 4 years ago
pyproject.toml Move to Poetry 3 years ago
setup.py Convert the whole site to use Pelican instead of Jekyll 4 years ago
tasks.py Convert the whole site to use Pelican instead of Jekyll 4 years ago

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