aboutsummaryrefslogtreecommitdiff
path: root/templates/entry.tmpl
AgeCommit message (Collapse)Author
2022-06-16feat: Add workerGabriel A. Giovanini
Add a simple worker to manage a work queue. Right now, it is bit brittled and has no test coverage yet, but it works. Also moved from pico.css to bulma, I like the idea of classes approach of pico but for me bulma yields a better result.
2022-06-13ref: Rename snake case variableGabriel A. Giovanini
My pythonic brain kicked in and I ended up naming a variable using snake case.
2022-06-06Initial commitGabriel A. Giovanini