https://github.com/pabrod/pabrod.github.io
https://github.com/pabrod/pabrod.github.io
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/pabrod/pabrod.github.io
- Owner: PabRod
- Created: 2018-02-24T14:31:51.000Z (over 8 years ago)
- Default Branch: main
- Last Pushed: 2025-07-10T10:49:18.000Z (12 months ago)
- Last Synced: 2025-07-10T18:14:30.031Z (12 months ago)
- Language: Python
- Homepage: https://pabrod.github.io/
- Size: 31.6 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Workflow
## Install
- Clone me with `--recurse-submodules` option
- All dependencies are listed in a conda/poetry friendly way.
- The only exception is the `THEME`, that is managed as a submodule via `git`.
- Using `poetry shell` is recommended.
## Develop
While editing, you can see a live version of the website using:
```sh
make devserver
```
## Generate and publish
```sh
make github
```