initial commit

This commit is contained in:
ClariSys 2025-03-11 21:03:39 -07:00
parent 46328a92a8
commit c449f9d9ac
12 changed files with 457 additions and 4 deletions

View file

@ -1,17 +1,17 @@
# python-webgen
a set of python scripts to generate a blog-style website from a set of markdown pages.
a set of python scripts and html templates to generate blog-style websites
---
## Getting Started
Welcome to your new KitsuDev Repo, ClariSys! Feel free to make this place your own!
Welcome to your new KitsuDev Repo, ChloeCat! Feel free to make this place your own!
## Make your first push!
Once you're ready to push your files, use these commands to get to your spot!
```bash
git remote add origin https://kitsunes.dev/ClariSys/python-webgen.git
git remote add origin https://kitsunes.dev/ChloeCat/python-webgen.git
git branch -M main
git push -uf origin main
```