hugo-theme-terminal/README.md

21 lines
678 B
Markdown
Raw Permalink Normal View History

2022-06-21 13:50:51 +00:00
# Terminal
This is my version of [panr's Terminal Hugo theme](https://github.com/panr/hugo-theme-terminal). I've not made many
changes at all, but this is just to store any changes that are better done with git instead of copying and overriding
the files in my Hugo site's root directory.
2024-09-07 21:27:07 +00:00
This is the theme used on [my website](https://revsuine.xyz/). You can see the website source
[here](https://git.revsuine.xyz/revsuine/revsuine.xyz).
2024-09-07 21:27:07 +00:00
## Configuration
The same as [upstream](https://github.com/panr/hugo-theme-terminal?tab=readme-ov-file#how-to-configure), with the
following changes:
```ini
[params]
# whether to show a page's word count
showWordCount = true
```