setsevireon / photophobia

A boring dark theme for Hugo.

Home Page:https://setsevireon.github.io/photophobia

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Photophobia

A boring dark theme for Hugo.

screenshot

Installation

As a Hugo Module (recommended)

  1. From your project's root directory, initiate the hugo module.
hugo mod init <git_repo_domain>/<your_user>/<your_project>
  1. 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.

About

A boring dark theme for Hugo.

https://setsevireon.github.io/photophobia

License:MIT License


Languages

Language:HTML 90.4%Language:CSS 5.0%Language:JavaScript 4.6%