forked from data.coop/website
Tilføjet så der bare er lidt indhold
This commit is contained in:
parent
211ce017ad
commit
765d638e82
|
@ -3,11 +3,12 @@ layout: default
|
|||
---
|
||||
|
||||
<div class="home">
|
||||
|
||||
<h1 class="page-heading">Posts</h1>
|
||||
<h1 class="page-heading">Hejsa!</h1>
|
||||
|
||||
{{ content }}
|
||||
|
||||
<h1 class="page-heading">Nyheder</h2>
|
||||
|
||||
<ul class="post-list">
|
||||
{% for post in site.posts %}
|
||||
<li>
|
||||
|
|
|
@ -1,25 +0,0 @@
|
|||
---
|
||||
layout: post
|
||||
title: "Welcome to Jekyll!"
|
||||
date: 2017-02-06 11:44:57 +0100
|
||||
categories: jekyll update
|
||||
---
|
||||
You’ll find this post in your `_posts` directory. Go ahead and edit it and re-build the site to see your changes. You can rebuild the site in many different ways, but the most common way is to run `jekyll serve`, which launches a web server and auto-regenerates your site when a file is updated.
|
||||
|
||||
To add new posts, simply add a file in the `_posts` directory that follows the convention `YYYY-MM-DD-name-of-post.ext` and includes the necessary front matter. Take a look at the source for this post to get an idea about how it works.
|
||||
|
||||
Jekyll also offers powerful support for code snippets:
|
||||
|
||||
{% highlight ruby %}
|
||||
def print_hi(name)
|
||||
puts "Hi, #{name}"
|
||||
end
|
||||
print_hi('Tom')
|
||||
#=> prints 'Hi, Tom' to STDOUT.
|
||||
{% endhighlight %}
|
||||
|
||||
Check out the [Jekyll docs][jekyll-docs] for more info on how to get the most out of Jekyll. File all bugs/feature requests at [Jekyll’s GitHub repo][jekyll-gh]. If you have questions, you can ask them on [Jekyll Talk][jekyll-talk].
|
||||
|
||||
[jekyll-docs]: https://jekyllrb.com/docs/home
|
||||
[jekyll-gh]: https://github.com/jekyll/jekyll
|
||||
[jekyll-talk]: https://talk.jekyllrb.com/
|
10
_posts/2017-02-09-Hjemmeside-paa-vej.md
Normal file
10
_posts/2017-02-09-Hjemmeside-paa-vej.md
Normal file
|
@ -0,0 +1,10 @@
|
|||
---
|
||||
title: Første spadestik
|
||||
layout: post
|
||||
---
|
||||
# Så er vi i gang!
|
||||
|
||||
Vi er i gang med, at opbygge en hjemmeside for foreningen. Indtil videre kan du følge med
|
||||
i foreningens arbejde på vores [GitLab server](https://git.data.coop/data.coop/pm). Har du
|
||||
lyst til at blive medlem og være med til at opbygge vores datakollektiv så vil du snarest
|
||||
kunne finde informationer om, hvordan og hvorledes her på siden.
|
14
about.md
14
about.md
|
@ -1,15 +1,7 @@
|
|||
---
|
||||
layout: page
|
||||
title: About
|
||||
permalink: /about/
|
||||
title: Om os
|
||||
permalink: /om/
|
||||
---
|
||||
|
||||
This is the base Jekyll theme. You can find out more info about customizing your Jekyll theme, as well as basic Jekyll usage documentation at [jekyllrb.com](https://jekyllrb.com/)
|
||||
|
||||
You can find the source code for the Jekyll new theme at:
|
||||
{% include icon-github.html username="jekyll" %} /
|
||||
[minima](https://github.com/jekyll/minima)
|
||||
|
||||
You can find the source code for Jekyll at
|
||||
{% include icon-github.html username="jekyll" %} /
|
||||
[jekyll](https://github.com/jekyll/jekyll)
|
||||
Mere info følger...
|
||||
|
|
7
index.md
7
index.md
|
@ -1,6 +1,7 @@
|
|||
---
|
||||
# You don't need to edit this file, it's empty on purpose.
|
||||
# Edit theme's home layout instead if you wanna make some changes
|
||||
# See: https://jekyllrb.com/docs/themes/#overriding-theme-defaults
|
||||
layout: home
|
||||
---
|
||||
data.coop er et datakollektiv hvor vi, i form af en forening, arbejder på, at kunne passe bedre på hinandens data.
|
||||
|
||||
Foreningen holdt stiftende generalforsamling i 2016 og arbejder nu på, at få gang i aktiviteterne. Inden længe vil du her på siden kunne læse om,
|
||||
hvad du kan få ud af et medlemsskab samt detaljer om, hvordan du kan melde dig ind og være med til at opbygge noget fedt.
|
||||
|
|
Loading…
Reference in a new issue