Official ActivityWatch site
Run make install-deps
to install dependencies (like jekyll).
Run make dev
to build assets and start development server.
We use jekyll to build the site.
Pages are written either as .html
or .pug
files (using jekyll-pug
).
For example:
dest | source
----------------------------------
/ | index.pug
/ci/ | ci.pug
/stats/ | stats.pug
/contributors/ | contributors.html
Stats are generated for downloads (using https://github.com/ActivityWatch/stats/) and contributor statistics (using https://github.com/ActivityWatch/contributor-stats).
If the stats are not up to date, then there may not have been a successful build in a while, and CI may have been disabled and needs to be manually triggered.