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: b66e09f37a5f75fde6838738e81277a4190699bf (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
# 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

this theme requires Hugo Extended.

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`.