WARNING: This project is archived and no longer update
Lightweight Jekyll theme for personal blog
gem install bundler
and then install Jekyll and all dependencies bundle install
._config.yml
to personalize your site._posts
to see examples for pulling in large feature images, assigning categories and tags, and other YAML data._includes
, _layouts
, _sass
, and assets
.about/
, posts/
and index.html
._config.yml
to personalize your site.The following files are part of the _layouts
directory.
default.html
, page.html
, post.html
— standard layout files exactly as in Minima.home.html
— a home page layout, which supports Jekyll's pagination. This can be enabled by setting paginate
in _config.yml
.articles.html
— this is a layout which displays a full list of posts by year.The following files are part of the _includes
directory.
head-includes.html
— an empty text file where the user may add additional lines that will be inserted into <head>
. If you want to customize Minima Reboot and need to include additional style sheets, add them here.The following files are part of the _sass
directory.
styles.scss
— loads the required style sheets._components.scss
and _layout.scss
— contains a few layout tweaks on top of Bootstrap's style.Contains the main.scss
file which loads the style files by importing styles.scss
.