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: d099ceea7a99cc5d2daa55b5f3c6e2fa5f99b6ed (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
30
31
32
33
34
35
36
# Assembly Theme

![](images/screenshot.png)

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.

---

[![Waffle.io - Columns and their card count](https://badge.waffle.io/salsysd/hugo-assembly.svg?columns=To%20Do,In%20Progress,Done)](https://waffle.io/salsysd/hugo-assembly)

## 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/salsysd/hugo-assembly.git
```

## Getting started

### The config file
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`.


## Credits

Credit for this theme goes 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

- The initial port by @salsysd is [here](changelog.md); if you fork this theme and make changes, please list them in the changelog.

- fixed minor issues for the hugo theme build script