Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
_site
.sass-cache
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
irc
===

Web content for irc.spi.gt and servers
Web content for irc.spi.gt and servers.

This repository uses [Jekyll](http://jekyllrb.com/) to manage content.
10 changes: 10 additions & 0 deletions _config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Site settings
title: SpigotMC IRC Network
description: > # this means to ignore newlines until "baseurl:"
The SpigotMC IRC Network is the official network of Spigot, the popular Minecraft
server modification.
baseurl: "" # the subpath of your site, e.g. /blog/
url: "http://irc.spi.gt" # the base hostname & protocol for your site

# Build settings
markdown: kramdown
12 changes: 12 additions & 0 deletions _includes/head.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">

<title>{% if page.title %}{{ page.title }}{% else %}{{ site.title }}{% endif %}</title>
<meta name="description" content="{% if page.excerpt %}{{ page.excerpt | strip_html | strip_newlines | truncate: 160 }}{% else %}{{ site.description }}{% endif %}">

<link rel="stylesheet" href="{{ "/css/style.css" | prepend: site.baseurl }}">
<link rel="stylesheet" href="{{ "/css/markdown.css" | prepend: site.baseurl }}">
<link rel="canonical" href="{{ page.url | replace:'index.html','' | prepend: site.baseurl | prepend: site.url }}">
</head>
16 changes: 16 additions & 0 deletions _layouts/default.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
<!DOCTYPE html>
<html>

{% include head.html %}

<body>

<article>

{{ content }}

</article>

</body>

</html>
File renamed without changes.
File renamed without changes.
6 changes: 0 additions & 6 deletions draft-ruleset.html

This file was deleted.

6 changes: 0 additions & 6 deletions index.html

This file was deleted.

12 changes: 9 additions & 3 deletions index.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,17 @@
Home | [Webchat](iris/) | [Rules](rules.php) | [Modes and Extbans](modes.php) | [Services](services.php) | [Servers](servers.php)
---
layout: default
title: SpigotMC IRC
permalink: /
---

Home \| [Webchat](/iris/) \| [Rules](/rules/) \| [Modes and Extbans](/modes/) \| [Services](/services/) \| [Servers](/servers/)

#Why Hello There!

This server is part of the SpigotMC IRC network. For now we suggest that you connect to this server directly.

Network rules can be viewed [here](rules.php).
Network rules can be viewed [here](rules/).

You can also make use of our webchat [here](/iris/).

Looking for the [SpigotMC forums](http://spigotmc.org) or [downloads](http://ci.md-5.net/job/Spigot/)?
Looking for the [SpigotMC forums](http://spigotmc.org) or [downloads](http://ci.md-5.net/job/Spigot/)?
17 changes: 0 additions & 17 deletions index.php

This file was deleted.

Loading