https://github.com/shobhit-nagpal/ssg
https://github.com/shobhit-nagpal/ssg
Last synced: 28 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/shobhit-nagpal/ssg
- Owner: Shobhit-Nagpal
- Created: 2024-04-14T01:01:54.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-29T15:20:38.000Z (over 1 year ago)
- Last Synced: 2025-05-14T17:42:16.914Z (5 months ago)
- Language: Python
- Size: 2.08 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# About
This repo is practice for making a static site generator using Python. It's part of a guided project from [Boot.dev](https://boot.dev/)
I will be remaking this in Golang and potentially TypeScript (which is then published as an npm package)
# Usage
If you wish to try out the static site generator, follow the steps below:
### Clone repo
```bash
git clone https://github.com/Shobhit-Nagpal/ssg
```### Run main script
```bash
./main.sh
```You can write content in the content directory under markdown file
Note: Each markdown file should have a main heading at the beginning of the file