diff --git a/_config.yml b/_config.yml index 8635181..ff843cd 100644 --- a/_config.yml +++ b/_config.yml @@ -1,12 +1,2 @@ theme: jekyll-theme-tactile -title: xBRL-Forge -author: Anton Heitz - -navbar-links: - Documentation: - - Getting started: "docs/getting_started.md" - Author's home: "https://github.com/antonheitz" - -social-network-links: - email: "anton.j.heitz@gmail.com" - github: antonheitz +title: xBRL Forge \ No newline at end of file diff --git a/_layouts/default.html b/_layouts/default.html new file mode 100644 index 0000000..618d606 --- /dev/null +++ b/_layouts/default.html @@ -0,0 +1,53 @@ + + + + + + + + + + +{% seo %} + {% include head-custom.html %} + + + +
+
+ +
+

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

+

{{ page.description | default: site.description | default: site.github.project_tagline }}

+
+
+ {% if site.show_downloads %} + Download .zip + Download .tar.gz + {% endif %} + {% if site.github.public %} + {% if site.github.is_project_page %} + View on GitHub + {% else %} + View on GitHub + {% endif %} + {% endif %} +
+
+
+ {{ content }} +
+ + + +
+
+ + \ No newline at end of file