/session-7-demo-2

The second demo for shulich ignite web dev session 7; using github actions to publish an SSG on github pages

Primary LanguageJinjaMIT LicenseMIT

ezcv

Hi, welcome to ezcv. This is a batteries-included static site generator

Getting started

Everything you need to get up and running.

Requirements

To get started you will need python 3.8+ and pip for that python version. Once you have that you will need to install ezcv pip install ezcv

Running the project

You can preview your project using ezcv -p, and generate your project fully using ezcv build which will build the site to /site. You can also set it to minify the output files to improve your performance on the site using ezcv build -o (this takes longer to build).

Additional documentation

There is additional documentation available that will be helpful to you: