Remove giant header, correct index title, and set site.title and description

This commit is contained in:
Tekaoh
2018-11-26 11:18:25 -06:00
parent ec07ba1ad2
commit 3a00f9302e
4 changed files with 12 additions and 4 deletions
+2
View File
@@ -1,2 +1,4 @@
theme: jekyll-theme-midnight
repository: SWG-Source/SWG-Source.github.io
title: SWG Source
description: Run your own private SWG Server (and help us develop it!)
+5 -3
View File
@@ -18,7 +18,8 @@
</head>
<body>
<div id="header">
<!-- Disable this for now.. <div id="header">
<nav>
<li class="fork"><a href="{{ site.github.repository_url }}">View On GitHub</a></li>
{% if site.show_downloads %}
@@ -29,6 +30,7 @@
</nav>
</div><!-- end header -->
<div class="wrapper">
<section>
@@ -36,8 +38,8 @@
<h1>{{ site.title | default: site.github.repository_name }}</h1>
<p>{{ site.description | default: site.github.project_tagline }}</p>
<hr>
<span class="credits left">Project maintained by <a href="{{ site.github.owner_url }}">{{ site.github.owner_name }}</a></span>
<span class="credits right">Hosted on GitHub Pages</span>
<span class="credits left">Check us out on <a href="{{ site.github.owner_url }}">GitHub</a></span>
<span class="credits right">Join us on <a href="https://discord.gg/Va8e6n8" target="_blank">Discord</a></span>
</div>
{{ content }}
+4
View File
@@ -2,3 +2,7 @@
---
@import "{{ site.theme }}";
section{
margin-top: 0px;
}
+1 -1
View File
@@ -1,5 +1,5 @@
---
layout: default
title: SWG Source Home
title: Home
---
<h1>Hello, World!</h1>