This is the repository that holds the INPERIUM company website written in Python. It uses the pelican
package and the deployment is done through GitHub Actions, hosted on GitHub Pages.
- Docker
- Docker Compose
- Make
Variable | Description |
---|---|
SITEURL |
The url of the final website |
Action | Command |
---|---|
Build the project | make build |
Run the project | make run |
Format project | make lint-autofix |
Lint project | make lint |
Test project | make test |
Clean docker project files | make clean |
Update poetry lock | make update-lock |