Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
Haoxiang-Wang opened this issue May 2, 2024 · 4 comments
Open

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

Haoxiang-Wang opened this issue May 2, 2024 · 4 comments

Comments

@Haoxiang-Wang
Copy link

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.

@zhangineer
Copy link

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/

@tianalei
Copy link

tianalei commented Nov 9, 2024

Hi @zhangineer, do you know how citations and references are managed within these markdown notes, and how are them converted to HTML in this setup?

@zhangineer
Copy link

Hi @zhangineer, do you know how citations and references are managed within these markdown notes, and how are them converted to HTML in this setup?

checkout this page: https://arduin.io/papermod-tweaks/

@tianalei
Copy link

Thanks, I’ll give hugo-cite a shot. Appreciate your help!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants