-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path_config.yml
53 lines (43 loc) · 1.23 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
title: van42 - A campervan travel log
remote_theme: "mmistakes/minimal-mistakes@4.24.0"
# https://mademistakes.com/mastering-jekyll/site-url-baseurl/
url: https://www.van42.com
# fixes this: https://talk.jekyllrb.com/t/error-your-site-could-not-be-built-no-repo-name-found/5688
repository: van4two/van4two.github.io
# https://jekyllrb.com/docs/configuration/incremental-regeneration/
#incremental: true
# https://jekyllrb.com/docs/plugins/installation/
plugins:
- jekyll-remote-theme # github remote themes
- jekyll-sitemap
#- jekyll-toc
#- jekyll-archives
#- jekyll-leaflet
#- jekyll-target-blank # https://github.com/keithmifsud/jekyll-target-blank
- jekyll-google-photos
#- jekyll-maps
#- jekyll-contentblocks
#- jekyll-liquify
exclude:
- vendor
- '*.sh'
- '.devcontainer'
- '*.code-workspace'
- 'Gemfile*'
- 'wp-jekyll'
- '_drafts'
analytics:
provider: "google-gtag"
google:
tracking_id: "G-5GR4QMJ8M4"
anonymize_ip: false # default
#permalinks: pretty
#jekyll-archives:
# enabled: [year, month, tags]
# layout: archive
# permalinks:
# year: '/:year/'
# month: '/:year/:month/'
# day: '/:year/:month/:day/'
# tag: '/tag/:name/'
# category: '/category/:name/'