You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
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.
The text was updated successfully, but these errors were encountered: