diff options
| author | Heather Miller <heather.miller@epfl.ch> | 2016-10-16 12:16:25 -0400 |
|---|---|---|
| committer | Heather Miller <heather.miller@epfl.ch> | 2016-10-16 12:16:25 -0400 |
| commit | dfb6fc7c9d3bcc697f0607fe8815c88e16bb7848 (patch) | |
| tree | 610fd7696ae8d717e48b3129df06a34d7d1bbb23 /about.md | |
Initial push
Diffstat (limited to 'about.md')
| -rw-r--r-- | about.md | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/about.md b/about.md new file mode 100644 index 0000000..49ea583 --- /dev/null +++ b/about.md @@ -0,0 +1,20 @@ +--- +layout: page +title: About +permalink: /about/ +--- + +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/) + +You can find the source code for the Jekyll new theme at: +{% include icon-github.html username="jglovier" %} / +[jekyll-new](https://github.com/jglovier/jekyll-new) + +You can find the source code for Jekyll at +{% include icon-github.html username="jekyll" %} / +[jekyll](https://github.com/jekyll/jekyll) + +{% for post in site.posts %} +<a href="{{ post.url }}">{{ post.title }}</a> +<br> +{% endfor %} |
