[MOVED to codeberg] Hugo theme with no predefined colors and minimal styling. https://codeberg.org/tastytea/hugo-theme-nocolor
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.
Go to file
tastytea 21abe10102
Remove h7 and h8 from CSS.
Valid headings are from 1-6.
2019-11-21 00:33:32 +01:00
archetypes Add AsciiDoc archetype. 2019-11-21 00:29:45 +01:00
layouts Add EditorConfig. 2019-11-20 23:52:38 +01:00
static/assets Remove h7 and h8 from CSS. 2019-11-21 00:33:32 +01:00
.editorconfig Add EditorConfig. 2019-11-20 23:52:38 +01:00
CODE_OF_CONDUCT.adoc Add COC and contributing guidelines. 2019-11-20 23:45:46 +01:00
CONTRIBUTING.adoc Add COC and contributing guidelines. 2019-11-20 23:45:46 +01:00
LICENSE Add LICENSE. 2019-11-20 22:40:09 +01:00
README.adoc Fix clone path. 2019-11-20 23:54:25 +01:00
theme.toml Change tags and features. 2019-11-20 22:45:40 +01:00

nocolor

nocolor is a Hugo theme with no predefined colors and minimal styling. It is based on Slick.

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.