Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/setsevireon/photophobia
A boring dark theme for Hugo.
https://github.com/setsevireon/photophobia
gohugo gohugo-theme hugo hugo-theme tailwindcss theme
Last synced: 3 months ago
JSON representation
A boring dark theme for Hugo.
- Host: GitHub
- URL: https://github.com/setsevireon/photophobia
- Owner: setsevireon
- License: mit
- Created: 2021-07-20T16:46:27.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-06-19T17:21:45.000Z (5 months ago)
- Last Synced: 2024-06-21T15:06:27.048Z (5 months ago)
- Topics: gohugo, gohugo-theme, hugo, hugo-theme, tailwindcss, theme
- Language: HTML
- Homepage: https://setsevireon.github.io/photophobia
- Size: 1.32 MB
- Stars: 22
- Watchers: 2
- Forks: 4
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-starred - setsevireon/photophobia - A boring dark theme for Hugo. (others)
README
# Photophobia
A boring dark theme for [Hugo][1].
![screenshot](https://raw.githubusercontent.com/setsevireon/photophobia/master/images/screenshot.png)
## Installation
### As a Hugo Module (recommended)
1. From your project's root directory, initiate the hugo module.
```
hugo mod init //
```
2. Add the theme's repo to your `config.[yaml,toml]`:```yaml
theme: github.com/setsevireon/photophobia
``````toml
theme = ["github.com/setsevireon/photophobia"]
```### As Git Submodule
Inside the folder of your Hugo site run:
```
git submodule add https://github.com/setsevireon/photophobia.git themes/photophobia
```For more information read the [official setup guide][2] of Hugo.
## The config file
You will find an example config file in [`demo/config.yaml`][3].
## Contributing
If you find a bug or have an idea for a feature, feel free to use the
[issue tracker][4] to let me know.[1]: https://gohugo.io/
[2]: https://gohugo.io/overview/installing/
[3]: https://github.com/setsevireon/photophobia/blob/master/demo/config.yaml
[4]: https://github.com/setsevireon/photophobia/issues