From 38d04dca3526b0815644bca7d90c0ed67ff21bd6 Mon Sep 17 00:00:00 2001 From: Paul Schaub Date: Thu, 4 Aug 2022 15:15:58 +0200 Subject: [PATCH] Merge gh-pages stuff into main --- CNAME | 1 + _config.yml | 2 ++ _layouts/default.html | 78 +++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 81 insertions(+) create mode 100644 CNAME create mode 100644 _config.yml create mode 100644 _layouts/default.html diff --git a/CNAME b/CNAME new file mode 100644 index 00000000..b0cdad30 --- /dev/null +++ b/CNAME @@ -0,0 +1 @@ +gh.pgpainless.org \ No newline at end of file diff --git a/_config.yml b/_config.yml new file mode 100644 index 00000000..40d208bd --- /dev/null +++ b/_config.yml @@ -0,0 +1,2 @@ +logo: /assets/logo.png +theme: jekyll-theme-minimal diff --git a/_layouts/default.html b/_layouts/default.html new file mode 100644 index 00000000..1df1e014 --- /dev/null +++ b/_layouts/default.html @@ -0,0 +1,78 @@ + + + + + + {{ site.title | default: site.github.repository_name }} by {{ +site.github.owner_name }} + + + + + + +
+
+

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

+ {% if site.logo %} + Logo + {% endif %} +

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

+ + Home +
+ Releases +
+ Javadoc +
+ Coverage +
+ + + {% if site.github.is_project_page %} +

View the Project on GitHub {{ github_name }}

+ {% endif %} + + {% if site.github.is_user_page %} +

View My +GitHub Profile

+ {% endif %} + + {% if site.show_downloads %} + + {% endif %} +
+
+ + {{ content }} + +
+ +
+ + +