summaryrefslogtreecommitdiff
path: root/docs/_config.yml
diff options
context:
space:
mode:
authorTobias Bernard <tbernard@gnome.org>2019-12-11 17:01:46 +0100
committerLennart Poettering <lennart@poettering.net>2019-12-11 17:04:20 +0100
commitb41a3f66c97e3d861faed04b727daf929383b827 (patch)
tree34c10f34c0c1a91673623c07153701918bfe80a1 /docs/_config.yml
parent2e3fa22ef3de327cad6af7bdfc44655201c70ebe (diff)
downloadsystemd-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/_config.yml')
-rw-r--r--docs/_config.yml10
1 files changed, 9 insertions, 1 deletions
diff --git a/docs/_config.yml b/docs/_config.yml
index ee845eec80..925b4adb14 100644
--- a/docs/_config.yml
+++ b/docs/_config.yml
@@ -1 +1,9 @@
-theme: jekyll-theme-primer
+# Site settings
+title: systemd
+baseurl: "" # the subpath of your site, e.g. /blog/
+url: "http://systemd.io" # the base hostname & protocol for your site
+
+permalink: /:title/
+
+# Build settings
+markdown: kramdown