Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 850 Bytes

README.md

File metadata and controls

26 lines (19 loc) · 850 Bytes

Static site generator for my blog and personal website

Adapted from Simple Custom SSG Template

Simple Custom SSG Template

This is a template project that you can use as a base for your own website, generated by your own custom Static Site Generator, with Python.

Designed to be hosted on GitHub Pages, so this template includes a GitHub Actions workflow to automatically build and deploy the static site that is generated.

Structure

ssg.py

The script that generates the static site.

build

Contains the generated static site.

content

Contains the markdown files that will be converted to HTML.

static

Contains the static files that will be copied to the build folder.

templates

Contains the HTML templates that will be used to generate the static site from.