https://github.com/simonwei97/hugo-blog
hugo-blog
https://github.com/simonwei97/hugo-blog
Last synced: 5 months ago
JSON representation
hugo-blog
- Host: GitHub
- URL: https://github.com/simonwei97/hugo-blog
- Owner: simonwei97
- Created: 2024-06-03T14:14:04.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-11-07T08:12:38.000Z (over 1 year ago)
- Last Synced: 2025-06-08T08:02:28.744Z (about 1 year ago)
- Language: HTML
- Homepage: https://simonwei97.github.io/hugo-blog
- Size: 267 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
My Hugo blog build by PaperMod.
```bash
git submodule add --depth=1 https://github.com/adityatelange/hugo-PaperMod.git themes/PaperMod
git submodule update --init --recursive # needed when you reclone your repo (submodules may not get cloned automatically)
git submodule add --depth=1 https://github.com/martignoni/hugo-notice.git themes/hugo-notice
```
# Refer:
## Shortcodes
- https://github.com/RoneoOrg/hugo-shortcode-roneo-collection
- https://github.com/martignoni/hugo-notice/tree/main
- https://github.com/HighnessAtharva/Blog/tree/master/layouts/shortcodes
- https://github.com/flypenguin/hugo-shortcode-gallery
### GitHub Card
1. https://github.com/nwtgck/gh-card
2. https://github.com/tarptaeya/repo-card
3. github-readme-stats
```

```
### Comment
https://discourse.gohugo.io/t/free-and-open-source-comments-for-hugo/32940