Open Haoxiang-Wang opened 6 months ago
her website is actually built with Hugo + PaperMod. Here is a quick start.
hugo new site My_Blog_Site
cd My_Blog_Site
git init
git submodule add --depth=1 https://github.com/adityatelange/hugo-PaperMod.git themes/PaperMod
echo "theme = 'PaperMod'" >> hugo.toml
hugo server
You can find more information here for PaperMod: https://adityatelange.github.io/hugo-PaperMod/posts/papermod/papermod-faq/
Hi @lilianweng ,
Your website looks wonderful! But this repo has no license. I wonder if you could put a license in the repo so that others can adopt it for personal websites as well.