Hugo Themes
Photophobia
A boring dark theme
- Author: setsevireon
- Minimum Hugo Version: 0.80.0
- GitHub Stars: 4
- Updated: 2021-08-18
- License: MIT
- Tags: Blog Dark Multilingual
Photophobia
A boring dark theme for Hugo.
Installation
As a Hugo Module (recommended)
- From your project’s root directory, initiate the hugo module.
hugo mod init <git_repo_domain>/<your_user>/<your_project>
- Add the theme’s repo to your
config.[yaml,toml]
:
theme: github.com/setsevireon/photophobia
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 of Hugo.
The config file
You will find an example config file in demo/config.yaml
.
Contributing
If you find a bug or have an idea for a feature, feel free to use the issue tracker to let me know.