This repository has been archived on 2024-09-02. You can view files and clone it, but cannot push or open issues or pull requests.
hugo-theme-nocolor/README.adoc
2019-11-20 19:56:22 +01:00

30 lines
579 B
Plaintext

= nocolor
A Hugo theme with no predefined colors. If you want source code highlighting,
take a look at https://github.com/mozmorris/tomorrow-pygments[].
The theme is based on https://github.com/spookey/slick[Slick].
== Installation
Just download the theme or clone it into your `themes/` directory:
[source,shell]
----
cd themes && git clone https://schlomp.space/tastytea/hugo-theme-nocolor.git
----
Then reference it in your `config`:
[source,toml]
----
theme = "nocolor"
----
Or when building the site, pass it in to the CLI:
[source,shell]
----
hugo -t nocolor
----