Gem Theme for Jekyll based on the (official theme minima by Parker Moore) with some plugins installed.
:warning: :construction: This theme is a work in progress (daily/weekly updates)
~ $ gem install writers-zone
~ $ jekyll new My-New-Blog
Copy all files from "demo" folder in the root of your Jekyll site
and then execute
~ $ bundle exec jekyll serve
# http://localhost:4000
Svg Icons collection Octicons v.4.3.0
Add basics icons ( e.g. about page ), this tag sends 2 params [ icon-name, class ]
Classes
Icon names
{% 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
Username
github_username
in _config.yml
{% include icons/user.html
icon-name='github'
href='https://github.com'
username=site.github_username
%}
{% gist StartZeroGnu/8b038a1a07b8f7aa8e429960e1500662 %}
(entire gist with all files){% gist StartZeroGnu/8b038a1a07b8f7aa8e429960e1500662 demo2.md %}
(to show just the specified file)sitemap: false
in the front matter of the page/postBug 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.
The theme is available as open source under the terms of the MIT License.