-
Notifications
You must be signed in to change notification settings - Fork 0
itsliamegan/websites
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
websites ======== Build static websites from files on disk. Usage - CLI ----------- $ websites create blog # create a new site named "blog" in the current directory $ websites build # build the site in the current directory Installation ------------ 1. `git clone` the repository 2. Run `pip install -e .` in the repository's directory 3. Use the `bin/websites` binary
About
Build static websites from files on disk