diff --git a/.gitmodules b/.gitmodules
index c9a1269..7033986 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -1,3 +1,6 @@
+[submodule "doc/themes/hugo-onyx-theme"]
+ path = doc/themes/hugo-onyx-theme
+ url = https://github.com/kaushalmodi/hugo-onyx-theme
[submodule "test/site/themes/bare_min"]
path = test/site/themes/bare_min
url = https://github.com/kaushalmodi/hugo-bare-min-theme
diff --git a/doc/config.toml b/doc/config.toml
index cf1bd9c..79c9546 100644
--- a/doc/config.toml
+++ b/doc/config.toml
@@ -1,7 +1,7 @@
baseURL = "http://example.org/"
Title = "ox-hugo - Org to Hugo exporter"
-theme = "hugo-alabaster-theme"
+theme = "hugo-onyx-theme"
contentdir = "content"
layoutdir = "layouts"
@@ -48,7 +48,7 @@ disableFastRender = true # Hugo 0.30
doc = "/doc/:filename/"
test = "/test/:slug/"
-[params]
+[Params]
name = "ox-hugo"
description = "Org mode to Hugo exporter Write your Hugo posts in native Org mode."
@@ -74,26 +74,25 @@ disableFastRender = true # Hugo 0.30
]
custom_js = []
- # highlightjs = "css/highlight.css"
# favicon = "favicon.ico"
-[params.sidebar]
- logo = "favicon.ico"
+ [Params.source]
+ url = "https://github.com/kaushalmodi/ox-hugo"
+ org_dir = "doc"
+ org_file = "doc/ox-hugo-manual.org"
- github_button = true
- travis_button = true
- codecov_button = false
- gratipay = ""
+ [Params.sidebar]
+ logo = "favicon.ico"
- # Mon Sep 04 23:55:36 EDT 2017 - kmodi
- # Disable this option for now.. but seems to be useful in future
- show_relations = false
+ github_button = true
+ travis_button = true
+ codecov_button = false
+ gratipay = ""
-[params.footer]
- copyright = ""
- show_powered_by = true
+ # Mon Sep 04 23:55:36 EDT 2017 - kmodi
+ # Disable this option for now.. but seems to be useful in future
+ show_relations = false
-# Blackfriday is Hugo's markdown engine.
-# https://gohugo.io/overview/configuration/#configure-blackfriday-rendering
-[blackfriday]
- hrefTargetBlank = true # open external links in a new window or tab
+ [Params.footer]
+ copyright = ""
+ show_powered_by = true
diff --git a/doc/themes/hugo-alabaster-theme/LICENSE.md b/doc/themes/hugo-alabaster-theme/LICENSE.md
deleted file mode 100644
index d1ca429..0000000
--- a/doc/themes/hugo-alabaster-theme/LICENSE.md
+++ /dev/null
@@ -1,34 +0,0 @@
-Copyright (c) 2016 Digitalcraftsman
-
-Based on original work copyright (c) Jeff Forcier, copyright (c) 2011 Kenneth Reitz
-and copyright (c) 2010 Armin Ronacher.
-
-Some rights reserved.
-
-Redistribution and use in source and binary forms of the theme, with or
-without modification, are permitted provided that the following conditions
-are met:
-
-* Redistributions of source code must retain the above copyright
- notice, this list of conditions and the following disclaimer.
-
-* Redistributions in binary form must reproduce the above
- copyright notice, this list of conditions and the following
- disclaimer in the documentation and/or other materials provided
- with the distribution.
-
-* The names of the contributors may not be used to endorse or
- promote products derived from this software without specific
- prior written permission.
-
-THIS THEME IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
-AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
-IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
-ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
-LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
-CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
-SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
-INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
-CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
-ARISING IN ANY WAY OUT OF THE USE OF THIS THEME, EVEN IF ADVISED OF THE
-POSSIBILITY OF SUCH DAMAGE.
diff --git a/doc/themes/hugo-alabaster-theme/README.md b/doc/themes/hugo-alabaster-theme/README.md
deleted file mode 100644
index 2fd4691..0000000
--- a/doc/themes/hugo-alabaster-theme/README.md
+++ /dev/null
@@ -1,42 +0,0 @@
-# Alabaster
-
-A documentation theme ported from [Sphinx](http://www.sphinx-doc.org/en/stable/) to [Hugo](https://gohugo.io).
-
-[](https://digitalcraftsman.github.io/hugo-alabaster-theme/)
-
-## Quick start
-
-Install with `git`:
-
-```sh
-git clone git@github.com:digitalcraftsman/hugo-alabaster-theme.git themes/hugo-alabaster-theme
-```
-
-> This theme uses the latest developement version of Hugo. Therefore, it doesn't work with the official releases. Look [here](https://github.com/spf13/hugo#build-and-install-the-binaries-from-source-advanced-install) if you want to know how to build Hugo from source.
-
-Next, take a look in the `exampleSite` folder at. This directory contains an example config file and the content for the demo. It serves as an example setup for your documentation.
-
-Copy at least the `config.toml` in the root directory of your website. Overwrite the existing config file if necessary.
-
-Hugo includes a development server, so you can view your changes as you go -
-very handy. Spin it up with the following command:
-
-``` sh
-hugo server
-```
-
-Now you can go to [localhost:1313](http://localhost:1313) and the Alabaster
-theme should be visible.
-
-For detailed installation instructions visit the [demo](https://digitalcraftsman.github.io/hugo-alabaster-theme/).
-
-## Acknowledgements
-
-Last but not I want to give a big shout-out to [Jeff Forcier](https://github.com/bitprophet), [Kenneth Reitz](https://github.com/kennethreitz) and [Armin Ronacher](https://github.com/mitsuhiko). Their work and modifications on the original codebase made this port possible.
-
-Furthermore, thanks to [Steve Francia](https://gihub.com/spf13) for creating Hugo and the [awesome community](https://github.com/spf13/hugo/graphs/contributors) around the project.
-
-
-## License
-
-The theme is released under the BSD license. Read the [license](https://github.com/digitalcraftsman/hugo-alabaster-theme/blob/master/LICENSE.md) for more information.
diff --git a/doc/themes/hugo-alabaster-theme/layouts/404.html b/doc/themes/hugo-alabaster-theme/layouts/404.html
deleted file mode 100644
index 6c298de..0000000
--- a/doc/themes/hugo-alabaster-theme/layouts/404.html
+++ /dev/null
@@ -1,5 +0,0 @@
-{{ define "main" }}
-
Page not found
-
- I'm sorry, but the requested page wasn’t found on the server.
-{{ end }}
\ No newline at end of file
diff --git a/doc/themes/hugo-alabaster-theme/layouts/_default/baseof.html b/doc/themes/hugo-alabaster-theme/layouts/_default/baseof.html
deleted file mode 100644
index 93310a3..0000000
--- a/doc/themes/hugo-alabaster-theme/layouts/_default/baseof.html
+++ /dev/null
@@ -1,33 +0,0 @@
-
-
- {{ partial "head" . }}
-
-
-
-
-
- {{ block "main" . }}{{ end }}
-
- {{ if not .IsHome -}}
- {{ template "_internal/disqus.html" . }}
- {{ end }}
-
-
-
-
- {{ partial "sidebar/sidebar" . }}
- {{ partial "footer" . }}
-
- {{ range .Site.Params.custom_js -}}
-
- {{ end }}
-
- {{ with .Site.Params.highlightjs -}}
-
-
- {{ end }}
-
- {{ template "_internal/google_analytics.html" . }}
-
-
-
diff --git a/doc/themes/hugo-alabaster-theme/layouts/_default/single.html b/doc/themes/hugo-alabaster-theme/layouts/_default/single.html
deleted file mode 100644
index 6157097..0000000
--- a/doc/themes/hugo-alabaster-theme/layouts/_default/single.html
+++ /dev/null
@@ -1,4 +0,0 @@
-{{ define "main" }}
-{{ .Title }}
-{{ partial "headline-hash.html" .Content }}
-{{ end }}
diff --git a/doc/themes/hugo-alabaster-theme/layouts/index.html b/doc/themes/hugo-alabaster-theme/layouts/index.html
deleted file mode 100644
index 66259e3..0000000
--- a/doc/themes/hugo-alabaster-theme/layouts/index.html
+++ /dev/null
@@ -1,11 +0,0 @@
-{{ define "main" }}
-{{ range where .Site.Pages "Type" "homepage" }}
- {{ .Title }}
- {{ partial "headline-hash.html" .Content }}
-{{ end }}
-
-
-
-{{/* partial "debugprint.html" $.Site.Menus */}}
-
-{{ end }}
diff --git a/doc/themes/hugo-alabaster-theme/layouts/partials/footer.html b/doc/themes/hugo-alabaster-theme/layouts/partials/footer.html
deleted file mode 100644
index b9c77dd..0000000
--- a/doc/themes/hugo-alabaster-theme/layouts/partials/footer.html
+++ /dev/null
@@ -1,19 +0,0 @@
-
-
-{{ if .Site.Params.github_banner }}
-
-
-
-{{ end }}
diff --git a/doc/themes/hugo-alabaster-theme/layouts/partials/head.html b/doc/themes/hugo-alabaster-theme/layouts/partials/head.html
deleted file mode 100644
index b428b4f..0000000
--- a/doc/themes/hugo-alabaster-theme/layouts/partials/head.html
+++ /dev/null
@@ -1,45 +0,0 @@
-
-
-
-
-
-
-
-
-
- {{ with .Site.Params.description }}
-
- {{ end }}
-
- {{ .Hugo.Generator }}
-
- {{ if not .IsHome }}{{ .Title }} —{{ end }} {{ .Site.Title }}
-
-
-
- {{ with .Site.Params.highlightjs }}
-
- {{ end }}
-
- {{ range .Site.Params.custom_css }}
-
- {{ end }}
-
- {{ range .Site.Params.custom_css_absolute }}
-
- {{ end }}
-
- {{ with .Site.Params.favicon }}
-
- {{ else }}
-
- {{ end }}
-
- {{ with .Params.mathjax }}
- {{ partial "mathjax.html" }}
- {{ end }}
-
-
- {{ partial "opengraph.html" . }}
- {{ partial "twitter_cards.html" . }}
-
diff --git a/doc/themes/hugo-alabaster-theme/layouts/partials/headline-hash.html b/doc/themes/hugo-alabaster-theme/layouts/partials/headline-hash.html
deleted file mode 100644
index ac567ec..0000000
--- a/doc/themes/hugo-alabaster-theme/layouts/partials/headline-hash.html
+++ /dev/null
@@ -1 +0,0 @@
-{{ . | replaceRE "()" "${1} # ${3}" | safeHTML }}
diff --git a/doc/themes/hugo-alabaster-theme/layouts/partials/mathjax.html b/doc/themes/hugo-alabaster-theme/layouts/partials/mathjax.html
deleted file mode 100644
index 272acad..0000000
--- a/doc/themes/hugo-alabaster-theme/layouts/partials/mathjax.html
+++ /dev/null
@@ -1,23 +0,0 @@
-
-
-
-
diff --git a/doc/themes/hugo-alabaster-theme/layouts/partials/opengraph.html b/doc/themes/hugo-alabaster-theme/layouts/partials/opengraph.html
deleted file mode 100644
index 881c386..0000000
--- a/doc/themes/hugo-alabaster-theme/layouts/partials/opengraph.html
+++ /dev/null
@@ -1,92 +0,0 @@
-{{ $permalink := .Permalink }}
-
-
-
-
-{{ with .Params.images }}
- {{ range first 6 . }}
- {{ $image := . }}
- {{ $image_link_absolute := (findRE "^/" $image) }}
- {{ if $image_link_absolute }}
-
- {{ else }}
-
- {{ end }}
- {{ end }}
-{{ end }}
-{{ if .IsPage }}
- {{ if not .PublishDate.IsZero }}
-
- {{ else if not .Date.IsZero }}
-
- {{ end }}
- {{ if not .Lastmod.IsZero }}
-
- {{ end }}
-{{ else }}
- {{ if not .Date.IsZero }}
-
- {{ end }}
-{{ end }}
-{{ with .Params.audio }}
- {{ $audio := . }}
- {{ $audio_link_absolute := (findRE "^/" $audio) }}
- {{ if $audio_link_absolute }}
-
- {{ else }}
-
- {{ end }}
-{{ end }}
-{{ with .Params.locale }}
-
-{{ end }}
-{{ with .Site.Params.title }}
-
-{{ end }}
-{{ with .Params.videos }}
- {{ range . }}
- {{ $video := . }}
- {{ $video_link_absolute := (findRE "^/" $video) }}
- {{ if $video_link_absolute }}
-
- {{ else }}
-
- {{ end }}
- {{ end }}
-{{ end }}
-
-{{ $siteSeries := .Site.Taxonomies.series }}
-{{ if $siteSeries }}
- {{ with .Params.series }}
- {{ range $name := . }}
- {{ $series := index $siteSeries $name }}
- {{ range $page := first 6 $series.Pages }}
- {{ if ne $page.Permalink $permalink }}
-
- {{ end }}
- {{ end }}
- {{ end }}
- {{ end }}
-{{ end }}
-
-{{ if .IsPage }}
- {{ range .Site.Authors }}
- {{ with .Social.facebook }}
-
- {{ end }}
- {{ with .Site.Social.facebook }}
-
- {{ end }}
-
- {{ with .Params.tags }}
- {{ range first 6 . }}
-
- {{ end }}
- {{ end }}
- {{ end }}
-{{ end }}
-
-{{ with .Site.Social.facebook_admin }}
-
-{{ end }}
diff --git a/doc/themes/hugo-alabaster-theme/layouts/partials/sidebar/buttons.html b/doc/themes/hugo-alabaster-theme/layouts/partials/sidebar/buttons.html
deleted file mode 100644
index 346bf1e..0000000
--- a/doc/themes/hugo-alabaster-theme/layouts/partials/sidebar/buttons.html
+++ /dev/null
@@ -1,26 +0,0 @@
-{{ if .Site.Params.github_user | and .Site.Params.github_repo }}
- {{ $path := printf "%s/%s" .Site.Params.github_user .Site.Params.github_repo }}
-
- {{ if .Site.Params.sidebar.github_button }}
-
- {{ end }}
-
- {{ if .Site.Params.sidebar.travis_button }}
-
-
-
-
-
- {{ end }}
-
- {{ if .Site.Params.sidebar.codecov_button }}
-
-
-
-
-
- {{ end }}
-{{ end }}
diff --git a/doc/themes/hugo-alabaster-theme/layouts/partials/sidebar/donate.html b/doc/themes/hugo-alabaster-theme/layouts/partials/sidebar/donate.html
deleted file mode 100644
index 894b6a0..0000000
--- a/doc/themes/hugo-alabaster-theme/layouts/partials/sidebar/donate.html
+++ /dev/null
@@ -1,7 +0,0 @@
-{{ with .Site.Params.sidebar.gratipay -}}
-Donate
-
-Consider supporting the authors on Gratipay :
-
-
-{{- end }}
diff --git a/doc/themes/hugo-alabaster-theme/layouts/partials/sidebar/menu.html b/doc/themes/hugo-alabaster-theme/layouts/partials/sidebar/menu.html
deleted file mode 100644
index 7fea0f4..0000000
--- a/doc/themes/hugo-alabaster-theme/layouts/partials/sidebar/menu.html
+++ /dev/null
@@ -1,11 +0,0 @@
-{{ range $menu_name, $menu := .Site.Menus }}
- {{ $menu_name | replaceRE "^[0-9]+\\." "" | humanize | title }}
-
- {{ range $menu }}
- {{ $title := (.Title | replaceRE "Test Site" "${0} " | safeHTML) }}
-
- {{ $title }}
-
- {{ end }}
-
-{{ end }}
diff --git a/doc/themes/hugo-alabaster-theme/layouts/partials/sidebar/relations.html b/doc/themes/hugo-alabaster-theme/layouts/partials/sidebar/relations.html
deleted file mode 100644
index d6073ff..0000000
--- a/doc/themes/hugo-alabaster-theme/layouts/partials/sidebar/relations.html
+++ /dev/null
@@ -1,12 +0,0 @@
-{{ if .Site.Params.sidebar.show_relations | and .IsPage -}}
-Related Topics
-
- Documentation overview
- {{ with .PrevInSection -}}
- Previous: {{ .Title }}
- {{- end }}
- {{ with .NextInSection -}}
- Next: {{ .Title }}
- {{- end }}
-
-{{- end }}
diff --git a/doc/themes/hugo-alabaster-theme/layouts/partials/sidebar/sidebar.html b/doc/themes/hugo-alabaster-theme/layouts/partials/sidebar/sidebar.html
deleted file mode 100644
index a3c3713..0000000
--- a/doc/themes/hugo-alabaster-theme/layouts/partials/sidebar/sidebar.html
+++ /dev/null
@@ -1,23 +0,0 @@
-
-
diff --git a/doc/themes/hugo-alabaster-theme/layouts/partials/summary_minus_toc.html b/doc/themes/hugo-alabaster-theme/layouts/partials/summary_minus_toc.html
deleted file mode 100644
index 6ec6447..0000000
--- a/doc/themes/hugo-alabaster-theme/layouts/partials/summary_minus_toc.html
+++ /dev/null
@@ -1,20 +0,0 @@
-{{- $summary_has_org_toc := substr .Content 0 30 | findRE "[\".]ox-hugo-toc" -}}
-{{- if $summary_has_org_toc -}}
- {{- $content_splits := split .RawContent "" -}}
-
- {{- $summary_raw := index $content_splits 1 -}}
- {{- $summary_splits := split $summary_raw "" -}}
- {{- if eq (len $summary_splits) 2 -}}
- {{- index $summary_splits 0 | markdownify -}}
- {{- else -}}
- {{- $summary_raw | markdownify | truncate 300 -}}
- {{- end -}}
-
-{{- else -}}
- {{- with .Description -}}
- {{- . | markdownify | printf "%s
" | safeHTML -}}
- {{- else -}}
- {{- .Summary | printf "%s
" | safeHTML -}}
- {{- end -}}
-{{- end -}}
diff --git a/doc/themes/hugo-alabaster-theme/layouts/partials/twitter_cards.html b/doc/themes/hugo-alabaster-theme/layouts/partials/twitter_cards.html
deleted file mode 100644
index 0b1e5d0..0000000
--- a/doc/themes/hugo-alabaster-theme/layouts/partials/twitter_cards.html
+++ /dev/null
@@ -1,38 +0,0 @@
-{{ $permalink := .Permalink }}
-{{- with $.Params.images -}}
-
-
- {{- $image := (index . 0) -}}
- {{- $image_link_absolute := (findRE "^/" $image) -}}
- {{- if $image_link_absolute -}}
-
- {{- else -}}
-
- {{- end -}}
-{{ else -}}
- {{- $images := $.Resources.ByType "image" -}}
- {{- $featured := $images.GetMatch "*feature*" -}}
- {{- $featured := cond (ne $featured nil) $featured ($images.GetMatch "{*cover*,*thumbnail*}") -}}
- {{- with $featured -}}
-
-
- {{- else -}}
-
- {{- with $.Site.Params.images -}}
- {{- $image := (index . 0) -}}
- {{- $image_link_absolute := (findRE "^/" $image) -}}
- {{- if $image_link_absolute -}}
-
- {{- else -}}
-
- {{- end -}}
- {{- end -}}
- {{- end -}}
-{{- end }}
-
-
-{{ with .Site.Social.twitter -}}
-
-
-{{ end -}}
diff --git a/doc/themes/hugo-alabaster-theme/layouts/shortcodes/admonition.html b/doc/themes/hugo-alabaster-theme/layouts/shortcodes/admonition.html
deleted file mode 100644
index 1a841df..0000000
--- a/doc/themes/hugo-alabaster-theme/layouts/shortcodes/admonition.html
+++ /dev/null
@@ -1,4 +0,0 @@
-
-
{{ .Get "title" }}
-
{{ string .Inner | markdownify }}
-
\ No newline at end of file
diff --git a/doc/themes/hugo-alabaster-theme/layouts/shortcodes/figure.html b/doc/themes/hugo-alabaster-theme/layouts/shortcodes/figure.html
deleted file mode 100644
index 797071c..0000000
--- a/doc/themes/hugo-alabaster-theme/layouts/shortcodes/figure.html
+++ /dev/null
@@ -1,33 +0,0 @@
-
-
-
-
- {{ if .Get "link"}}{{ end }}
-
- {{ if .Get "link"}} {{ end }}
- {{ if or (or (.Get "title") (.Get "caption")) (.Get "attr")}}
-
- {{ if isset .Params "title" }}
- {{ .Get "title" }}
- {{ end }}
- {{ if (or (.Get "caption") (.Get "attr")) }}
- {{ .Get "caption" | markdownify }}
- {{ with .Get "attrlink"}} {{ end }}
- {{ .Get "attr" | markdownify }}
- {{ if .Get "attrlink"}} {{ end }}
- {{ end }}
-
- {{ end }}
-
-
diff --git a/doc/themes/hugo-alabaster-theme/static/css/alabaster.css b/doc/themes/hugo-alabaster-theme/static/css/alabaster.css
deleted file mode 100644
index 4d6c209..0000000
--- a/doc/themes/hugo-alabaster-theme/static/css/alabaster.css
+++ /dev/null
@@ -1,614 +0,0 @@
-/* -- page layout ----------------------------------------------------------- */
-
-body {
- font-family: 'goudy old style', 'minion pro', 'bell mt', Georgia, 'Hiragino Mincho Pro', serif;
- font-size: 17px;
- background-color: white;
- color: #000;
- margin: 0;
- padding: 0;
-}
-
-div.document {
- width: 940px;
- margin: 30px auto 0 auto;
-}
-
-div.documentwrapper {
- float: left;
- width: 100%;
-}
-
-div.bodywrapper {
- margin: 0 0 0 220px;
-}
-
-div.sphinxsidebar {
- width: 220px;
-}
-
-hr {
- border: 1px solid #B1B4B6;
-}
-
-div.body {
- background-color: #ffffff;
- color: #3E4349;
- padding: 0 30px 0 30px;
-}
-
-div.body > .section {
- text-align: left;
-}
-
-div.footer {
- width: 940px;
- margin: 20px auto 30px auto;
- font-size: 14px;
- color: #888;
- text-align: right;
-}
-
-div.footer a {
- color: #888;
-}
-
-
-div.relations {
- display: none;
-}
-
-
-div.sphinxsidebar a {
- color: #444;
- text-decoration: none;
- border-bottom: 1px dotted #999;
-}
-
-div.sphinxsidebar a:hover {
- border-bottom: 1px solid #999;
-}
-
-div.sphinxsidebar {
- font-size: 14px;
- line-height: 1.5;
-}
-
-div.sphinxsidebarwrapper {
- padding: 18px 10px;
-}
-
-div.sphinxsidebarwrapper p.logo {
- padding: 0;
- margin: -10px 0 0 0px;
- text-align: center;
-}
-
-div.sphinxsidebarwrapper span.logo {
- margin-top: -10px;
- text-align: center;
- margin-bottom: 5px;
- text-align: center;
-}
-
-div.sphinxsidebarwrapper span.logo-name {
- margin-top: 0px;
- font-size: 2em;
- font-weight: bold;
-}
-
-div.sphinxsidebarwrapper p.blurb {
- margin-top: 0;
- font-style: normal;
-}
-
-div.sphinxsidebar h3,
-div.sphinxsidebar h4 {
- font-family: 'Garamond', 'Georgia', serif;
- color: #444;
- font-size: 24px;
- font-weight: normal;
- margin: 0 0 5px 0;
- padding: 0;
-}
-
-div.sphinxsidebar h4 {
- font-size: 20px;
-}
-
-div.sphinxsidebar h3 a {
- color: #444;
-}
-
-div.sphinxsidebar p.logo a,
-div.sphinxsidebar h3 a,
-div.sphinxsidebar p.logo a:hover,
-div.sphinxsidebar h3 a:hover {
- border: none;
-}
-
-div.sphinxsidebar p {
- color: #555;
- margin: 10px 0;
-}
-
-div.sphinxsidebar ul {
- margin: 10px 0;
- padding: 0;
- color: #000;
-}
-
-div.sphinxsidebar ul li.toctree-l1 > a {
- font-size: 120%;
-}
-
-div.sphinxsidebar ul li.toctree-l2 > a {
- font-size: 110%;
-}
-
-div.sphinxsidebar input {
- border: 1px solid #CCC;
- font-family: 'goudy old style', 'minion pro', 'bell mt', Georgia, 'Hiragino Mincho Pro', serif;
- font-size: 1em;
-}
-
-div.sphinxsidebar hr {
- border: none;
- height: 1px;
- color: #AAA;
- background: #AAA;
-
- text-align: left;
- margin-left: 0;
- width: 50%;
-}
-
-/* -- body styles ----------------------------------------------------------- */
-
-a {
- color: #3782BE;
- text-decoration: underline;
- -webkit-text-decoration-color: #3782BE;
- text-decoration-color: #3782BE;
- -webkit-text-decoration-skip: ink;
- text-decoration-skip: ink;
-}
-
-a:hover {
- -webkit-text-decoration-color: inherit;
- text-decoration-color: inherit;
-}
-
-div.body h1,
-div.body h2,
-div.body h3,
-div.body h4,
-div.body h5,
-div.body h6 {
- font-family: 'Garamond', 'Georgia', serif;
- font-weight: normal;
- margin: 30px 0px 10px 0px;
- padding: 0;
-}
-
-div.body h1 { margin-top: 0; padding-top: 0; font-size: 240%; }
-div.body h2 { font-size: 180%; }
-div.body h3 { font-size: 150%; }
-div.body h4 { font-size: 130%; }
-div.body h5 { font-size: 100%; }
-div.body h6 { font-size: 100%; }
-
-a.headerlink {
- color: #DDD;
- padding: 0 4px;
- text-decoration: none;
-}
-
-a.headerlink:hover {
- color: #444;
- background: #EAEAEA;
-}
-
-div.body p, div.body dd, div.body li {
- line-height: 1.4em;
-}
-
-div.admonition {
- margin: 20px 0px;
- padding: 10px 30px;
- background-color: #FCC;
- border: 1px solid #FAA;
-}
-
-div.admonition tt.xref, div.admonition a tt {
- border-bottom: 1px solid #fafafa;
-}
-
-dd div.admonition {
- margin-left: -60px;
- padding-left: 60px;
-}
-
-div.admonition p.admonition-title {
- font-family: 'Garamond', 'Georgia', serif;
- font-weight: normal;
- font-size: 24px;
- margin: 0 0 10px 0;
- padding: 0;
- line-height: 1;
-}
-
-div.admonition p.last {
- margin-bottom: 0;
-}
-
-div.highlight {
- background-color: white;
-}
-
-dt:target, .highlight {
- background: #FAF3E8;
-}
-
-div.note {
- background-color: #EEE;
- border: 1px solid #CCC;
-}
-
-div.seealso {
- background-color: #EEE;
- border: 1px solid #CCC;
-}
-
-div.topic {
- background-color: #eee;
-}
-
-p.admonition-title {
- display: inline;
-}
-
-p.admonition-title:after {
- content: ":";
-}
-
-pre, tt, code {
- font-family: 'Consolas', 'Menlo', 'Deja Vu Sans Mono', 'Bitstream Vera Sans Mono', monospace;
- font-size: 0.9em;
-}
-
-.hll {
- background-color: #FFC;
- margin: 0 -12px;
- padding: 0 12px;
- display: block;
-}
-
-img.screenshot {
-}
-
-tt.descname, tt.descclassname, code.descname, code.descclassname {
- font-size: 0.95em;
-}
-
-tt.descname, code.descname {
- padding-right: 0.08em;
-}
-
-img.screenshot {
- -moz-box-shadow: 2px 2px 4px #eee;
- -webkit-box-shadow: 2px 2px 4px #eee;
- box-shadow: 2px 2px 4px #eee;
-}
-
-table.docutils {
- border: 1px solid #888;
- -moz-box-shadow: 2px 2px 4px #eee;
- -webkit-box-shadow: 2px 2px 4px #eee;
- box-shadow: 2px 2px 4px #eee;
-}
-
-table.docutils td, table.docutils th {
- border: 1px solid #888;
- padding: 0.25em 0.7em;
-}
-
-table.field-list, table.footnote {
- border: none;
- -moz-box-shadow: none;
- -webkit-box-shadow: none;
- box-shadow: none;
-}
-
-table.footnote {
- margin: 15px 0;
- width: 100%;
- border: 1px solid #EEE;
- background: #FDFDFD;
- font-size: 0.9em;
-}
-
-table.footnote + table.footnote {
- margin-top: -15px;
- border-top: none;
-}
-
-table.field-list th {
- padding: 0 0.8em 0 0;
-}
-
-table.field-list td {
- padding: 0;
-}
-
-table.field-list p {
- margin-bottom: 0.8em;
-}
-
-table.footnote td.label {
- width: 0px;
- padding: 0.3em 0 0.3em 0.5em;
-}
-
-table.footnote td {
- padding: 0.3em 0.5em;
-}
-
-dl {
- margin: 0;
- padding: 0;
-}
-
-dl dd {
- margin-left: 30px;
-}
-
-blockquote {
- margin: 0 0 0 30px;
- padding: 0;
-}
-
-ul, ol {
- margin: 10px 0 10px 30px;
- padding: 0;
-}
-
-pre {
- background: #EEE;
- padding: 7px 30px;
- margin: 15px 0px;
- line-height: 1.3em;
-}
-
-dl pre, blockquote pre, li pre {
- margin-left: 0;
- padding-left: 30px;
-}
-
-dl dl pre {
- margin-left: -90px;
- padding-left: 90px;
-}
-
-tt, code {
- background-color: #ecf0f3;
- color: #222;
- /* padding: 1px 2px; */
-}
-
-tt.xref, code.xref, a tt {
- background-color: #FBFBFB;
- border-bottom: 1px solid white;
-}
-
-a.reference {
- text-decoration: none;
- border-bottom: 1px dotted #3782BE;
-}
-
-a.reference:hover {
- border-bottom: 1px solid #3782BE;
-}
-
-a.footnote-reference {
- text-decoration: none;
- font-size: 0.7em;
- vertical-align: top;
- border-bottom: 1px dotted #3782BE;
-}
-
-a.footnote-reference:hover {
- border-bottom: 1px solid #3782BE;
-}
-
-a:hover tt, a:hover code {
- background: #EEE;
-}
-
-
-@media screen and (max-width: 870px) {
-
- div.sphinxsidebar {
- display: none;
- }
-
- div.document {
- width: 100%;
-
- }
-
- div.documentwrapper {
- margin-left: 0;
- margin-top: 0;
- margin-right: 0;
- margin-bottom: 0;
- }
-
- div.bodywrapper {
- margin-top: 0;
- margin-right: 0;
- margin-bottom: 0;
- margin-left: 0;
- }
-
- ul {
- margin-left: 0;
- }
-
- .document {
- width: auto;
- }
-
- .bodywrapper {
- margin: 0;
- }
-
- .footer {
- width: auto;
- }
-
- .github {
- display: none;
- }
-
-
-
-}
-
-
-
-@media screen and (max-width: 875px) {
-
- body {
- margin: 0;
- padding: 20px 30px;
- }
-
- div.documentwrapper {
- float: none;
- background: white;
- }
-
- div.sphinxsidebar {
- display: block;
- float: none;
- width: 102.5%;
- margin: 50px -30px -20px -30px;
- padding: 10px 20px;
- background: #333;
- color: #FFF;
- }
-
- div.sphinxsidebar h3, div.sphinxsidebar h4, div.sphinxsidebar p,
- div.sphinxsidebar h3 a {
- color: white;
- }
-
- div.sphinxsidebar a {
- color: #AAA;
- }
-
- div.sphinxsidebar p.logo {
- display: none;
- }
-
- div.document {
- width: 100%;
- margin: 0;
- }
-
- div.footer {
- width: auto;
- margin-top: 30px;
- margin-bottom: 0;
- text-align: center;
- }
-
- div.bodywrapper {
- margin: 0;
- }
-
- div.body {
- min-height: 0;
- padding: 0;
- }
-
- .rtd_doc_footer {
- display: none;
- }
-
- .document {
- width: auto;
- }
-
- .footer {
- width: auto;
- }
-
- .github {
- display: none;
- }
-}
-
-
-/* misc. */
-
-.revsys-inline {
- display: none!important;
-}
-
-/* Make nested-list/multi-paragraph items look better in Releases changelog
- * pages. Without this, docutils' magical list fuckery causes inconsistent
- * formatting between different release sub-lists.
- */
-div#changelog > div.section > ul > li > p:only-child {
- margin-bottom: 0;
-}
-
-/* Hide fugly table cell borders in ..bibliography:: directive output */
-table.docutils.citation, table.docutils.citation td, table.docutils.citation th {
- border: none;
- /* Below needed in some edge cases; if not applied, bottom shadows appear */
- -moz-box-shadow: none;
- -webkit-box-shadow: none;
- box-shadow: none;
-}
-
-/* Headline Hashes */
-.headline-hash,
-.headline-hash:hover {
- text-decoration: none;
- font-size: 0.8em;
- vertical-align: top;
-}
-.headline-hash:hover {
- opacity: 0.75;
-}
-
-/* Org-style Headline Level Prefix */
-.body h2::before,
-.body h3::before,
-.body h4::before,
-.body h5::before,
-.body h6::before {
- color: #515151;
- opacity: 0.6;
- font-size: 1.3em;
- font-weight: bold;
- vertical-align: -25%;
-}
-.body h2::before {
- content: "* ";
-}
-.body h3::before {
- content: "** ";
-}
-.body h4::before {
- content: "*** ";
-}
-.body h5::before {
- content: "**** ";
-}
-.body h6::before {
- content: "***** ";
-}
diff --git a/doc/themes/hugo-alabaster-theme/static/css/basic.css b/doc/themes/hugo-alabaster-theme/static/css/basic.css
deleted file mode 100644
index 9fa77d8..0000000
--- a/doc/themes/hugo-alabaster-theme/static/css/basic.css
+++ /dev/null
@@ -1,599 +0,0 @@
-/*
- * basic.css
- * ~~~~~~~~~
- *
- * Sphinx stylesheet -- basic theme.
- *
- * :copyright: Copyright 2007-2015 by the Sphinx team, see AUTHORS.
- * :license: BSD, see LICENSE for details.
- *
- */
-
-/* -- main layout ----------------------------------------------------------- */
-
-div.clearer {
- clear: both;
-}
-
-/* -- relbar ---------------------------------------------------------------- */
-
-div.related {
- width: 100%;
- font-size: 90%;
-}
-
-div.related h3 {
- display: none;
-}
-
-div.related ul {
- margin: 0;
- padding: 0 0 0 10px;
- list-style: none;
-}
-
-div.related li {
- display: inline;
-}
-
-div.related li.right {
- float: right;
- margin-right: 5px;
-}
-
-/* -- sidebar --------------------------------------------------------------- */
-
-div.sphinxsidebarwrapper {
- padding: 10px 5px 0 10px;
-}
-
-div.sphinxsidebar {
- float: left;
- width: 230px;
- margin-left: -100%;
- font-size: 90%;
-}
-
-div.sphinxsidebar ul {
- list-style: none;
-}
-
-div.sphinxsidebar ul ul,
-div.sphinxsidebar ul.want-points {
- margin-left: 20px;
- list-style: square;
-}
-
-div.sphinxsidebar ul ul {
- margin-top: 0;
- margin-bottom: 0;
-}
-
-div.sphinxsidebar form {
- margin-top: 10px;
-}
-
-div.sphinxsidebar input {
- border: 1px solid #98dbcc;
- font-family: sans-serif;
- font-size: 1em;
-}
-
-div.sphinxsidebar #searchbox input[type="text"] {
- width: 170px;
-}
-
-div.sphinxsidebar #searchbox input[type="submit"] {
- width: 30px;
-}
-
-img {
- border: 0;
- max-width: 100%;
-}
-
-/* -- search page ----------------------------------------------------------- */
-
-ul.search {
- margin: 10px 0 0 20px;
- padding: 0;
-}
-
-ul.search li {
- padding: 5px 0 5px 20px;
- background-image: url(file.png);
- background-repeat: no-repeat;
- background-position: 0 7px;
-}
-
-ul.search li a {
- font-weight: bold;
-}
-
-ul.search li div.context {
- color: #888;
- margin: 2px 0 0 30px;
- text-align: left;
-}
-
-ul.keywordmatches li.goodmatch a {
- font-weight: bold;
-}
-
-/* -- index page ------------------------------------------------------------ */
-
-table.contentstable {
- width: 90%;
-}
-
-table.contentstable p.biglink {
- line-height: 150%;
-}
-
-a.biglink {
- font-size: 1.3em;
-}
-
-span.linkdescr {
- font-style: italic;
- padding-top: 5px;
- font-size: 90%;
-}
-
-/* -- general index --------------------------------------------------------- */
-
-table.indextable {
- width: 100%;
-}
-
-table.indextable td {
- text-align: left;
- vertical-align: top;
-}
-
-table.indextable dl, table.indextable dd {
- margin-top: 0;
- margin-bottom: 0;
-}
-
-table.indextable tr.pcap {
- height: 10px;
-}
-
-table.indextable tr.cap {
- margin-top: 10px;
- background-color: #f2f2f2;
-}
-
-img.toggler {
- margin-right: 3px;
- margin-top: 3px;
- cursor: pointer;
-}
-
-div.modindex-jumpbox {
- border-top: 1px solid #ddd;
- border-bottom: 1px solid #ddd;
- margin: 1em 0 1em 0;
- padding: 0.4em;
-}
-
-div.genindex-jumpbox {
- border-top: 1px solid #ddd;
- border-bottom: 1px solid #ddd;
- margin: 1em 0 1em 0;
- padding: 0.4em;
-}
-
-/* -- general body styles --------------------------------------------------- */
-
-a.headerlink {
- visibility: hidden;
-}
-
-h1:hover > a.headerlink,
-h2:hover > a.headerlink,
-h3:hover > a.headerlink,
-h4:hover > a.headerlink,
-h5:hover > a.headerlink,
-h6:hover > a.headerlink,
-dt:hover > a.headerlink,
-caption:hover > a.headerlink,
-p.caption:hover > a.headerlink,
-div.code-block-caption:hover > a.headerlink {
- visibility: visible;
-}
-
-div.body p.caption {
- text-align: inherit;
-}
-
-div.body td {
- text-align: left;
-}
-
-.field-list ul {
- padding-left: 1em;
-}
-
-.first {
- margin-top: 0 !important;
-}
-
-p.rubric {
- margin-top: 30px;
- font-weight: bold;
-}
-
-img.align-left, .figure.align-left, object.align-left {
- clear: left;
- float: left;
- margin-right: 1em;
-}
-
-img.align-right, .figure.align-right, object.align-right {
- clear: right;
- float: right;
- margin-left: 1em;
-}
-
-img.align-center, .figure.align-center, object.align-center {
- display: block;
- margin-left: auto;
- margin-right: auto;
-}
-
-.align-left {
- text-align: left;
-}
-
-.align-center {
- text-align: center;
-}
-
-.align-right {
- text-align: right;
-}
-
-/* -- sidebars -------------------------------------------------------------- */
-
-div.sidebar {
- margin: 0 0 0.5em 1em;
- border: 1px solid #ddb;
- padding: 7px 7px 0 7px;
- background-color: #ffe;
- width: 40%;
- float: right;
-}
-
-p.sidebar-title {
- font-weight: bold;
-}
-
-/* -- topics ---------------------------------------------------------------- */
-
-div.topic {
- border: 1px solid #ccc;
- padding: 7px 7px 0 7px;
- margin: 10px 0 10px 0;
-}
-
-p.topic-title {
- font-size: 1.1em;
- font-weight: bold;
- margin-top: 10px;
-}
-
-/* -- admonitions ----------------------------------------------------------- */
-
-div.admonition {
- margin-top: 10px;
- margin-bottom: 10px;
- padding: 7px;
-}
-
-div.admonition dt {
- font-weight: bold;
-}
-
-div.admonition dl {
- margin-bottom: 0;
-}
-
-p.admonition-title {
- margin: 0px 10px 5px 0px;
- font-weight: bold;
-}
-
-div.body p.centered {
- text-align: center;
- margin-top: 25px;
-}
-
-/* -- tables ---------------------------------------------------------------- */
-
-table.docutils {
- border: 0;
- border-collapse: collapse;
-}
-
-table caption span.caption-number {
- font-style: italic;
-}
-
-table caption span.caption-text {
-}
-
-table.docutils td, table.docutils th {
- padding: 1px 8px 1px 5px;
- border-top: 0;
- border-left: 0;
- border-right: 0;
- border-bottom: 1px solid #aaa;
-}
-
-table.field-list td, table.field-list th {
- border: 0 !important;
-}
-
-table.footnote td, table.footnote th {
- border: 0 !important;
-}
-
-th {
- text-align: left;
- padding-right: 5px;
-}
-
-table.citation {
- border-left: solid 1px gray;
- margin-left: 1px;
-}
-
-table.citation td {
- border-bottom: none;
-}
-
-/* -- figures --------------------------------------------------------------- */
-
-div.figure {
- margin: 0.5em;
- padding: 0.5em;
-}
-
-div.figure p.caption {
- padding: 0.3em;
-}
-
-div.figure p.caption span.caption-number {
- font-style: italic;
-}
-
-div.figure p.caption span.caption-text {
-}
-
-
-/* -- other body styles ----------------------------------------------------- */
-
-ol.arabic {
- list-style: decimal;
-}
-
-ol.loweralpha {
- list-style: lower-alpha;
-}
-
-ol.upperalpha {
- list-style: upper-alpha;
-}
-
-ol.lowerroman {
- list-style: lower-roman;
-}
-
-ol.upperroman {
- list-style: upper-roman;
-}
-
-dl {
- margin-bottom: 15px;
-}
-
-dd p {
- margin-top: 0px;
-}
-
-dd ul, dd table {
- margin-bottom: 10px;
-}
-
-dd {
- margin-top: 3px;
- margin-bottom: 10px;
- margin-left: 30px;
-}
-
-dt:target, .highlighted {
- background-color: #fbe54e;
-}
-
-dl.glossary dt {
- font-weight: bold;
- font-size: 1.1em;
-}
-
-.field-list ul {
- margin: 0;
- padding-left: 1em;
-}
-
-.field-list p {
- margin: 0;
-}
-
-.optional {
- font-size: 1.3em;
-}
-
-.sig-paren {
- font-size: larger;
-}
-
-.versionmodified {
- font-style: italic;
-}
-
-.system-message {
- background-color: #fda;
- padding: 5px;
- border: 3px solid red;
-}
-
-.footnote:target {
- background-color: #ffa;
-}
-
-.line-block {
- display: block;
- margin-top: 1em;
- margin-bottom: 1em;
-}
-
-.line-block .line-block {
- margin-top: 0;
- margin-bottom: 0;
- margin-left: 1.5em;
-}
-
-.guilabel, .menuselection {
- font-family: sans-serif;
-}
-
-.accelerator {
- text-decoration: underline;
-}
-
-.classifier {
- font-style: oblique;
-}
-
-abbr, acronym {
- border-bottom: dotted 1px;
- cursor: help;
-}
-
-/* -- code displays --------------------------------------------------------- */
-
-pre {
- overflow: auto;
- overflow-y: hidden; /* fixes display issues on Chrome browsers */
-}
-
-td.linenos pre {
- padding: 5px 0px;
- border: 0;
- background-color: transparent;
- color: #aaa;
-}
-
-table.highlighttable {
- margin-left: 0.5em;
-}
-
-table.highlighttable td {
- padding: 0 0.5em 0 0.5em;
-}
-
-div.code-block-caption {
- padding: 2px 5px;
- font-size: small;
-}
-
-div.code-block-caption code {
- background-color: transparent;
-}
-
-div.code-block-caption + div > div.highlight > pre {
- margin-top: 0;
-}
-
-div.code-block-caption span.caption-number {
- padding: 0.1em 0.3em;
- font-style: italic;
-}
-
-div.code-block-caption span.caption-text {
-}
-
-div.literal-block-wrapper {
- padding: 1em 1em 0;
-}
-
-div.literal-block-wrapper div.highlight {
- margin: 0;
-}
-
-code.descname {
- background-color: transparent;
- font-weight: bold;
- font-size: 1.2em;
-}
-
-code.descclassname {
- background-color: transparent;
-}
-
-code.xref, a code {
- background-color: transparent;
- font-weight: bold;
-}
-
-h1 code, h2 code, h3 code, h4 code, h5 code, h6 code {
- background-color: transparent;
-}
-
-.viewcode-link {
- float: right;
-}
-
-.viewcode-back {
- float: right;
- font-family: sans-serif;
-}
-
-div.viewcode-block:target {
- margin: -1px -10px;
- padding: 0 10px;
-}
-
-/* -- math display ---------------------------------------------------------- */
-
-img.math {
- vertical-align: middle;
-}
-
-div.body div.math p {
- text-align: center;
-}
-
-span.eqno {
- float: right;
-}
-
-/* -- printout stylesheet --------------------------------------------------- */
-
-@media print {
- div.document,
- div.documentwrapper,
- div.bodywrapper {
- margin: 0 !important;
- width: 100%;
- }
-
- div.sphinxsidebar,
- div.related,
- div.footer,
- #top-link {
- display: none;
- }
-}
\ No newline at end of file
diff --git a/doc/themes/hugo-alabaster-theme/static/css/highlight.css b/doc/themes/hugo-alabaster-theme/static/css/highlight.css
deleted file mode 100644
index 6a1518c..0000000
--- a/doc/themes/hugo-alabaster-theme/static/css/highlight.css
+++ /dev/null
@@ -1,86 +0,0 @@
-/*
-Description: Foundation 4 docs style for highlight.js
-Author: Dan Allen
-Website: http://foundation.zurb.com/docs/
-Version: 1.0
-Date: 2013-04-02
-*/
-
-.hljs {
- display: block;
- overflow-x: auto;
-}
-
-.hljs-link,
-.hljs-emphasis,
-.hljs-attribute,
-.hljs-addition {
- color: #070;
-}
-
-.hljs-emphasis {
- font-style: italic;
-}
-
-.hljs-strong,
-.hljs-string,
-.hljs-deletion {
- color: #d14;
-}
-
-.hljs-strong {
- font-weight: bold;
-}
-
-.hljs-quote,
-.hljs-comment {
- color: #998;
- font-style: italic;
-}
-
-.hljs-section,
-.hljs-title {
- color: #900;
-}
-
-.hljs-class .hljs-title,
-.hljs-type {
- color: #458;
-}
-
-.hljs-variable,
-.hljs-template-variable {
- color: #336699;
-}
-
-.hljs-bullet {
- color: #997700;
-}
-
-.hljs-meta {
- color: #3344bb;
-}
-
-.hljs-code,
-.hljs-number,
-.hljs-literal,
-.hljs-keyword,
-.hljs-selector-tag {
- color: #099;
-}
-
-.hljs-regexp {
- background-color: #fff0ff;
- color: #880088;
-}
-
-.hljs-symbol {
- color: #990073;
-}
-
-.hljs-tag,
-.hljs-name,
-.hljs-selector-id,
-.hljs-selector-class {
- color: #007700;
-}
\ No newline at end of file
diff --git a/doc/themes/hugo-alabaster-theme/static/favicon.ico b/doc/themes/hugo-alabaster-theme/static/favicon.ico
deleted file mode 100644
index 851df92..0000000
Binary files a/doc/themes/hugo-alabaster-theme/static/favicon.ico and /dev/null differ
diff --git a/doc/themes/hugo-alabaster-theme/theme.toml b/doc/themes/hugo-alabaster-theme/theme.toml
deleted file mode 100644
index fe7b305..0000000
--- a/doc/themes/hugo-alabaster-theme/theme.toml
+++ /dev/null
@@ -1,18 +0,0 @@
-name = "Alabaster"
-license = "BSD"
-licenselink = "https://github.com/digitalcraftsman/hugo-alabaster-theme/blob/master/LICENSE.md"
-description = "A documentation theme ported from Sphinx to Hugo"
-homepage = "https://github.com/digitalcraftsman/hugo-alabaster-theme"
-tags = ["documentation", "sphinx"]
-features = []
-min_version = 0.20
-
-[author]
- name = "Digitalcraftsman"
- homepage = "https://github.com/digitalcraftsman"
-
-# If porting an existing theme
-[original]
- name = "Jeff Forcier"
- homepage = "http://bitprophet.org/"
- repo = "https://github.com/bitprophet/alabaster"
diff --git a/doc/themes/hugo-onyx-theme b/doc/themes/hugo-onyx-theme
new file mode 160000
index 0000000..4c62ea6
--- /dev/null
+++ b/doc/themes/hugo-onyx-theme
@@ -0,0 +1 @@
+Subproject commit 4c62ea699711b20bee7b5c8e67eb141a2f8d6aed
diff --git a/test/site/themes/bare_min b/test/site/themes/bare_min
index f53889a..3b1cc0b 160000
--- a/test/site/themes/bare_min
+++ b/test/site/themes/bare_min
@@ -1 +1 @@
-Subproject commit f53889a6a1401b83e2de00bb6f5822f33cbbb222
+Subproject commit 3b1cc0b192091cdadb2d0ef61cdaf8120c30e162