Project

sencilla

0.0
A long-lived project that still receives updates
A Jekyll theme for blogs and portfolio websites.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
 Dependencies

Development

~> 2.1

Runtime

 Project Readme

Sencilla

Gem Version

A Jekyll theme for blogs and portfolio websites.

Installation

Add this line to your Jekyll site's Gemfile:

gem "sencilla"

And add this line to your Jekyll site's _config.yml:

theme: sencilla

And then execute:

$ bundle

Or install it yourself as:

$ gem install sencilla

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/msaharan/sencilla/.

Releasing a New Version

To build and release a new version of the sencilla gem to RubyGems.org:

  1. Update the version number in sencilla.gemspec as needed.

  2. Build the gem:

    gem build sencilla.gemspec

    This will generate a file like sencilla-x.y.z.gem.

  3. Sign in to RubyGems (if you haven't already):

    gem signin
  4. Push the gem to RubyGems:

    gem push sencilla-x.y.z.gem

You must have a RubyGems.org account and permission to push to the sencilla gem.

License

This theme is available under the terms of Apache License, Version 2.0.

Credits