diff --git a/_includes/head.html b/_includes/head.html index 1e24f04..660c753 100644 --- a/_includes/head.html +++ b/_includes/head.html @@ -7,11 +7,7 @@ - {% if page.title == "Home" %} - {{ site.title }} · {{ site.tagline }} - {% else %} - {{ page.title }} · {{ site.title }} - {% endif %} + Download free, open designs - Obrary diff --git a/_posts/2015-06-04-whats-jekyll.md b/_posts/2015-06-04-whats-jekyll.md deleted file mode 100644 index 6a2d017..0000000 --- a/_posts/2015-06-04-whats-jekyll.md +++ /dev/null @@ -1,12 +0,0 @@ ---- -layout: post -title: What's Jekyll? ---- - -[Jekyll](http://jekyllrb.com) is a static site generator, an open-source tool for creating simple yet powerful websites of all shapes and sizes. From [the project's readme](https://github.com/mojombo/jekyll/blob/master/README.markdown): - - > Jekyll is a simple, blog aware, static site generator. It takes a template directory [...] and spits out a complete, static website suitable for serving with Apache or your favorite web server. This is also the engine behind GitHub Pages, which you can use to host your project’s page or blog right here from GitHub. - -It's an immensely useful tool and one we encourage you to use here with Hyde. - -Find out more by [visiting the project on GitHub](https://github.com/mojombo/jekyll). \ No newline at end of file diff --git a/about.md b/about.md deleted file mode 100644 index 56bec7c..0000000 --- a/about.md +++ /dev/null @@ -1,11 +0,0 @@ ---- -layout: page -title: About ---- - -

- Obrary theme for GitHub pages to be used as a landing page for open design repositories. -

- -This theme is built on Poole/Lanyon: -* [Lanyon](http://lanyon.getpoole.com) \ No newline at end of file