Skip to content

TimDorand/timotheeblog

Repository files navigation

Personnal blog

This is the code of my personnal website. I'm using the library Hugo (JS).

Push updates and pull them

locally

hugo -D && git add . && git commit -m "update nov 25" && git push origin main

on server

ssh server
sudo su
cd /var/www/timotheeblog
git pull

Troubleshooting

Remove Hugo module cache

rm -rf ~/Library/Caches/hugo_cache/

Remove existing theme

rm -rf themes/PaperMod

git clone https://github.com/adityatelange/hugo-PaperMod.git themes/PaperMod hugo mod get -u github.com/adityatelange/hugo-PaperMod hugo mod tidy

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages