diff options
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 %} |
