mirror of
https://github.com/SWG-Source/SWG-Source.github.io.git
synced 2026-07-13 16:00:56 -04:00
Remove giant header, correct index title, and set site.title and description
This commit is contained in:
@@ -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!)
|
||||
|
||||
@@ -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 }}
|
||||
|
||||
@@ -2,3 +2,7 @@
|
||||
---
|
||||
|
||||
@import "{{ site.theme }}";
|
||||
|
||||
section{
|
||||
margin-top: 0px;
|
||||
}
|
||||
|
||||
+1
-1
@@ -1,5 +1,5 @@
|
||||
---
|
||||
layout: default
|
||||
title: SWG Source Home
|
||||
title: Home
|
||||
---
|
||||
<h1>Hello, World!</h1>
|
||||
|
||||
Reference in New Issue
Block a user