Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/brickfrog/hugo-papermodulo
A fork of a fork of a fork, hugo theme. What other names remain?
https://github.com/brickfrog/hugo-papermodulo
hugo-blog-theme hugo-theme
Last synced: about 2 months ago
JSON representation
A fork of a fork of a fork, hugo theme. What other names remain?
- Host: GitHub
- URL: https://github.com/brickfrog/hugo-papermodulo
- Owner: brickfrog
- License: mit
- Created: 2022-08-04T13:09:56.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-09-17T18:36:23.000Z (4 months ago)
- Last Synced: 2024-09-17T23:03:50.461Z (4 months ago)
- Topics: hugo-blog-theme, hugo-theme
- Language: HTML
- Homepage:
- Size: 460 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Hugo PaperModulo
A fork of a [fork](https://github.com/reorx/hugo-PaperModX) of a ["fork"](https://github.com/adityatelange/hugo-PaperMod) of [Paper](https://github.com/nanxiaobei/hugo-paper). What other Mod themed names remain?
But in all seriousness, thanks [reorx](https://www.github.com/reorx/) and [adityatelange](https://github.com/adityatelange/) for your themes. This is primarily a personal tweak to get used to editing hugo for my own site. See: https://justin.vc for an example of this theme.
If you're not a fan of my aesthetics, I'd recommend sticking with [PaperMod](https://github.com/adityatelange/hugo-PaperMod) and integrating any changes using the layouts / feel free to copy how I added Utterances, for example. It's grown into a veritable cluster of personal flair edits.
## Install
Inside the folder of your Hugo project, run:
```
git submodule add https://github.com/brickfrog/hugo-PaperModulo themes/PaperModulo
```## Options
Primarily the same as PaperMod / PaperModX. See my [personal config](https://github.com/brickfrog/justin.vc/blob/master/config.yml) for some differences.
## Differences, why fork?
There's a couple things I planned to remove / change around when I have more free time. Right now, things are mostly cosmetic, however I have added:
- [x] Getting dark theme closer to Dracula / Chroma edits
- [x] Utterances for commenting, using the standard PaperMod/X config
- [x] Sidenotes shortcode (thanks for idea/initial code: https://danilafe.com/blog/sidenotes )
- [x] https://omg.lol status integration on homepage
- [x] https://micro.blog mini-feed on homepage
- [x] filter for icon to change color between dark/light modeTODO:
- [ ] Alternative to InstantClick (outdated?)
- [ ] [giscus](https://github.com/giscus/giscus) support (kinda like utterances, but for github discussions - still in "beta", so keep utterances as option)