From 1d0b12d9b35d16403b49b79b0a50541906f4a439 Mon Sep 17 00:00:00 2001 From: edavidaja Date: Tue, 4 Jun 2019 09:50:58 -0400 Subject: open font --- README.md | 28 ++++++++++++++++++++++++++++ layouts/partials/head.html | 1 + static/assets/css/main.css | 8 ++++---- 3 files changed, 33 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index e69de29..39c8a6c 100644 --- a/README.md +++ b/README.md @@ -0,0 +1,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 + +from the root of your hugo site, run: + +``` +cd themes +git clone https://gitlab.com/edavidaja/docter +``` + +## getting started + +### config + +### 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 `post`. + +## License + +released under the MIT license \ No newline at end of file diff --git a/layouts/partials/head.html b/layouts/partials/head.html index 07aab57..1cdf055 100644 --- a/layouts/partials/head.html +++ b/layouts/partials/head.html @@ -6,6 +6,7 @@ +