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:
parent
ae3003c460
commit
c764249826
7 changed files with 26 additions and 5 deletions
site
4
site/_authors/feninf.html
Normal file
4
site/_authors/feninf.html
Normal file
|
@ -0,0 +1,4 @@
|
|||
---
|
||||
name: Fabiano Fenini
|
||||
position: Intermediate commands team
|
||||
---
|
|
@ -13,4 +13,3 @@ future: true
|
|||
collections:
|
||||
authors:
|
||||
|
||||
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
layout: page
|
||||
category-title: Frontpage
|
||||
category-title: Information
|
||||
category-page: info
|
||||
tags: motivation why important
|
||||
author: Matteo Omenetti
|
||||
|
|
17
site/pages/info/people.html
Normal file
17
site/pages/info/people.html
Normal 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>
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue