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

README.md - github.com/edavidaja/docter.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 2645d3499897ed1d0fc3dbfc7d4c6dd83e6cc67a (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
# docter

Docter is a project documentation theme based on  [CFPB's DOCter](https://github.com/cfpb/docter). 18F Guides also made significant use of these themes, and some inspiration is drawn from those as well.

## installation

from the root of your hugo site, run:

```
cd themes
git clone https://gitlab.com/edavidaja/docter.git
```

## getting started

### pages

The sidebar will be built automatically from the content in `page`. You can use `weight` in the content front matter to adjust the order of the items.

### posts

You can create blog posts in `post`. The most recent five by date will be displayed on the home page.

## brand color

You can set the color for the website using the `brand_color` option in `config.toml`. This requires the use of `hugo-extended`.