Skip to content

joshjavier/ssg-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Static Site Generator

Boot.dev guided project for building a static site generator from scratch in Python

📜 Certificate of Completion

Run Locally

Prerequisites

  • Python

Clone the project.

git clone https://github.com/joshjavier/ssg-python

Go to the project directory.

cd ssg-python

Run it!

./main.sh

Build and Deployment

This project uses GitHub Pages for deployment.

First, build the static files into the docs directory.

./build.sh

Then, commit the generated files.

git commit -m "build"

Finally, push to the main branch.

git push

Note: Make sure your settings are set to build your GitHub Pages site from the /docs folder in the main branch.

About

Resources

Stars

Watchers

Forks

Languages