From e3cc58669d0501b26bccd2c13fe7587fd2669441 Mon Sep 17 00:00:00 2001 From: Jesse Morgan Date: Mon, 7 Apr 2014 21:11:04 -0700 Subject: Initial commit. --- Rakefile | 9 +++++ _config.yml | 3 ++ _layouts/default.html | 94 ++++++++++++++++++++++++++++++++++++++++++++++++++ images/logo.png | Bin 0 -> 14197 bytes index.md | 12 +++++++ servers.md | 13 +++++++ staff.md | 28 +++++++++++++++ 7 files changed, 159 insertions(+) create mode 100644 Rakefile create mode 100644 _config.yml create mode 100644 _layouts/default.html create mode 100644 images/logo.png create mode 100644 index.md create mode 100644 servers.md create mode 100644 staff.md diff --git a/Rakefile b/Rakefile new file mode 100644 index 0000000..0aba530 --- /dev/null +++ b/Rakefile @@ -0,0 +1,9 @@ +task :default => [:build] + +task :build => [:makecss, :makejs] do + system("jekyll --no-server") +end + +task :dev => [:makecss, :makejs] do + system("jekyll --server --auto") +end diff --git a/_config.yml b/_config.yml new file mode 100644 index 0000000..e765a74 --- /dev/null +++ b/_config.yml @@ -0,0 +1,3 @@ +auto: false +exclude: Rakefile +encoding: utf-8 diff --git a/_layouts/default.html b/_layouts/default.html new file mode 100644 index 0000000..a11d158 --- /dev/null +++ b/_layouts/default.html @@ -0,0 +1,94 @@ + + + + {{ page.title }} InsomniaIRC.net + + + + +
+
+

InsomniaIRC

+ +
+
+ {{ content }} +
+
+

Copyright © 2006-{{ site.time | date: '%Y' }} InsomniaIRC Network

+
+
+ + + diff --git a/images/logo.png b/images/logo.png new file mode 100644 index 0000000..903ea26 Binary files /dev/null and b/images/logo.png differ diff --git a/index.md b/index.md new file mode 100644 index 0000000..4cd5084 --- /dev/null +++ b/index.md @@ -0,0 +1,12 @@ +--- +layout: default +--- + +Welcome to InsomniaIRC. There is nothing interesting on this website because we +keep all the interesting stuff on IRC. + +Connect to [irc.insomniairc.net:6667][irc] or [irc.insomniairc.net:6697][ircs]. +(SSL). Everyone's in #chat. + +[irc]: irc://irc.insomniairc.net:6667 +[ircs]: ircs://irc.insomniairc.net:6697 diff --git a/servers.md b/servers.md new file mode 100644 index 0000000..bb75804 --- /dev/null +++ b/servers.md @@ -0,0 +1,13 @@ +--- +layout: default +--- + +Please connect using the round robin: [irc.insomniairc.net][irc] since servers +may come and go. But if you must know, we have two servers: + +* hypocrisy.insomniairc.net (IPv6, SSL) +* euclid.insomniairc.net (IPv6, SSL) + +The port is 6667, as usual. SSL is available on 6697. + +[irc]: irc://irc.insomniairc.net:6667 diff --git a/staff.md b/staff.md new file mode 100644 index 0000000..8ffc8fe --- /dev/null +++ b/staff.md @@ -0,0 +1,28 @@ +--- +layout: default +--- + +# jesterpm +Email: + +jesterpm started InsomniaIRC under some other names many years ago. + + +# Suspect +Email: + +Suspect has also been around since just after the dawn of time. + + +# jonbo +Email: + +We're not quite sure where jonbo came from. + + +# Weyoun +Email: + +Weyoun, who goes by many names, runs [Euclid](servers.html). + + -- cgit v1.2.3