A boring dark theme for Hugo.
- 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"]
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.
You will find an example config file in demo/config.yaml
.
If you find a bug or have an idea for a feature, feel free to use the issue tracker to let me know.