0.01
No commit activity in last 3 years
No release in over 3 years
Gem Theme for Jekyll based on the official theme minima with some plugins installed.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 11.3

Runtime

 Project Readme

writers-zone 💎

Gem Theme for Jekyll based on the (official theme minima by Parker Moore) with some plugins installed.

⚠️ 🚧 This theme is a work in progress (daily/weekly updates)

Features

  • Mobile friendly (Responsive desing mobile first)
  • FlexBox layout
    • compatibility with all browsers "desktop/mobile" less
    • IE < 10
    • Opera "desktop/mobile" < 12.1
  • Sticky footer
  • Toggle menu on-click with only CSS
  • Full text search
  • SVG icons

Installation

~ $ gem install writers-zone

~ $ jekyll new My-New-Blog

Quick Usage

Copy all files from "demo" folder in the root of your Jekyll site

and then execute

~ $ bundle exec jekyll serve

# http://localhost:4000

Add icons

Svg Icons collection Octicons v.4.3.0

Add basics icons ( e.g. about page ), this tag sends 2 params [ icon-name, class ]

Classes

  • By Default ( vertical-align: text-bottom, fill: $grey-color )
  • text-top ( vertical-align: text-top )
  • c-color ( fill: currentColor )

Icon names

  • Same as Octicons collection
{% include icons/icon.html
  icon-name='alert'
  class='text-top'
%}

2 classes class='text-top c-color'

Add User icons ( e.g. GitHub ), this tag sends 3 params [ icon-name, href, username ]

Href

  • site url without "/" at the end

Username

  • reads github_username in _config.yml
{% include icons/user.html
  icon-name='github'
  href='https://github.com'
  username=site.github_username
%}

Plugins

Credits and Thanks

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/StartZeroGnu/writers-zone/issues. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the Contributor Covenant code of conduct.

License

The theme is available as open source under the terms of the MIT License.