Welcome to mirror list, hosted at ThFree Co, Russian Federation.

README.md - github.com/salsysd/hugo-assembly.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: cd124b3b15275cbca2841ee084178cd8064f4ce4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# Assembly Theme

This theme is a Hugo port of the assembly theme by [http://templated.co](http://templated.co). A two-column, fixed-width design with dark color scheme.

![](images/screenshot.png)

## Installation

Follow the themes guide on the [Hugo website](https://gohugo.io/themes/installing-and-using-themes/). Briefly, within your Hugo folder:

```sh
$ cd themes
$ git clone https://github.com/salomoko/hugo-assembly.git
```

## Getting started

Copy `exampleSite/config.toml` into the root of your website folder, and edit it to your hearts content!

Add `theme = "hugo-assembly"` to this config, or when serving, use `hugo server -t hugo-assembly`.


## Credits

Credit for this theme goes fully to [http://templated.co](http://templated.co), which is licensed under a [CC BY 3.0](https://creativecommons.org/licenses/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](http://templated.co).

## Changelog

A changelog for the initial port by @salomoko is [here](changelog.md); if you fork this theme and make changes, please list them.