aboutsummaryrefslogtreecommitdiff
path: root/docs/_config.yml
diff options
context:
space:
mode:
Diffstat (limited to 'docs/_config.yml')
-rw-r--r--docs/_config.yml19
1 files changed, 19 insertions, 0 deletions
diff --git a/docs/_config.yml b/docs/_config.yml
new file mode 100644
index 00000000..ed93fd79
--- /dev/null
+++ b/docs/_config.yml
@@ -0,0 +1,19 @@
+title: Dendrite
+description: >-
+ Second-generation Matrix homeserver written in Go!
+baseurl: "/dendrite" # the subpath of your site, e.g. /blog
+url: ""
+twitter_username: matrixdotorg
+github_username: matrix-org
+remote_theme: just-the-docs/just-the-docs
+plugins:
+ - jekyll-feed
+aux_links:
+ "GitHub":
+ - "//github.com/matrix-org/dendrite"
+aux_links_new_tab: true
+sass:
+ sass_dir: _sass
+ style: compressed
+exclude:
+ - INSTALL.md