lilianweng/lilianweng.github.io

[License Request] Can I adopt it for my personal website?

Opened this issue · 1 comments

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.

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/