scottserok / minima

Minima is a one-size-fits-all Jekyll theme for writers.

Home Page:https://jekyll.github.io/minima/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

minima fork

This project is a fork of jekyll/minima.

Minima is a one-size-fits-all Jekyll theme for writers. It's Jekyll's default (and first) theme. It's what you get when you run jekyll new.

Changes in this fork include

  • Removed jekyll-feed dependency
  • Added jekyll-coffeescript dependency

Installation

Add this line to your Jekyll site's Gemfile:

gem "minima", git: "git@github.com:scottserok/minima.git"

And then execute:

$ bundle

Usage

Have the following line in your config file:

theme: minima

Customizing assets

Add a style.scss and index.coffee file to your project in order to customize styles and add your own scripts.

root
├── assets
│   ├── css
│   │   └── style.scss
│   └── js
│       └── index.coffee

Be certain to import the minima skin of your choice and add custom styles.

---
---
@import "minima-classic";
.text-center { text-align: center; }

License

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

About

Minima is a one-size-fits-all Jekyll theme for writers.

https://jekyll.github.io/minima/

License:MIT License


Languages

Language:CSS 62.2%Language:HTML 33.6%Language:Ruby 2.8%Language:Shell 1.2%Language:CoffeeScript 0.2%