diff --git a/docs/_config.yml b/docs/_config.yml index ef36c64..535ff33 100644 --- a/docs/_config.yml +++ b/docs/_config.yml @@ -1,3 +1,2 @@ theme: jekyll-theme-midnight -title: RegexBot -description: \ No newline at end of file +title: RegexBot \ No newline at end of file diff --git a/docs/_layouts/default.html b/docs/_layouts/default.html new file mode 100644 index 0000000..1cbacec --- /dev/null +++ b/docs/_layouts/default.html @@ -0,0 +1,59 @@ + + + + + + +{% seo %} + + + + + + + + + + + +
+ +
+
+

{{ site.title | default: site.github.repository_name }}

+
+ Project maintained by {{ site.github.owner_name }} + Hosted on GitHub Pages — Theme by mattgraham +
+ + {{ content }} + +
+ +
+ + {% if site.google_analytics %} + + {% endif %} + + diff --git a/docs/assets/css/style.scss b/docs/assets/css/style.scss new file mode 100644 index 0000000..fc1d547 --- /dev/null +++ b/docs/assets/css/style.scss @@ -0,0 +1,12 @@ +--- +--- + +@import "{{ site.theme }}"; + +section #title h1 { + // Compensating for removal of description line + margin-bottom: 18px; + // And some other adjustments so it doesn't look so odd by itself + text-align: left; + letter-spacing: 0.05em; +} \ No newline at end of file