An open API service indexing awesome lists of open source software.

https://github.com/simonwei97/hugo-blog

hugo-blog
https://github.com/simonwei97/hugo-blog

Last synced: 5 months ago
JSON representation

hugo-blog

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
```
![](https://github-readme-stats.vercel.app/api/pin/?username=openai&repo=openai-python)
```

### Comment

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