-
-
Notifications
You must be signed in to change notification settings - Fork 5
/
_config.yml
46 lines (40 loc) · 1.2 KB
/
_config.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
title: ActivityWatch - Open-source time tracker
title_short: ActivityWatch
title_image: /img/media/banners/banner-social.png
description: > # this means to ignore newlines until "baseurl:"
The best free and open-source automated time tracker. Cross-platform, extensible, local/privacy-first.
abstract: >
ActivityWatch is an open-source, privacy-focused, cross-platform automated time tracker.
It helps you keep track of what you do on your computer, and is great for developers, designers, writers, students, or anyone who spends their day on a computer.
baseurl: "" # the subpath of your site, e.g. /blog
url: "https://activitywatch.net" # the base hostname & protocol for your site
twitter_username: ActivityWatchIt
github_username: ActivityWatch
linkedin_company: activitywatch
collections:
posts:
output: true
permalink: /blog/:title/
defaults:
- scope:
path: ""
type: "blog"
values:
layout: post
# Build settings
markdown: kramdown
exclude:
- stats/
- contributor-stats/
- vendor
- venv
- .pug-cache
sass:
sass_dir: _sass
plugins:
- jekyll-last-modified-at
- jekyll-redirect-from
- jekyll-pug
- jekyll-feed
- jekyll-sitemap
- jekyll-toc