Skip to content

linesinalandscape/LinesinaLandscapePython

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Placeholder

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published