diff options
-rw-r--r-- | Rakefile | 9 | ||||
-rw-r--r-- | _config.yml | 3 | ||||
-rw-r--r-- | _layouts/default.html | 94 | ||||
-rw-r--r-- | images/logo.png | bin | 0 -> 14197 bytes | |||
-rw-r--r-- | index.md | 12 | ||||
-rw-r--r-- | servers.md | 13 | ||||
-rw-r--r-- | staff.md | 28 |
7 files changed, 159 insertions, 0 deletions
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 @@ +<!DOCTYPE html> +<html> + <head> + <title>{{ page.title }} InsomniaIRC.net</title> + <meta charset="utf-8" /> + <style> + body { + background-color: #F0F0F0; + margin: 0; + padding: 0; + font-family: Verdana, Arial, Helvetica, sans-serif; + font-size: 12px; + } + a { + color: #000099; + } + img { + border: none; + } + #main { + margin: auto auto; + background-color: white; + width: 75%; + border: solid 1px #CCCCCC; + border-top: none; + padding: 1%; + } + header nav, #content { + padding: 0 1em 0 1em; + } + header { + width: 100%; + border-bottom: solid 1px #CCCCCC; + margin-bottom: 5px; + padding-bottom: 1em; + } + header nav ul { + list-style: none; + display: inline; + padding-left: 0; + } + header nav ul li { + display: inline; + padding-right: 0.5em; + } + header nav a:hover { + border-top: solid 1px #CCCCCC; + border-bottom: solid 1px #CCCCCC; + } + #content { + min-height: 300px; + } + footer { + border-top: solid 1px #CCCCCC; + margin-top: 5px; + padding: 5px; + text-align: center; + } + </style> + </head> + <body> + <div id="main"> + <header> + <h1><img src="images/logo.png" alt="InsomniaIRC" /></h1> + <nav> + <ul> + <li><a href="index.html">Home</a></li> + <li><a href="servers.html">Servers</a></li> + <li><a href="staff.html">Staff</a></li> + <li><a href="http://searchirc.com/searchirc.php?SCHANS=1&SSORT=SIZE&N=InsomniaIRC">Channels</a></li> + </ul> + </nav> + </header> + <div id="content"> + {{ content }} + </div> + <footer> + <p>Copyright © 2006-{{ site.time | date: '%Y' }} InsomniaIRC Network</p> + </footer> + </div> + <script type="text/javascript"> + var _gaq = _gaq || []; + _gaq.push(['_setAccount', 'UA-49818630-1']); + _gaq.push(['_setDomainName', 'insomniairc.net']); + _gaq.push(['_trackPageview']); + + (function() { + var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; + ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; + var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); + })(); + </script> + </body> +</html> diff --git a/images/logo.png b/images/logo.png Binary files differnew file mode 100644 index 0000000..903ea26 --- /dev/null +++ b/images/logo.png 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@insomniairc.net> + +jesterpm started InsomniaIRC under some other names many years ago. + + +# Suspect +Email: <justin@insomniairc.net> + +Suspect has also been around since just after the dawn of time. + + +# jonbo +Email: <jonbo@insomniairc.net> + +We're not quite sure where jonbo came from. + + +# Weyoun +Email: <weyoun@insomniairc.net> + +Weyoun, who goes by many names, runs [Euclid](servers.html). + + |