Build Process

Cras at dolor eget urna varius faucibus tempus in elit. Cras a dui imperdiet, tempus metus quis, pharetra turpis.

Build process

Install UIkit font end framework dependency via Npm:

npm install

Enable live browser reload with the following:

bundle exec jekyll s --livereload

Use the following commands to compile js scripts:

npm run dev

Compile and minify:

npm run build

Hooks

There are four hook inlude files that simplify adding content or scripts in the theme locations:

  • _includes/hook-head.html
  • _includes/hook-pre-closing-body.html

Category boxes section

Creating post categories

Related Posts

Getting Started
Customization