true3dco / splashgen

Rapidly build landing pages in <20 lines of python
https://splashgen.sh
MIT License
252 stars 16 forks source link

Create `components` subdirectory #1

Closed DanielHabib closed 3 years ago

DanielHabib commented 3 years ago

Summary

Move components out of the init folder and into a components subdirectory and update the examples

Impact

Prepare for new components and templates

Test

python -m splashgen.cli .\examples\zenweb.py
python -m http.server --directory build  

# Produces a functioning splash page served at localhost:8000

python -m splashgen.cli .\examples\splashgen_site.py
python -m http.server --directory build

# Produces a functioning splash page served at localhost:8000

Follow up after land

Include updated Readme with new images after PR is accepted