docs: add authors page

git-svn-id: svn+ssh://atelier.inf.usi.ch/home/bevilj/group-1@88 a672b425-5310-4d7a-af5c-997e18724b81
This commit is contained in:
bevilj 2018-11-10 22:01:06 +00:00
parent 6f46054121
commit 31f7d97ff6
7 changed files with 26 additions and 5 deletions

View File

@ -0,0 +1,4 @@
---
name: Fabiano Fenini
position: Intermediate commands team
---

View File

@ -13,4 +13,3 @@ future: true
collections:
authors:

View File

@ -22,6 +22,7 @@
<ul>
<li><a href="{{ site.baseurl }}/pages/info/motivation.html">Us</a></li>
<li><a href="{{ site.baseurl }}/pages/info/project.html">The project</a></li>
<li><a href="{{ site.baseurl }}/pages/info/people.html">The people</a></li>
</ul>
</div>
</nav>

View File

@ -1,7 +1,7 @@
---
layout: page
category_title: frontpage
category-page: About
category-title: Information
category-page: info
tags: History shell shells command-line interpreter Ken Thompson V6 PWD John Mashey Bourne C Korn Bourne-Again Brian Fox David Korn Bill Joy Stephen Bourne
author: Nicola Brunner
title: History of shells

View File

@ -1,6 +1,6 @@
---
layout: page
category-title: Frontpage
category-title: Information
category-page: info
tags: motivation why important
author: Matteo Omenetti

View File

@ -0,0 +1,17 @@
---
layout: page
category-title: Information
category-page: info
tags: project author people humans
author: Joey Bevilacqua
title: Who we are
---
<p>
<ul>
{% for item in site.authors %}
<li><b>{{ item.name }}</b>: {{ item.position }}</li>
{% endfor %}
</ul>
</p>

View File

@ -1,6 +1,6 @@
---
layout: page
category-title: Frontpage
category-title: Information
category-page: info
tags: project why goal members organization timeline
author: Matteo Omenetti