Skip to content

fogies/web-jayfo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

a6404c1 · Jul 2, 2024
Oct 15, 2019
Dec 9, 2016
Aug 30, 2017
Dec 9, 2016
Sep 29, 2018
Aug 30, 2017
Nov 21, 2015
Nov 5, 2017
Dec 9, 2016
May 9, 2014
Jan 3, 2018
Dec 9, 2016
Mar 2, 2018
Oct 16, 2019
Sep 29, 2018
May 27, 2017
Sep 25, 2018
Sep 25, 2018
Sep 20, 2018
Sep 20, 2018
Sep 20, 2018
Sep 29, 2018
Nov 25, 2017
Sep 29, 2018
Sep 26, 2016
Aug 1, 2016
May 27, 2017
Jul 2, 2024
Aug 14, 2019
Sep 20, 2018
Jul 24, 2017
May 27, 2017
May 27, 2017
Sep 29, 2018
Sep 29, 2018

Repository files navigation

web-jekyll-base

Build Status

A fogies project used as a template for Jekyll websites.

Provides for a build process, common dependencies and extensions, and serving via docker-jekyll-site.

Project Dependencies

This project is based on a template:

https://github.com/fogies/web-jekyll-base

Which is in turn based on:

https://github.com/fogies/invoke-base

Runtime dependencies for this project are:

  • Python 3.6.6
  • Node 8.12.0
  • Ruby 2.5.1

See Installation for Windows.

See Installation for Mac.

Tasks

This project uses Invoke for task execution. Available tasks can be listed:

invoke -l

See Additional Task Documentation.

Frequently used tasks will include:

build_production

Build the site to _site, using the production configuration in _config-production.yml.

invoke build_production

build_test

Build the site to _site, using the test configuration in _config-test.yml.

invoke build_test

serve_production

Serve the site on port 4000, using the production configuration in _config-production.yml.

invoke serve_production

serve_test

Serve the site on port 4000, using the test configuration in _config-test.yml.

invoke serve_test