Skip to content

Releases: scottmathson/simpol-theme

Simpol Jekyll Theme v1.0.5

09 Oct 18:25
Compare
Choose a tag to compare

Simpol Theme 1.0.5 Ruby Gem: https://rubygems.org/gems/simpol-jekyll-theme/versions/1.0.5

Release notes

This version of Simpol Theme doesn't add any new features. It is more an optimization of the associated docs, file structure, and optimizations throughout.

  • Fixed depreciation of "gems", corrected to "plugins" in config.yml
  • Added steps in README.md for running with Docker
  • Took out step for removing screenshot upon download (hosted out-of-repo screenshot url)
  • Other optimizations to the layout and structure of the source code

Thanks to any contributors, Happy Hacktoberfest to you all!

Re-introducing Simpol Theme

25 Sep 19:15
Compare
Choose a tag to compare

Simpol Theme has been re-published as a Ruby Gem: https://rubygems.org/gems/simpol-jekyll-theme

Introducing Simpol Theme

Simpol is a minimal, clean, and open source Jekyll theme for Github Pages.

Focus on the writing, the content.

Screenshot

Installation

As a Fork

  1. Fork the repo
  2. Clone down the repo with $ git clone git@github.com:username/reponame.git
  3. Delete the simpol-theme-screenshot.jpg file
  4. Install bundler with $ gem install bundler
  5. Install gems with $ bundle install
  6. Run Jekyll with $ bundle exec jekyll serve
  7. Have fun!

As a Jekyll theme gem

  1. Download the theme, quick download link
  2. Install bundler with $ gem install bundler
  3. Install gems with $ bundle install
  4. Run Jekyll with $ bundle exec jekyll serve
  5. Have fun!

Current Features

  • Minimal design and feel.
  • Simple and customizable Navigation, Index, and Footer
  • Site greeting, sub-greetings, links, logo, and more
  • All easily setup and managed in the config file
  • Clean, light-weight, default layouts for pages and posts
  • Search engine friendly! Optimized metadata for SEO.
  • Easy, site-wide Google Analytics setup/integration
  • Post categories and archive page
  • Social sharing for Twitter, Facebook, and email on all posts.
  • Sitemap, XML Feed, and 404 Page
  • Single, yet powerful and light-weight CSS Stylesheet
  • Simple, like a website should be.

Credits

Simpol Theme is designed, developed, and maintained by Scott Mathson, Mathson Design Co.

The clean design and feel is inspired by other minimal themes and blogs out there.

Scott on GitHub | Scott on Twitter

Resources

Check out these blog posts for help in getting started blogging with Simpol Theme. Within the posts are even more resources to help you.


License

Copyright (c) 2017 Mathson Design, LLC and Scott Mathson

Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above copyright notice and this permission notice appear in all copies.

THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.