Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/edavidaja/docter
Hugo port of cfpb/docter
https://github.com/edavidaja/docter
hugo hugo-theme
Last synced: 28 days ago
JSON representation
Hugo port of cfpb/docter
- Host: GitHub
- URL: https://github.com/edavidaja/docter
- Owner: edavidaja
- License: mit
- Created: 2019-06-08T12:33:56.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-05-02T17:29:15.000Z (over 4 years ago)
- Last Synced: 2024-09-29T05:41:16.364Z (about 1 month ago)
- Topics: hugo, hugo-theme
- Language: CSS
- Homepage: https://edavidaja.gitlab.io/docter
- Size: 269 KB
- Stars: 9
- Watchers: 2
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-starred - edavidaja/docter - Hugo port of cfpb/docter (others)
README
# 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`.