Skip to content

Commit 6438464

Browse files
committed
feat: completed timeline page, added lots of project events to _data
1 parent ee2b1d3 commit 6438464

File tree

13 files changed

+578
-3
lines changed

13 files changed

+578
-3
lines changed

.github/workflows/pages.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
- name: Get latest releases
5050
run: |
5151
source venv/bin/activate || source venv/Scripts/activate
52-
pip install requests
52+
pip install -r requirements.txt
5353
make update-downloads
5454
5555
- name: Build 🔧 # This example project is built using npm and outputs the result to the 'build' folder. Replace with the commands required to build your project, or remove this step entirely if your site is pre-built.
@@ -68,7 +68,7 @@ jobs:
6868
folder: _site # The folder the action should deploy.
6969
git-config-name: GitHub Actions
7070
git-config-email: [email protected]
71-
71+
7272
# Needed to prevent GitHub from disabling the cronjob after 60 days of repo inactivity
7373
# https://dev.to/gautamkrishnar/how-to-prevent-github-from-suspending-your-cronjob-based-triggers-knf
7474
- uses: gautamkrishnar/keepalive-workflow@master # using the workflow with default settings

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ _site
66
vendor
77
_build
88
venv
9+
.vim
910

1011
stats
1112
img/stats

_config.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ url: "https://activitywatch.net" # the base hostname & protocol for your site
99
twitter_username: ActivityWatchIt
1010
github_username: ActivityWatch
1111
linkedin_company: activitywatch
12-
12+
1313
collections:
1414
posts:
1515
output: true
@@ -30,6 +30,7 @@ exclude:
3030
- contributor-stats/
3131
- vendor
3232
- venv
33+
- .pug-cache
3334

3435
sass:
3536
sass_dir: _sass

_data/articles.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# External articles and such
2+
3+
- title: "ActivityWatch v0.11 release"
4+
author: "It's FOSS"
5+
date: "2021-06-18"
6+
url: "https://news.itsfoss.com/activitywatch-0-11-release/"
7+
8+
- title: "ActivityWatch is an open source personal activity tracker..."
9+
author: "Ghacks"
10+
date: "2019-09-26"
11+
url: "https://www.ghacks.net/2019/09/26/activitywatch-open-source-personal-activity-tracker-for-windows-linux-and-macos/"

_data/features.yml

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
# _data/features.yml
2+
3+
- title: "Always-count-as-active"
4+
date: "2022-10-11"
5+
url: "https://github.com/ActivityWatch/aw-webui/pull/375"
6+
7+
- title: "Dark mode"
8+
date: "2021-10-05"
9+
url: "https://github.com/ActivityWatch/aw-webui/pull/307"
10+
11+
- title: "Audible-as-active"
12+
date: "2021-2-28"
13+
url: "https://github.com/ActivityWatch/aw-webui/pull/262"
14+
15+
- title: "Category colors!"
16+
url: "https://github.com/ActivityWatch/aw-webui/pull/254"
17+
date: "2021-2-22"
18+
19+
- title: "Categorization"
20+
date: "2019-10-19"
21+
url: "https://github.com/ActivityWatch/aw-webui/pull/145"
22+
23+
- title: "Browser extension support"
24+
date: "2018-06-20"
25+
url: "https://github.com/ActivityWatch/aw-webui/pull/83"
26+
27+
- title: "Editor watcher support"
28+
date: "2018-06-17"
29+
url: "https://github.com/ActivityWatch/aw-webui/pull/76"

_data/milestones.yml

Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,51 @@
1+
# Milestones
2+
3+
- title: "300,000 downloads!"
4+
date: "2023-08-01"
5+
type: "milestone"
6+
7+
- title: "200,000 downloads!"
8+
date: "2022-11-27"
9+
type: "milestone"
10+
url: "https://twitter.com/ActivityWatchIt/status/1589573602990776321"
11+
12+
- title: "1,000 active Android installs"
13+
date: "2021-9-26"
14+
15+
- title: "1,000 Twitter followers!"
16+
type: "milestone"
17+
date: "2022-11-17"
18+
url: "https://twitter.com/ActivityWatchIt/status/1593291868116221959"
19+
20+
- title: "100,000 downloads!"
21+
type: "milestone"
22+
date: "2021-6-22"
23+
url: "https://twitter.com/ActivityWatchIt/status/1407431230946168834"
24+
25+
- title: "100 active Android installs"
26+
date: "2019-12-27"
27+
28+
- title: "ActivityWatch for Android announced \"usable\""
29+
type: "milestone"
30+
date: "2019-04-19" # approximate
31+
url: "https://twitter.com/ActivityWatchIt/status/1119258099334795264" # approximate
32+
33+
#- title: "10,000 downloads!"
34+
# type: "milestone"
35+
# date: ""
36+
37+
#- title: "1,000 downloads!"
38+
# type: "milestone"
39+
# date: ""
40+
41+
- title: "Johan joined the project"
42+
date: "2016-04-28"
43+
44+
- title: "Started rewrite"
45+
date: "2016-04-17"
46+
47+
- title: "First commit"
48+
date: "2014-12-30"
49+
url: "https://github.com/ActivityWatch/activitywatch-old/commit/689440200bd51f7ee7c0e4e7ef63bc2b8fc53c3f"
50+
51+
# More?

_data/releases-android.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# Android releases
2+
# https://play.google.com/console/u/0/developers/8546008605074111507/app/4972792652066108621/statistics?metrics=ACTIVE_USERS-ALL-UNIQUE-PER_INTERVAL-DAY&dimension=APP_VERSION&dimensionValues=OVERALL%2C25%2C24%2C22&dateRange=2019_7_25-2023_9_30&tab=APP_STATISTICS&ctpMetric=DAU_MAU-ACQUISITION_UNSPECIFIED-COUNT_UNSPECIFIED-CALCULATION_UNSPECIFIED-DAY&ctpDateRange=2023_9_1-2023_9_30&ctpDimension=COUNTRY&ctpDimensionValue=OVERALL
3+
4+
- title: "v0.10.0"
5+
date: "2021-01-06"
6+
7+
- title: "v0.9"
8+
date: "2020-05-07"
9+
url: "https://twitter.com/ActivityWatchIt/status/1258320915349241856"
10+
11+
- title: "v0.4.12"
12+
date: "2019-08-13"
13+
url: ""

0 commit comments

Comments
 (0)