added blog, feed, nextcloud post and new menu

This commit is contained in:
david 2016-10-30 21:07:50 +01:00
parent 82d2f515a0
commit d4a68853ca
18 changed files with 136 additions and 37 deletions

View File

@ -2,6 +2,7 @@
name: socialnerds.org name: socialnerds.org
description: less is more description: less is more
google_verification: null google_verification: null
url: https://socialnerds.org
# File management # File management

View File

@ -1,5 +1,5 @@
- title: contact - title: cloud
url: mailto:hello@socialnerds.org url: https://cloud.socialnerds.org
- title: about - title: webmail
url: /about url: https://excelsior.socialnerds.org/mail

8
_data/pages.yml Normal file
View File

@ -0,0 +1,8 @@
- name: "get an account"
url: /account
- name: "git repos"
url: https://socialg.it/socialnerds
- name: "imprint"
url: /imprint

View File

@ -1,7 +0,0 @@
- name: Fatso
category: theme
url: https://github.com/getmicah/fatso
- name: Beam
category: theme
url: https://github.com/getmicah/beam

View File

@ -1,10 +1,10 @@
- name: "Mail server - excelsior.socialnerds.org" - name: "Mail server - excelsior.socialnerds.org"
url: https://excelsior.socialnerds.org url: https://excelsior.socialnerds.org
- name: "ownCloud - socialnerds.org/cloud" - name: "Nextcloud - cloud.socialnerds.org"
url: https://www.socialnerds.org/cloud url: https://cloud.socialnerds.org
- name: "Git - socialg.it" - name: "Gitlab - socialg.it"
url: https://socialg.it url: https://socialg.it
- name: "Mumble server - gmur.ml" - name: "Mumble server - gmur.ml"

11
_includes/header.html~ Normal file
View File

@ -0,0 +1,11 @@
<div class="header">
<h1>{{ site.name }}</h1>
<ul>
{% for item in site.data.navigation %}
<li>
<a href="/{{ item.url }}">{{ item.title }}</a>
</li>
{% endfor %}
</ul>
</div>

View File

@ -1,13 +0,0 @@
---
layout: default
---
<div class="about">
<a class="about__back" href="/">&lt;-- back</a>
<h1 class="about__title">About:</h1>
<div class="about__content">
{{ content }}
</div>
</div>

View File

@ -21,6 +21,7 @@
<link rel="icon" href="/assets/img/favicon.ico"> <link rel="icon" href="/assets/img/favicon.ico">
<link href='https://fonts.googleapis.com/css?family=Inconsolata:400,700' rel='stylesheet' type='text/css'> <link href='https://fonts.googleapis.com/css?family=Inconsolata:400,700' rel='stylesheet' type='text/css'>
<link rel="stylesheet" type="text/css" href="/assets/css/main.css"> <link rel="stylesheet" type="text/css" href="/assets/css/main.css">
<link rel="alternate" type="application/rss+xml" title="socialnerds.org" href="/feed.xml">
</head> </head>
<body> <body>

12
_layouts/page.html Normal file
View File

@ -0,0 +1,12 @@
---
layout: default
---
<div class="post">
<a class="post__back" href="/">&lt;-- home</a>
<h1 class="post__title">{{ page.title }}</h1>
<!--<p class="post__date">{{ page.date | date: '%B %-d, %Y' }}</p>-->
<div class="post__content"?>
{{ content }}
</div>
</div>

View File

@ -1,6 +1,6 @@
--- ---
layout: post layout: post
title: Hello world! title: Hello world
--- ---
This is some sample content. This is some sample content.

View File

