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).