updates

Aug 27, 2024Β·
Han Zhang
Han Zhang
Β· 1 min read

updates

[2024-08-14 Wed] the previous website (theme) is kind of broken. I don’t know why has a complete migration to new ones

procedures are mostly similar

It is based on https://academic-demo.netlify.app/

see original files here if you break down anything https://github.com/HugoBlox/theme-academic-cv

New folders are stored at:

Users/han/Dropbox/newhomepage

the only difference:

after compile (hugo) the geneerated website is stored at Users/han/Dropbox/newhomepage/public

but the github repo is stored at a different subfolder

Users/han/Dropbox/newhomepage/philohistoria/philohistoria.github.io which will be pusshed to the Github pages https://github.com/philohistoria/philohistoria.github.io

The reason for doing is that I did not know how to properly add submodules.

so we either manually copy public/ to philohistoria.github.io/

or run

rsync -r public/ philohistoria/philohistoria.github.io

or run it here (directly in emacs)

rsync -r /Users/han/Dropbox/newhomepage/public/  /Users/han/Dropbox/newhomepage/philohistoria/philohistoria.github.io/

And then use git or GUI to commit (Github Desktop)