From dfb6fc7c9d3bcc697f0607fe8815c88e16bb7848 Mon Sep 17 00:00:00 2001 From: Heather Miller Date: Sun, 16 Oct 2016 12:16:25 -0400 Subject: Initial push --- about.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 about.md (limited to 'about.md') 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 %} +{{ post.title }} +
+{% endfor %} -- cgit v1.2.3