|
2 months ago | |
---|---|---|
archetypes | 5 years ago | |
layouts | 2 months ago | |
static | 2 years ago | |
.editorconfig | 4 years ago | |
LICENSE | 3 years ago | |
README.md | 3 years ago | |
theme.toml | 3 years ago |
Based of Base16, check here for a visual.
$ mkdir themes
$ cd themes
$ git clone https://github.com/GovanifY/blackntight.git blackntight
See the Hugo documentation for more information.
This theme has support for highlight
shortcode (with Pygments),
see the Hugo documentation for more information.
To use this feature install Pygments (pip install Pygments
) and add pygmentsuseclasses = true
to your config.toml
.
Use the figure
shortcode if you want nice rendering of pictures, see the Hugo documentation for more information.
You probably want to edit the homepage. Get started by copying the supplied homepage to your own site.
$ mkdir -p layouts/partials
$ cp themes/base16/layouts/partials/hero.html layouts/partials/hero.html
After this, you can edit layouts/partials/hero.html
and make it awesome.
MIT Licensed, see LICENSE.