An open API service indexing awesome lists of open source software.

https://github.com/descent098/static-site-generators

A presentation on the general principles of SSG's and a demo of Hugo
https://github.com/descent098/static-site-generators

education ezcv hugo learning learning-resources presentation presentation-slides static-site-generator web website

Last synced: 6 months ago
JSON representation

A presentation on the general principles of SSG's and a demo of Hugo

Awesome Lists containing this project

README

          

## Static site generators

These slides were used to explain the basics of static site generators and were used for day 2 of [web comissioner training](https://github.com/Descent098/web-comissioner-training)


- Transforming data or Code generation

- templating languages

- Cover Hugo specifics (called go html or go text templates, specific to hugo and go apps)
- Example SSG's

- Using hugo

- [Hugo install](https://gohugo.io/getting-started/quick-start/)

- [Hugo Source](https://github.com/gohugoio/hugo)

- [Hugo Docs](https://gohugo.io/documentation/)

- [Ignite Site Source](https://github.com/Schulich-Ignite/website)

- Using ezcv

- [ezcv Source](https://github.com/Descent098/ezcv)

- [ezcv Docs](https://ezcv.readthedocs.io/en/latest/)

- Using ezprez

- [ezprez Source](https://github.com/Descent098/ezprez)

- [ezprez Docs](https://ezprez.readthedocs.io/en/latest/)

- [Presentation Source](https://github.com/Descent098/static-site-generators)