Skip to content

Sohair63/minima-bootstrap

 
 

Repository files navigation

minima-bootstrap

A bootstrap based theme for Jekyll. Forked from the default minima theme

Theme preview

Screenshots

Desktop screenshot Mobile screenshot

Installation

First, install Jekyll and create a new site following the instructions on the official webpage:

gem install bundler jekyll
jekyll new my-awesome-site
cd my-awesome-site

Then:

Add this line to your Jekyll site's Gemfile:

gem "minima-bootstrap"

And add this line to your Jekyll site:

theme: minima-bootstrap

And then execute:

$ bundle

to install and enable the theme.

Build and run

To build:

$ bundle exec jekyll build

To run:

$ bundle exec jekyll serve

Features

  • Cover photo

  • Profile picture

  • Twitter feed

  • Bio Card

Usage

General usage is much as the same as the minima theme from which this theme is forked. Please see the minima theme usage guide

Please also see the example site for practical usage examples.

Posts

Added extra optional key short_description key in FrontMatter for posts.

In _config.yml:

short_description: 'Short Description Text'

Profile photo

In _config.yml:

profile_picture: link-or-path/to/profile/image.jpg

Cover photo

In _config.yml:

cover_image: link-or-path/to/cover/image.jpg

Twitter feed

In _config.yml:

twitter_username: yourtwitterhandle
show_twitter_feed: true
twitter_feed_setting: 'noheader, noscrollbar, nofooter, noborders'
tweets_limit: 3 # Any limit default is 3
twitter_ref_src: yourtwitterhandle?ref_src=TWITTERSOURCE

License

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

About

A bootstrap based theme for Jekyll. Forked from the

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • CSS 51.1%
  • HTML 44.7%
  • Ruby 2.9%
  • Shell 1.3%