A bootstrap based theme for Jekyll. Forked from the default minima theme
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.
To build:
$ bundle exec jekyll build
To run:
$ bundle exec jekyll serve
-
Cover photo
-
Profile picture
-
Twitter feed
-
Bio Card
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.
Added extra optional key short_description
key in FrontMatter for posts.
In _config.yml
:
short_description: 'Short Description Text'
In _config.yml
:
profile_picture: link-or-path/to/profile/image.jpg
In _config.yml
:
cover_image: link-or-path/to/cover/image.jpg
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
The theme is available as open source under the terms of the MIT License.