diff --git a/docs/_config.yml b/docs/_config.yml new file mode 100644 index 0000000..1885487 --- /dev/null +++ b/docs/_config.yml @@ -0,0 +1 @@ +theme: jekyll-theme-midnight \ No newline at end of file diff --git a/docs/assets/css/style.scss b/docs/assets/css/style.scss new file mode 100644 index 0000000..1545b1b --- /dev/null +++ b/docs/assets/css/style.scss @@ -0,0 +1,32 @@ +--- +--- + +@import "{{ site.theme }}"; + +.wrapper { + max-width: 1600px; +} + +section { + max-width: 1600px; +} + +code, pre { + background: rgba(0, 0, 0, 0.2); + border: inset 1px black; + box-shadow: none; + padding: 2px 6px; +} + +code code, pre code { + background: transparent; + border: none; + box-shadow: none; + margin: 0; + padding: 0; +} + +#header { + top: auto; + bottom: 0; +} \ No newline at end of file