20 lines
678 B
Markdown
20 lines
678 B
Markdown
# 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.
|
|
|
|
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).
|
|
|
|
## 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
|
|
```
|
|
|