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.
nocolor
A Hugo theme with no predefined colors and minimal styling. If you want source code highlighting, take a look at tomorrow-pygments.
The theme is based on Slick. Their configuration example is valid for nocolor too.
Installation
Just download the theme or clone it into your themes/
directory:
cd themes && git clone https://schlomp.space/tastytea/hugo-theme-nocolor.git
Then reference it in your config
:
theme = "nocolor"
Or when building the site, pass it in to the CLI:
hugo -t nocolor
Modification
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
.
Description
[MOVED to codeberg] Hugo theme with no predefined colors and minimal styling.
https://codeberg.org/tastytea/hugo-theme-nocolor
Readme
662 KiB
Languages
HTML
85.5%
CSS
14.5%