A Hugo theme focused on content, cleanliness, speed, responsiveness and privacy.
Slick is a fork of Temple with many improvements.
…
Temple is a fork of Nofancy with many improvements.
The main features of this theme include:
Just download the theme or clone it into
your themes/
directory:
cd themes && git clone https://github.com/spookey/slick.git
Then reference it in your config
:
theme = "slick"
Or when building the site, pass it in to the CLI:
hugo -t slick
To setup the 404 page please read the instructions.
Your config
file will hold all your options.
Please have a look into the subfolders of _sites
for working examples.
It is highly recommended to make some adjustments to the main
and the footer
menu (e.g. to link to your About page).
Please Note: Files inside the static folder are only updated on tagged commits (releases).
This theme uses rollup.js and postCSS to bundle all files together. JavaScript is compiled from TypeScript. Components are drawn in by npm.
Please have a look inside package.json for commands and tools required for building.
Use npm version
to tag a commit.
Contributions are welcome.
If you are adding a feature, fork the repository, create a new branch for your feature and submit a PR. Please make sure to put documentation for your new feature:
config
file, make sure
you update the config.toml and config.yaml below the _sites
folder
as well as the CHANGELOG.md.Submit a new issue with information about your issue and/or bug. If you have a solution, then submit a new PR with the guidelines posted above in the features section and link your issue to it using the keyword “closes”.
Licensed under the MIT License. See the LICENSE.