Get github pages going again

main
Peter Repukat 3 years ago
parent 8d2306198f
commit 5f53d7136c

4
docs/.gitignore vendored

@ -0,0 +1,4 @@
_site/
.jekyll-cache/
.sass-cache/
Gemfile.lock

@ -0,0 +1,2 @@
source "https://rubygems.org"
gem "github-pages", group: :jekyll_plugins

@ -1 +1,17 @@
theme: jekyll-theme-minimal
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

@ -0,0 +1,50 @@
<!DOCTYPE html>
<html lang="{{ site.lang | default: "en-US" }}">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
{% seo %}
<link rel="stylesheet" href="{{ "/assets/css/style.css?v=" | append: site.github.build_revision | relative_url }}">
<!--[if lt IE 9]>
<script src="https://cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.3/html5shiv.min.js"></script>
<![endif]-->
{% include head-custom.html %}
</head>
<body>
<div class="wrapper">
<header>
<h1><a href="{{ "/" | absolute_url }}">{{ site.title | default: site.github.repository_name }}</a></h1>
{% if site.logo %}
<img src="{{site.logo | relative_url}}" alt="Logo" />
{% endif %}
<p>{{ site.description | default: site.github.project_tagline }}</p>
{% if site.show_downloads %}
<ul class="downloads">
<li><a href="{{ site.github.release_url }}">Download <strong>Latest Release</strong></a></li>
<li><a href="{{ site.github.snapshot_url }}">Download <strong>Snapshot</strong></a></li>
<li><a href="{{ site.github.repository_url }}">View On <strong>GitHub</strong></a></li>
</ul>
{% endif %}
</header>
<section>
{{ content }}
</section>
<footer>
{% if site.github.is_project_page %}
<p>This project is maintained by <a href="{{ site.github.owner_url }}">{{ site.github.owner_name }}</a></p>
<p><small>Copyright 2017 - 2021</small></p>
<p><small> Peter Repukat - FlatspotSoftware</small></p>
{% endif %}
<p><small>Hosted on GitHub Pages &mdash; Theme based on <a href"https://github.com/pages-themes/minimal">minimal</a> by <a href="https://github.com/orderedlist">orderedlist</a></small></p>
</footer>
</div>
<script src="{{ "/assets/js/scale.fix.js" | relative_url }}"></script>
</body>
</html>

@ -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%);
}
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.0 KiB

@ -1,9 +1,6 @@
---
---
TODO: Logo
<!-- ![GloSC logo](https://github.com/Alia5/GloSC/blob/master/GloSC_Icon_small.png?raw=true "GloSC 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

Loading…
Cancel
Save