Skip to content

ForEvolve/forevolve.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

548c2e8 · Apr 10, 2024
Mar 12, 2024
Feb 2, 2024
Apr 10, 2024
Apr 10, 2024
Mar 12, 2024
Apr 10, 2024
Apr 10, 2024
Jan 5, 2021
Jul 10, 2018
Feb 14, 2021
Jan 5, 2021
Feb 2, 2024
Apr 10, 2024
Jul 25, 2021
Feb 2, 2024
Dec 29, 2020
May 21, 2017
Nov 24, 2022
Mar 18, 2017
Aug 11, 2017
Aug 11, 2017
Mar 13, 2017
Mar 13, 2017
Feb 2, 2024
Jun 14, 2022
Jan 20, 2021
Jan 20, 2021
Jun 14, 2022
Aug 11, 2017
Aug 11, 2017
Dec 29, 2020
Feb 2, 2024
Feb 26, 2022
Aug 11, 2017

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 [email protected], or open an issue here on GitHub for support.

LICENSE

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