Giter Site home page Giter Site logo

smkazemi.github.io's Introduction

jekyll-theme-mint

screenshot

A clean and responsive jekyll theme. Designing for legibility and accessibility.

Installation

Add this line to your Jekyll site's Gemfile:

gem "jekyll-theme-mint"

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

theme: jekyll-theme-mint

And then execute:

$ bundle

Or install it yourself as:

$ gem install jekyll-theme-mint

Usage

Theme

Edit _config.yml file to change blog theme.

blog_theme: light  # use light theme

# or

blog_theme: dark # use dark theme

# or

blog_theme: auto # auto change the theme when your system and browser supported

Add social links

Edit _config.yml file to add your social links.

github_username:    your_name
twitter_username:   your_name
facebook_username:  your_name
dribbble_username:  your_name

Customize date formate

Edit _config.yml file to change default date formate.

date_format: '%b %-d, %Y'

Enable Disqus

Edit _config.yml file to add your Disqus short name and you can enable Disqus on your site.

disqus_shortname: your_disqus_shortname

You can also disable Disqus on specific post by comments: false to the post's Front Matter.

Enable Google Analytics

Edit _config.yml file to add your google analytics tracking id and you can enable google analytics on your site.

google_analytics: your_google_analystics_tracker_id

Development

To set up your environment to develop this theme, run bundle install.

For test, you can run bundle exec jekyll serve and open your browser at http://localhost:4000.

For more information you can see here https://jekyllrb.com/docs/themes/.

You can also use docker-compose to set up development environment.

Just like this:

$ docker-compose run --rm app bundle
$ docker-compose up

Build gem

$ gem build jekyll-theme-mint.gemspec 

License

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

smkazemi.github.io's People

Contributors

aidewoode avatar smkazemi avatar

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.