@ -0,0 +1,21 @@
---
layout: post
title: Nextcloud at socialnerds.org
---
Hello nerds,
today i'd like to introduce [Nextcloud](https://nextcloud.com). It is a fork of the open source version of [ownCloud](https://owncloud.org) with one key difference to its predecessor: There won't be a closed source edition and all the planing and development happens in the open. Also it is a Drop-in replacement for ownCloud which means, although there are [native clients](https://nextcloud.com/install/#install-clients) already available, all ownCloud branded client software will remain compatible for the time being.
*Read more about Nextcloud on [Wikipedia](https://en.wikipedia.org/wiki/Nextcloud) or on their [website](https://nextcloud.com).*
**Now it gets interesting for you:**
Starting today we'll be using Nextcloud 10 at [cloud.socialnerds.org](https://cloud.socialnerds.org) which is supposed to completely replace our ownCloud instance at [www.socialnerds.org/cloud](https://www.socialnerds.org/cloud). The ownCloud instance will be available until the **31st of December 2016**. After that you won't be able to recover data which has not been migrated to [cloud.socialnerds.org](https://cloud.socialnerds.org).
For the purpose of detecting unused accounts and having a fresh database **you have to transfer your data manually** to the new cloud instance.
To get an account for the new cloud instance follow the instructions [here](/account).
![cloud_shot](/images/cloud_shot.jpg)

View File

@ -0,0 +1,6 @@
---
layout: post
title: gmur.ml & socialg.it downtime tomorrow
---
Because of a sever migration [gmur.ml](https://gmur.ml) & [socialg.it](https://socialg.it) will be down for about two hours tomorrow **1st of November 11am**(CET).

View File

@ -1,5 +0,0 @@
---
layout: about
---
[socialnerds.org](/) connects a couple of nerds (who do also exist in a social “real life” environment) doing interesting stuff like writing code, playing around with hardware, getting to know the latest operating systems, gaming old classics and doing whatever is fun doing with a computer (or something similar).

20
account/index.md Normal file
View File

@ -0,0 +1,20 @@
---
layout: page
title: how to get a socialnerds account
---
Email your public pgp key along with your desired email address to `david@socialnerds.org`. ([public key](https://keybase.io/beyond/key.asc))
You will get an encrypted reply containing your account details within 24 hours.
*Available email domains: @socialnerds.org, @aundas.org*
You may use following services with your account credentials:
* Email: [webmail](https://excelsior.socialnerds.org/mail), [instructions](https://excelsior.socialnerds.org)
* File sharing: [files](https://cloud.socialnerds.org)
* Calendars & Contacts: [calendar](https://cloud.socialnerds.org/apps/calendar), [contacts](https://cloud.socialnerds.org/apps/contacts)
* News reader: [news](https://cloud.socialnerds.org/apps/news)

22
feed.xml Normal file
View File

@ -0,0 +1,22 @@
---
layout: null
---
<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>socialnerds.org</title>
<description>Blog posts</description>
<link>{{ site.url }}</link>
{% for post in site.posts %}
{% unless post.draft %}
<item>
<title>{{ post.title | xml_escape }}</title>
<description>{{ post.content | xml_escape }}</description>
<pubDate>{{ post.date | date_to_xmlschema }}</pubDate>
<link>{{ post.url | prepend: site.url }}</link>
<guid isPermaLink="true">{{ post.url | prepend: site.url }}</guid>
</item>
{% endunless %}
{% endfor %}
</channel>
</rss>

BIN
images/cloud_shot.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 58 KiB

9
imprint/index.md Normal file
View File

@ -0,0 +1,9 @@
---
layout: page
title: imprint
---
type `whois socialnerds.org`

View File

@ -5,7 +5,20 @@ layout: default
{% include header.html %} {% include header.html %}
<div class="portfolio"> <div class="portfolio">
Below you'll find a list of projects we host. <p>
<a href="/">socialnerds.org</a> connects a couple of nerds
(who do also exist in a social “real life” environment) doing interesting stuff like writing code,
playing around with hardware, getting to know the latest operating systems,
gaming old classics and doing whatever is fun doing with a computer (or something similar).<br>
</p>
<br>
<p>
Read on:
{% for pages in site.data.pages %}
<a href="{{ pages.url }}">{{ pages.name}}</a>,
{% endfor %}
<a href="/feed.xml">feed</a>
</p>
</div> </div>
<div class="portfolio"> <div class="portfolio">
@ -20,8 +33,8 @@ Below you'll find a list of projects we host.
</div> </div>
<!--<div class="blog"> <div class="blog">
<h1>Blog Posts:</h1> <h1>Blog posts:</h1>
<ul> <ul>
{% for post in site.posts %} {% for post in site.posts %}
<li> <li>
@ -29,4 +42,4 @@ Below you'll find a list of projects we host.
</li> </li>
{% endfor %} {% endfor %}
</ul> </ul>
</div>--> </div>