Descent098 / session-7-demo-2

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

Home Page:https://kieranwood.ca/session-7-demo-2/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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:

About

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

https://kieranwood.ca/session-7-demo-2/

License:MIT License


Languages

Language:Jinja 90.4%Language:Markdown 9.1%Language:JavaScript 0.5%