diff options
author | Tobias Bernard <tbernard@gnome.org> | 2019-12-11 17:01:46 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2019-12-11 17:04:20 +0100 |
commit | b41a3f66c97e3d861faed04b727daf929383b827 (patch) | |
tree | 34c10f34c0c1a91673623c07153701918bfe80a1 /docs/CONTRIBUTING.md | |
parent | 2e3fa22ef3de327cad6af7bdfc44655201c70ebe (diff) | |
download | systemd-b41a3f66c97e3d861faed04b727daf929383b827.tar.gz |
docs: make it pretty
Add custom Jekyll theme, logo, webfont and .gitignore
FIXME: the markdown files have some H1 headers which need to be replaced
with H2
Diffstat (limited to 'docs/CONTRIBUTING.md')
-rw-r--r-- | docs/CONTRIBUTING.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/CONTRIBUTING.md b/docs/CONTRIBUTING.md index 9459a3fe82..0ee71b274c 100644 --- a/docs/CONTRIBUTING.md +++ b/docs/CONTRIBUTING.md @@ -1,6 +1,7 @@ --- title: Contributing category: Contributing +layout: default --- # Contributing |