Installation is very easy and fast via the command line. You can choose between either installing as a white-label Jekyll theme or as a Ruby Gem.
Clone the Github repository
First enter the following into your CLI.
git clone https://github.com/st4rlab/miniml.git
Edit the config file in the root directory to match your site’s configuration. run this command to build the files into the _site directory:
bundle install
Test the site locally with this command:
bundle exec jekyll serve
push the finished site to a github repository
git push -u origin master
Set up navigation
Navigation titles and links are set in the _data/navigation.yml file.
Built-in page layouts
You can define different layouts and includes as you see fit. Use one of the 5 following page layouts or design your own.
- page
- over
- default
- component
- home
Built in UiKit, with an elegant homepage, blog and archive pages. Build a simple and beautiful website or blog in a few hours or less.