cd themes && git clone https://schlomp.space/tastytea/hugo-theme-nocolor.git nocolor
|
1 week ago | |
---|---|---|
archetypes | 3 weeks ago | |
layouts | 2 weeks ago | |
static/assets | 1 week ago | |
.editorconfig | 3 weeks ago | |
CODE_OF_CONDUCT.adoc | 3 weeks ago | |
CONTRIBUTING.adoc | 3 weeks ago | |
LICENSE | 3 weeks ago | |
README.adoc | 2 weeks ago | |
theme.toml | 2 weeks ago |
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.
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
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
or above the footer by overwriting
extra_foot.html
. The common way to do it is to create
layouts/partials/extra_head.html
or layouts/partials/extra_foot.html
,
respectively.
If you want source code highlighting, take a look at tomorrow-pygments.
Read the Code of Conduct.
Before reporting a bug, please perform a search to see if the problem has already been reported. If it has, add a comment to the existing issue instead of opening a new one. Same for enhancements.
Please use similar coding conventions as the rest of the project. The basic rule to remember is to write code in the same style as the existing/surrounding code.
You can also send me your patches via E-Mail, ideally
using git format-patch
or git send-email
.