-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
66 lines (56 loc) · 2.21 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
title: My Exocortex
url: site-name.domain
include: ['_pages']
exclude: ['_includes/notes_graph.json']
baseurl: /
# If you are using a host that cannot resolve URLs that do
# not end with .html (such as Neocities), set this to 'true'.
use_html_extension: false
permalink: pretty
relative_permalinks: false
plugins:
- jekyll-last-modified-at
# Generate last modified date
# - jekyll-readme-index
# Generate an index of posts as README.md file
# - jekyll-feed
# Generate Atom feed of posts, automattic [feed.xml]
# - jekyll-pdf-embed
# PDF Embed, code: {% pdf "pdf-url" %}
# - jekyll-sitemap
# Generate Sitemap
# - jekyll-redirect-from
# Generate redirect meta data
# - jekyll-analytics
# Analytics integrations; config at jekyll_analytics below
sass:
sass_dir: _sass
style: :compressed
collections:
notes:
output: true
permalink: /:slug
defaults:
- scope:
path: "**/*"
values:
layout: "default"
- scope:
path: "_notes/**/*.md"
values:
layout: "note"
jekyll_analytics:
GoogleAnalytics: # Add, if you want to track with Google Analytics
id: UA-123-456 # Required - replace with your tracking id
anonymizeIp: false # Optional - Default: false - set to true for anonymized tracking
Matomo: # Add, if you want to track with Matomo (former Piwik Analytics)
url: matomo.example.com # Required - url to Matomo installation without trailing /
siteId: "1234" # Required - replace with your Matomo site id (Write id as string)
Piwik: # Add, if you want to track with Piwik
url: piwik.example.com # Required - url to Piwik installation without trailing /
siteId: "1234" # Required - replace with your Piwik site id (Write id as string)
MPulse: # Add if you want to track performance with mPulse
apikey: XXXXX-YYYYY-ZZZZZ-AAAAA-23456 # Required - replace with your mPulse API key
Plausible:
domain: 'example.com' # The domain configured in plausible
source: 'https://plausible.example.com/js/plausible.js' # The source of the javascript