Locally generated static HTML site built with Jekyll with SASS, Bootstrap 4.3, and Autoprefixer.
Built on Grey Matter from Oomph. Grey Matter is a boilerplate scaffold for stand-alone Jekyll projects. Inspired by Distillery (and now heavily updated/modified), built and served with Jekyll, leveraging Oomph SASS Scaffold custom code and Bootstrap 4.
$ bundle install
Includes a site HTML compile and SASS compile. Use the incremental
flag to build
only the assets that have changed. The JEKYLL_ENV
variable is assumed to be
"development" when omitted.
$ jekyll serve --I
In a browser, open http://127.0.0.1:4050/
--drafts
to publish/preview drafts--future
to publish/preview posts with a future date--unpublished
to publish/preview posts marked with unpublished
Specify the production environment to omit content intended for development only. Optionally, add the future flag to publish posts that have a future timestamp.
$ JEKYLL_ENV=production jekyll build --future