Sencilla

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

jekyll logo

Want a Jekyll website built?

Hire a Jekyll developer