GithubHelp home page GithubHelp logo

startzerognu / writers-zone Goto Github PK

View Code? Open in Web Editor NEW
7.0 0.0 2.0 122 KB

:gem: Gem Theme for Jekyll based on the official theme minima :warning: :construction:

License: Other

Ruby 9.86% HTML 45.10% CSS 45.04%

writers-zone's Introduction

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.

writers-zone's People

Contributors

startzerognu avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Forkers

kp-forks w3node

writers-zone's Issues

error: Unknown tag 'seo'

After following installation instructions got this when trying to serve the site:
Liquid Exception: Liquid syntax error (line 6): Unknown tag 'seo'

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.