diff --git a/docs/.gitignore b/docs/.gitignore new file mode 100644 index 0000000..5033428 --- /dev/null +++ b/docs/.gitignore @@ -0,0 +1,4 @@ +_site/ +.jekyll-cache/ +.sass-cache/ +Gemfile.lock \ No newline at end of file diff --git a/docs/.ruby-version b/docs/.ruby-version new file mode 100644 index 0000000..e6b7b62 --- /dev/null +++ b/docs/.ruby-version @@ -0,0 +1 @@ +2.7 \ No newline at end of file diff --git a/docs/Gemfile b/docs/Gemfile new file mode 100644 index 0000000..d2851ce --- /dev/null +++ b/docs/Gemfile @@ -0,0 +1,2 @@ +source "https://rubygems.org" +gem "github-pages", group: :jekyll_plugins \ No newline at end of file diff --git a/docs/_config.yml b/docs/_config.yml index 2f7efbe..afd6350 100644 --- a/docs/_config.yml +++ b/docs/_config.yml @@ -1 +1,17 @@ -theme: jekyll-theme-minimal \ No newline at end of file +plugins: + - jekyll-relative-links + - jekyll-remote-theme +relative_links: + enabled: true + collections: true +url: "" +baseurl: "" +title: GlosSI +show_downloads: true +#remote_theme: mmistakes/jekyll-theme-basically-basic +remote_theme: pages-themes/minimal +logo: assets/img/logo.png +github: + release_url: https://github.com/Alia5/GlosSI/releases + snapshot_url: https://ci.appveyor.com/project/Alia5/glossi/build/artifacts + repository_url: https://www.github.com/Alia5/GlosSI \ No newline at end of file diff --git a/docs/_layouts/default.html b/docs/_layouts/default.html new file mode 100644 index 0000000..6d599b7 --- /dev/null +++ b/docs/_layouts/default.html @@ -0,0 +1,50 @@ + + + + + + + +{% seo %} + + + {% include head-custom.html %} + + +
+
+

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

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

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

+ + {% if site.show_downloads %} + + {% endif %} +
+
+ + {{ content }} + +
+ +
+ + + \ 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..aa47dcf --- /dev/null +++ b/docs/assets/css/style.scss @@ -0,0 +1,30 @@ +--- +--- + +@import "{{ site.theme }}"; + +body { + font: 18px/1.5 "Noto Sans", "Helvetica Neue", Helvetica, Arial, sans-serif; +} + +.wrapper { + margin-left: 120px; + margin-right: 120px; + width: calc(100% - 548px); +} + +section { + width: calc(100% - 294px - 96px); +} + +ul.downloads { + height: 56px; + a { + strong { + position: relative; + top: 50%; + -ms-transform: translateY(-50%); + transform: translateY(-50%); + } + } +} \ No newline at end of file diff --git a/docs/assets/img/logo.png b/docs/assets/img/logo.png new file mode 100644 index 0000000..93e608e Binary files /dev/null and b/docs/assets/img/logo.png differ diff --git a/docs/index.md b/docs/index.md index 985b8e2..697b1c7 100644 --- a/docs/index.md +++ b/docs/index.md @@ -1,9 +1,6 @@ --- --- -TODO: Logo - - # ATTENTION: GloSC is currently being rewritten, and renamed to GlosSI ([Glo]bal ([s]ystemwide) [S]team [I]nput) No ETA when it's done @@ -13,7 +10,7 @@ No support until then. As the past has shown, I have way to less time on hand too maintain such a project. Reach out via Discord/E-Mail (But get to the point right away, please, I get way too much spam) -See: [BUILDING.md](./docs/BUILDING.md),[CONTRIBUTING.md](./CONTRIBUTING.md) +See: [BUILDING](./BUILDING.md) / [CONTRIBUTING](https://github.com/Alia5/GlosSI/blob/main/CONTRIBUTING.md) # GlosSI