Skip to content

ForEvolve/forevolve.github.io

Repository files navigation

ForEvolve blog

The Jekyll integration is based on Clean Blog by Start Bootstrap (see bellow). That theme really helped me start this out.

The blog content is Copyright (c) 2017 Carl-Hugo Marcotte under Creative Commons, see LICENSE.

Commands

jekyll serve --watch
npx grunt
npx grunt watch
~~grunt watch~~
jekyll serve --watch --drafts
bundle exec jekyll serve --watch --drafts
bundle exec jekyll serve --watch --drafts --incremental --future
bundle exec jekyll serve --watch --incremental
bundle exec jekyll build --profile
bundle exec jekyll s -I
bundle exec jekyll s -I --drafts

Convert Word to Markdown

Clean Blog by Start Bootstrap - Jekyll Version

The official Jekyll version of the Clean Blog theme by Start Bootstrap.

Before You Begin

In the _config.yml file, the base URL is set to /startbootstrap-clean-blog-jekyll which is this themes gh-pages preview. It's recommended that you remove the base URL before working with this theme locally!

It should look like this: baseurl: ""

What's Included

A full Jekyll environment is included with this theme. If you have Jekyll installed, simply run jekyll serve in your command line and preview the build in your browser. You can use jekyll serve --watch to watch for changes in the source files as well.

A Grunt environment is also included. There are a number of tasks it performs like minification of the JavaScript, compiling of the LESS files, adding banners to apply the MIT license, and watching for changes. Run the grunt default task by entering grunt into your command line which will build the files. You can use grunt watch if you are working on the JavaScript or the LESS.

You can run jekyll serve --watch and grunt watch at the same time to watch for changes and then build them all at once.

Support

Visit Clean Blog's template overview page on Start Bootstrap at http://startbootstrap.com/template-overviews/clean-blog/ and leave a comment, email feedback@startbootstrap.com, or open an issue here on GitHub for support.

LICENSE

The original Clean Blog licence has been move to LICENSE-startbootstrap-clean-blog-jekyll.