Initial commit with content from previous site.

This commit is contained in:
madmaurice 2017-12-20 20:59:35 +01:00
commit c99c2bf3d8
11 changed files with 4542 additions and 0 deletions

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
/_site/

6
_config.yml Normal file
View File

@ -0,0 +1,6 @@
defaults:
-
scope:
path: ""
values:
layout: "page"

54
_includes/footer.html Normal file
View File

@ -0,0 +1,54 @@
</div>
</div>
<div class="medium-3 columns content-box sidebar">
<div class="whitebox">
<h2 class="boxhead">Search</h2>
<div class="searchbox">
<form>
<input type="text" placeholder="Search..." class="last"/>
</form>
</div>
</div>
<div class="whitebox">
<h2 class="boxhead">Recent Comments</h2>
</div>
<div class="whitebox">
<h2 class="boxhead">Archives</h2>
</div>
<div class="whitebox">
<h2 class="boxhead">Categories</h2>
<ul class="list last">
<li><a href="#">Intern</a></li>
<li><a href="#">Allgemein</a></li>
<li><a href="#">Zeug</a></li>
<li><a href="#">Off Topic</a></li>
<li><a href="#">Projekte</a></li>
<li><a href="#">Server</a></li>
<li><a href="#">Proggen</a></li>
</ul>
</div>
<div class="whitebox">
<h2 class="boxhead">Meta</h2>
<ul class="list last">
<li><a href="#">Log in</a></li>
<li><a href="#">Entries RSS</a></li>
<li><a href="#">Comments RSS</a></li>
<li><a href="#">WordPress.org</a></li>
</ul>
</div>
</div>
</div>
<div class="row">
<div class="columns small-12">
<div class="whitebox footer">
<a href="#">Zom.bi</a>
/
Design by <a href="#">bsod</a>, <a href="#">Ranomier</a> and <a href="#">madmaurice</a>
</div>
</div>
</div>
</body>
</html>

38
_includes/header.html Normal file
View File

@ -0,0 +1,38 @@
<!DOCTYPE html>
<!--[if IE 9]>
<html class="lt-ie10" lang="en" >
<![endif]-->
<html class="no-js" lang="en" >
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>{{ page.title }} - Zom.bi</title>
<link rel="stylesheet" href="{{ "/assets/css/foundation.css" | relative_url }}">
<link rel="stylesheet" href="{{ "/assets/css/index.css" | relative_url }}">
</head>
<body>
<header class="header">
<a class="#header"><img src="{{ "images/logo-green.png" | relative_url }}" alt="Zom.bi"></a>
<h2 class="tagline show-for-medium">The friendly neighborhood tech community</h2>
<ul class="header-subnav show-for-medium">
{% include menu.html %}
</ul>
</header>
<div class="row show-for-small-only">
<div class="columns small-12">
<div class="whitebox">
<ul class="mobile-menu">
{% include menu.html %}
</ul>
</div>
</div>
</div>
<div class="row main">
<div class="medium-9 columns content-box">
<!-- Post begin -->
<div class="whitebox">

5
_includes/menu.html Normal file
View File

@ -0,0 +1,5 @@
{% for page in site.pages %}
<li><a href="{{ page.url }}">{{ page.menutitle }}</a></li>
{% endfor %}
<li><a href="https://git.zom.bi/explore/projects">Git</a></li>
<li><a href="https://wiki.zom.bi/">Wiki</a></li>

3
_layouts/page.html Normal file
View File

@ -0,0 +1,3 @@
{% include header.html %}
{{ content }}
{% include footer.html %}

4194
assets/css/foundation.css vendored Normal file

File diff suppressed because it is too large Load Diff

2
assets/css/foundation.min.css vendored Normal file

File diff suppressed because one or more lines are too long

171
assets/css/index.css Normal file
View File

