-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config.yml
More file actions
134 lines (96 loc) · 3.62 KB
/
_config.yml
File metadata and controls
134 lines (96 loc) · 3.62 KB
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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
# ==========================================================
# Field Notes Journal — Jekyll configuration
# ==========================================================
# This file controls how Jekyll builds the site and also
# supplies metadata used by plugins such as jekyll-seo-tag.
#
# It is read when the site is built by GitHub Pages.
# ==========================================================
# ----------------------------------------------------------
# Site URL configuration
# ----------------------------------------------------------
# baseurl is used if the site is hosted under a subdirectory.
# Because the site is served from the domain root, this is blank.
baseurl: ""
# Canonical site URL.
# This must match the domain used in Google Search Console,
# the sitemap, and canonical links.
url: "https://davidwalker.uk"
# ----------------------------------------------------------
# Site identity
# ----------------------------------------------------------
# These values are used by the SEO plugin and by templates.
title: "Field Notes Journal"
description: "A personal natural history of place"
# Language of the site (used in metadata and accessibility)
lang: "en-GB"
# ----------------------------------------------------------
# Author information
# ----------------------------------------------------------
# Used by SEO metadata and structured data.
author:
name: "David Walker"
# Optional social / identity links used by jekyll-seo-tag
social:
name: David Walker
links:
- https://github.com/davewalker5
# ----------------------------------------------------------
# Theme configuration
# ----------------------------------------------------------
# Using the GitHub Pages Minimal theme.
theme: jekyll-theme-minimal
# ----------------------------------------------------------
# Plugins
# ----------------------------------------------------------
# These are supported by GitHub Pages without custom builds.
plugins:
- jekyll-seo-tag # Generates SEO metadata automatically
- jekyll-sitemap # Automatically generates sitemap.xml
- jekyll-feed
# ----------------------------------------------------------
# Default preview image
# ----------------------------------------------------------
# Used for social previews (Open Graph / Twitter cards)
# when individual pages do not specify their own image.
logo: "/assets/images/banner-1280.png"
# ----------------------------------------------------------
# Files to exclude from the site build
# ----------------------------------------------------------
# These directories exist in the repo but should not appear
# in the generated website.
exclude:
- .bundle
- .gitignore
- scripts
- vendor
- venv
- Gemfile
- Gemfile.lock
- _site
# ----------------------------------------------------------
# Hero banner configuration
# ----------------------------------------------------------
# These values are used by the hero layout component.
hero:
enabled: true
# If true, the navigation bar overlays the hero image.
# Currently disabled so the nav sits just below.
nav_overlay: false
# Responsive banner images.
# These allow the browser to choose the most suitable size.
image_sm: /assets/images/banner-768.png
image_md: /assets/images/banner-1280.png
image_lg: /assets/images/banner-1920.png
# Alt text used for accessibility.
alt: "Field Notes Journal"
# ----------------------------------------------------------
# Social
# ----------------------------------------------------------
github:
username: davewalker5
social:
name: Dave Walker
links:
- https://github.com/davewalker5
- https://pixelfed.social/davewalker5