notcraig / clean-blog-middleman

Clean Blog by Start Bootstrap, converted to Middleman

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Clean Blog for Middleman

This is my conversion of the Clean Blog template to Middleman.
There are many versions like it, but this one is mine.
My code is ugly. It is not pro-level by any stretch. I will master it as I master my ruby skills.

The things I've modified or added:

  • English Ordinal dates (e.g. May 1st, 2016, June 11th, 2017 rather than May 1, June 11... ) (requires 'facets' gem)
  • vendor removed and everything smashed in to assets
  • Google Analytics
  • Social & sharing buttons for each post (facebook, twitter, reddit, email)
  • Meta tags for Open Graph
  • Various configurable settings via data/site.yml
    • siteurl (mostly for proper social sharing links and OG data)
    • sitename (ditto)
    • subtitle (just because)
    • author (easier than going through the templates to replace each instance)
    • google_tracking_id (comment out and it won't be included in the partial)
    • twitter (footer)
    • facebook (footer)
    • github (footer)

Feel free to fork and modify it to suit your own site needs/improve my awful code.

See it in action here

Original README:

Clean Blog is a stylish, responsive blog theme for Bootstrap created by Start Bootstrap. This theme features a blog homepage, about page, contact page, and an example post page along with a working PHP contact form.

Getting Started

To begin using this template, choose one of the following options to get started:

Bugs and Issues

Have a bug or an issue with this template? Open a new issue here on GitHub or leave a comment on the template overview page at Start Bootstrap.

Creator

Start Bootstrap was created by and is maintained by David Miller, Owner of Blackrock Digital.

Start Bootstrap is based on the Bootstrap framework created by Mark Otto and Jacob Thorton.

Copyright and License

Copyright 2013-2016 Blackrock Digital LLC. Code released under the MIT license.

About

Clean Blog by Start Bootstrap, converted to Middleman

License:MIT License


Languages

Language:HTML 75.7%Language:CSS 16.0%Language:Ruby 5.4%Language:JavaScript 3.0%