1.8 KiB
1.8 KiB
nocolor
Features
-
Supports taxonomies of tags, categories and series with their own pages.
-
RSS Feed with complete entries.
-
Open Graph, Schema.org and Twitter Cards support.
-
Fully customizable menu entries.
-
No JavaScript, no bundled fonts, no external requests.
Installation
Just download the theme or clone it into your themes/
directory:
cd themes && git clone https://schlomp.space/tastytea/hugo-theme-nocolor.git nocolor
Then reference it in your config
:
theme = "nocolor"
Or when building the site, pass it in to the CLI:
hugo -t nocolor
Modification
Please take a look at the configuration example for Slick. It is valid for nocolor too.
You can add things to the end of the <head>
section by overwriting the partial
template extra-head.html
. The common way to do it is to create
layouts/partials/extra_head.html
.
If you want source code highlighting, take a look at tomorrow-pygments.