Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/activitywatch/activitywatch.github.io
Official website for ActivityWatch
https://github.com/activitywatch/activitywatch.github.io
activitywatch jekyll
Last synced: about 2 months ago
JSON representation
Official website for ActivityWatch
- Host: GitHub
- URL: https://github.com/activitywatch/activitywatch.github.io
- Owner: ActivityWatch
- Created: 2016-05-21T21:09:05.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2024-10-29T02:06:43.000Z (about 2 months ago)
- Last Synced: 2024-10-30T00:54:46.912Z (about 2 months ago)
- Topics: activitywatch, jekyll
- Language: HTML
- Homepage: http://activitywatch.net
- Size: 161 MB
- Stars: 12
- Watchers: 4
- Forks: 5
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
activitywatch.github.io
=======================[![Build Status](https://github.com/ActivityWatch/activitywatch.github.io/workflows/Build/badge.svg)](https://github.com/ActivityWatch/activitywatch.github.io/actions)
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](https://jekyllrb.com/) 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).