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
- Host: GitHub
- URL: https://github.com/descent098/static-site-generators
- Owner: Descent098
- License: mit
- Created: 2022-06-20T00:48:47.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-06-26T04:40:48.000Z (over 3 years ago)
- Last Synced: 2025-01-26T11:11:33.982Z (12 months ago)
- Topics: education, ezcv, hugo, learning, learning-resources, presentation, presentation-slides, static-site-generator, web, website
- Language: Python
- Homepage: https://kieranwood.ca/static-site-generators
- Size: 1.85 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)