summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorTimothée Ravier <travier@redhat.com>2020-09-28 16:55:03 +0200
committerTimothée Ravier <travier@redhat.com>2020-10-01 19:32:12 +0200
commit015d44d58d7ed0f9a4d6b0100f77ecf402b4b895 (patch)
tree4d68007f56232a4325cfc5a520aa598a22618ff5 /docs
parent6950a98099927d0d2b52719fbfb4fe73842400aa (diff)
downloadostree-015d44d58d7ed0f9a4d6b0100f77ecf402b4b895.tar.gz
docs: Add Jekyll and theme config
Diffstat (limited to 'docs')
-rw-r--r--docs/_config.yml40
-rw-r--r--docs/_sass/color_schemes/coreos.scss1
2 files changed, 41 insertions, 0 deletions
diff --git a/docs/_config.yml b/docs/_config.yml
new file mode 100644
index 00000000..2070f1cf
--- /dev/null
+++ b/docs/_config.yml
@@ -0,0 +1,40 @@
+title: ostreedev/ostree
+description: ostree documentation
+baseurl: "/ostree"
+url: "https://coreos.github.io"
+# Comment above and use below for local development
+# url: "http://localhost:4000"
+permalink: /:title/
+markdown: kramdown
+
+remote_theme: coreos/just-the-docs
+plugins:
+ - jekyll-remote-theme
+
+color_scheme: coreos
+
+# Aux links for the upper right navigation
+aux_links:
+ "OSTree on GitHub":
+ - "https://github.com/ostreedev/ostree"
+
+footer_content: "Copyright &copy; <a href=\"https://www.redhat.com\">Red Hat, Inc.</a> and <a href=\"https://github.com/ostreedev\">others</a>."
+
+# Footer last edited timestamp
+last_edit_timestamp: true
+last_edit_time_format: "%b %e %Y at %I:%M %p"
+
+# Footer "Edit this page on GitHub" link text
+gh_edit_link: true
+gh_edit_link_text: "Edit this page on GitHub"
+gh_edit_repository: "https://github.com/ostreedev/ostree"
+gh_edit_branch: "master"
+gh_edit_view_mode: "tree"
+
+compress_html:
+ clippings: all
+ comments: all
+ endings: all
+ startings: []
+ blanklines: false
+ profile: false
diff --git a/docs/_sass/color_schemes/coreos.scss b/docs/_sass/color_schemes/coreos.scss
new file mode 100644
index 00000000..a4554be8
--- /dev/null
+++ b/docs/_sass/color_schemes/coreos.scss
@@ -0,0 +1 @@
+$link-color: #53a3da;