Skip to content

Commit 82c121f

Browse files
committed
fix: added banner image to twitter cards, added media subrepo
1 parent e98b971 commit 82c121f

File tree

4 files changed

+6
-0
lines changed

4 files changed

+6
-0
lines changed

.github/workflows/pages.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ jobs:
2121
- name: Checkout 🛎️
2222
uses: actions/checkout@v2 # If you're using actions/checkout@v2 you must set persist-credentials to false in most cases for the deployment to work correctly.
2323
with:
24+
submodules: 'recursive'
2425
persist-credentials: false
2526

2627
- name: Setup Python

.gitmodules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[submodule "img/media"]
2+
path = img/media
3+
url = https://github.com/ActivityWatch/media.git

_config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
title: ActivityWatch - Open-source time tracker
22
title_short: ActivityWatch
3+
title_image: /img/media/banners/banner-social.png
34
45
description: > # this means to ignore newlines until "baseurl:"
56
The best free and open-source automated time tracker. Cross-platform, extensible, local/privacy-first.

img/media

Submodule media added at ae8d373

0 commit comments

Comments
 (0)