Skip to content

Commit 1d96e93

Browse files
committed
collections for authors
1 parent ded52ec commit 1d96e93

File tree

2 files changed

+25
-3
lines changed

2 files changed

+25
-3
lines changed

website/_data/authors.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
- name: Joseph Walton-Rivers
2+
github: webpigeon
3+
4+
- name: Bruce Cowan
5+
github: suborbitalpigeon
6+
7+
- name: Barry Attwater
8+
github: canis_l_sapien
9+

website/about.md

Lines changed: 16 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,21 @@ title: About
44
permalink: /about/
55
---
66

7-
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](http://jekyllrb.com/)
7+
This website is a compiled version of the scripts and guides repository curated
8+
by Unity Coders. It features articles and scripts which have been written and
9+
curated by our members.
810

9-
You can find the source code for the Jekyll new theme at: [github.com/jglovier/jekyll-new](https://github.com/jglovier/jekyll-new)
11+
## How to contribute
12+
Unity Coders members have commit access to the [repository][git-repo]. You can create
13+
articles or add scripts by committing directly to it. Articles should be written
14+
in a markup language compatible with [Jeykll][jekyll-posts].
1015

11-
You can find the source code for Jekyll at [github.com/jekyll/jekyll](https://github.com/jekyll/jekyll)
16+
## Who has contributed?
17+
<ul>
18+
{% for member in site.data.authors %}
19+
<li><a href="https://github.com/{{ member.github }}">{{ member.name }}</a></li>
20+
{% endfor %}
21+
</ul>
22+
23+
[git-repo]: https://github.com/unitycoders/scripts-guides
24+
[jekyll-posts]: http://jekyllrb.com/docs/posts/

0 commit comments

Comments
 (0)