@ -0,0 +1,171 @@
.last {
margin-bottom:0;
}
body {
background:#f0f0f3 url(../images/noise_blue3.png);
}
.header {
text-align: center;
background: #393f42;
/* background: linear-gradient( #464d51 , #393f42 ); */
background: #393f42 url(../images/background-grayblue.png);
/* background-size: cover; */
position: relative;
overflow: visible;
padding-top: 0.7rem;
padding-bottom: 3.8rem;
margin-bottom: 1rem;
}
/* header menu hides on mobile screen, no padding needed anymore */
@media screen and (max-width:39.99em) {
.header {
padding-bottom:0.7rem;
}
}
.header .headline {
text-align:left;
color: #ffe;
margin: 0;
}
.header .tagline {
color: #eeeeef /* #aaaaac */;
font-size: 1.2rem;
margin: 0;
font-style: italic;
}
.header-subnav {
float: none;
position: absolute;
text-align: center;
margin: 0 auto;
bottom: 0;
width: 100%;
}
.header-subnav li {
float: none;
display: inline-block;
}
.header-subnav li a {
padding: 0.9rem 1rem;
font-size: 0.75rem;
color: #eef;
text-transform: uppercase;
display: block;
font-weight: bold;
letter-spacing: 1px;
transition: all 0.35s ease-in-out;
}
.header-subnav li a.is-active {
/* background: #ffffff; */
color: #393f42;
background-image:url(../images/noise_blue3.png);
}
.header-subnav li a:not(.is-active):hover {
background: rgba(250,250,250,0.15);
transition: all 0.35s ease-in-out;
}
.mobile-menu {
/* background-color:#f3f3f0; */
list-style: none;
margin: -0.5em -1em;
}
.mobile-menu li {
padding:0;
}
.mobile-menu li a {
display:block;
width:100%;
height:100%;
margin:0;
padding:0.3em;
padding-bottom:0em;
padding-left: 1em;
font-size: 1.4em;
font-weight:500;
text-transform:uppercase;
}
.mobile-menu li a.is-active {
background-color:#1eb513;
color: #ffffff !important;
}
.columns {
padding:0 10px;
}
.whitebox {
background-color:#f3f3f0;
box-shadow: 4px 4px 5px rgba(100,100,100,0.1);
padding:1rem;
margin-bottom:1em;
}
.whitebox a {
color: #1eb513 !important;
}
.post .title {
color: #1eb513;
font-size: 2rem;
line-height:2.2rem;
}
.post .info {
font-size: 0.8rem;
color: #555;
margin-top: 5px;
margin-bottom: 5px;
}
.post .content {
font-size: 0.9rem;
}
.post .authorline {
font-size: 0.75rem;
color: #555;
padding-left: 1.7rem;
}
.sidebar .boxhead {
font-size:1.1rem;
text-transform: uppercase;
}
.sidebar .list {
list-style: none;
}
.sidebar .list li a {
color: #2199e8;
}
.sidebar .searchbox {
margin:0;
}
.sidebar {
margin:0;
}
.footer {
text-align:center;
font-size:0.7rem;
text-transform:lowercase;
color: #555;
}

40
index.md Normal file
View File

@ -0,0 +1,40 @@
---
title: The friendly neighborhood undead tech community
menutitle: Startseite
---
# Willkommen bei Zombi
## Wer sind wir eigentlich?
Zombi ist eine kleine Community mit etwa 25 Nutzern, die sich
größtenteils aus Leuten im deutschsprachigen Raum zusammensetzt, aber
auch einige weitere Leute aus anderen Teilen Europas und Nordamerikas
zu sich zählt. Wir ist eine dynamische Community: Es finden sich immer
neue Menschen, die auf unserem Mumble-Server oder in unserem
[XMPP-Gruppenchat](xmpp://zombi@conference.zom.bi) auftauchen und sich
entscheiden hier zu bleiben. Man lernt interessante Leute aus anderen
Ecken der Welt kennen. Dabei müssen Themen natürlich nicht immer
technischer Natur sein. Mit vielen kann man sich über kulturelle
Unterschiede, aktuelle Themen aus der Welt und so manches
Unproduktives unterhalten. Neue Freundschaften entstehen und werden
auch durch den Austausch von Spezialitäten oder Süßigkeiten gefestigt.
## Was machen wir so?
Abgesehen von den täglichen Gesprächsrunden entstehen in der
Gemeinschaft auch interessante Projekte. Eines der länger währenden
Projekte stellt die Administration verschiedener Services auf unserem
Linux Root Server dar. Hier finden sich unter Anderem der
Mumble-Server, ein Mail-Server, eine GitLab-Instanz, ein DNS und eine
Reihe von Webservern. Alles zur Nutzung für die Mitglieder. Auch
findet sich immer Mal wieder eine interessante Idee für die
Programmierer oder die kunstvolle Zusammenstellung eines neuen
Minecraft Modpacks. Wir werden versuchen in Zukunft unsere aktuellen
Projekte und Lösungen vergangener Probleme hier auf unsere Webseite zu
beschreiben und zu dokumentieren.
Und sollte sich die Motivation für ein produktives Vorhaben zu einem
Zeitpunkt nicht finden, spielen wir auch mal verschiedene Spiele
gemeinsam, unter anderem Minecraft, Rust, CS:GO, Dota2, TableTop
Simulator oder was wir sonst so gerade finden.

28
mumble.md Normal file
View File

@ -0,0 +1,28 @@
---
title: Mumble
menutitle: Mumble
---
# Mumble
Unsere Community hat einen eigenen Mumble-Server
aufgesetzt. Wenn du mit uns in Kontakt treten möchtest oder
dich mit uns über Technik oder auch Gott und die Welt
unterhalten möchtest, dann kannst du uns auf diesem Server
finden.
Unser Mumble-Server findet sich unter:
[mumble.zom.bi](mumble://mumble.zom.bi)
Mumble ist eine Open Source Voice-over-IP-Software ausgelegt
auf kurze Latenzen und hohe Audio-Qualität. Weiter
Informationen finden sich
[hier](https://wiki.mumble.info/wiki/Main_Page).
Für die mobilen Benutzer unter euch gibt es den
[Mumblefy-Client für Apple iOS](https://itunes.apple.com/de/app/mumblefy/id858752232?mt=8)
und die
[Plumble-App für Android](https://play.google.com/store/apps/details?id=com.morlunk.mumbleclient.free&hl=de)
Wir würden uns freuen euch bei unseren Diskussionen dabei zu
haben.