SSSSG - Stupidly Simple Static Site Generator
TO-DO
Usage
ssssg <project_directory>
project_directory
defaults to os.getcwd()
Contributing
Commit messages
Commit messages follow the Conventional Commits guidelines.
Summary:
<type>[(<scope>)][!]: <description>
[body]
[footer]
Messages with !
after the scope, or BREAKING CHANGE:
in the footer are considered a breaking change and will bump the major version on merge into the main branch.
This project uses the following types:
fix
- Adjustment of an existing featurefeat
- Addition of a featureci
- Commits made by a bot; e.g. git tags, changelogdocs
- Documentation changestests
- Testing changes
This project uses the following scopes:
Additional scopes may be added as needed.