Skip to content

Latest commit

 

History

History
35 lines (22 loc) · 1.05 KB

File metadata and controls

35 lines (22 loc) · 1.05 KB

activitywatch.github.io

Build Status

Official ActivityWatch site

Building

Run make install-deps to install dependencies (like jekyll).

Run make dev to build assets and start development server.

Editing

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

Generated stats

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.