This theme is a Hugo port of the assembly theme by http://templated.co. A two-column, fixed-width design with dark color scheme.
Follow the themes guide on the Hugo website. Briefly, within your Hugo folder:
$ cd themes
$ git clone https://github.com/salsysd/hugo-assembly.git
Take a look inside the exampleSite
folder of this theme. You’ll find a file called config.toml
. To use it, copy the config.toml
in the root folder of your Hugo site. Feel free to change the strings in this theme.
Add theme = "hugo-assembly"
to this config or when starting the service, use hugo server -t hugo-assembly
.
Credit for this theme goes to http://templated.co, which is licensed under a CC BY 3.0 license. If you use this Hugo port, please consider the terms of that license and make proper attribution to http://templated.co.
-
The initial port by @salsysd is here; if you fork this theme and make changes, please list them in the changelog.
-
fixed minor issues for the hugo theme build script