Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 916 Bytes

README.md

File metadata and controls

33 lines (21 loc) · 916 Bytes

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