Boot.dev guided project for building a static site generator from scratch in Python
- Python
Clone the project.
git clone https://github.com/joshjavier/ssg-pythonGo to the project directory.
cd ssg-pythonRun it!
./main.shThis project uses GitHub Pages for deployment.
First, build the static files into the docs directory.
./build.shThen, commit the generated files.
git commit -m "build"Finally, push to the main branch.
git pushNote: Make sure your settings are set to build your GitHub Pages site from the /docs folder in the main branch.