This is the repository of f-utils webpage. It was made with sphinx using the sphinxawesome theme.
.website/
|-- src/ ............... .rst and .md files, and conf.py
| |-- _static ....... static files, as theme.css, logo.svg
| `-- _templates .... jinja2 templates
`-- dist/ .............. generated static files
- Clone this repository
- Execute
make install
- Get a token for your github user
- Put your username and your token in
.env
- Execute
make build. - Open
dist/html/index.htmlwith your browser.
Alternatively, build and run with a local server:
- Just execute
make run.
While pushing to the main the runner make the build and update the gh-pages branch with dist/html, which is then displayed to the user with Github Pages under the domain futils.org.