-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
94 lines (82 loc) · 2.13 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
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
# Set theme
remote_theme: daviddarnes/alembic@main
service_worker: false
# File excludes
exclude:
- README.md
- Gemfile
- Gemfile.lock
# Set plugins
plugins:
- jekyll-sitemap
- jekyll-mentions
- jekyll-paginate
- jekyll-seo-tag
- jekyll-redirect-from
- jekyll-feed
- jekyll-commonmark
- jekyll-include-cache
- jemoji
- jekyll-remote-theme
twitter:
username: librarieshacked
author: DaveBathnes
social:
name: Libraries Hacked
links:
- https://twitter.com/librarieshacked
- https://github.com/librarieshacked
# Site settings
url: 'https://www.finefreelibraries.uk'
baseurl: ''
title: 'Fine Free Libraries'
description: 'Tracking and promoting fine free libraries in the UK'
permalink: pretty
logo:
repo: 'https://github.com/librarieshacked/fine-free-libraries'
email: '[email protected]'
# Pagination
paginate: 5
paginate_path: blog/page:num
# Header nav
navigation_header:
- title: Home
url: /
- title: Introduction
url: /introduction/
- title: My library
url: /my-library/
- title: Data
url: /data/
navigation_footer:
- title: About
url: /about/
- title: Accessibility
url: /accessibility/
- title: Privacy
url: /privacy/
# Collection settings
defaults:
- scope:
path: ''
type: 'pages'
values:
layout: page # Set the default layout for pages
social_links: # Appears in sidebar. Set the urls then uncomment and comment out as desired
Twitter: https://twitter.com/LibrariesHacked
LinkedIn: https://www.linkedin.com/in/rowedave
GitHub: https://github.com/librarieshacked
RSS: https://blog.librarydata.uk/feed.xml
sharing_links: # Appear at the bottom of single blog posts, add as desired. The value can be 'true' or the desired button colour
Twitter: '#0d94e7'
facebook: '#3B5998'
Email: true
# Load custom fonts from fonts.google.com etc
#
# TIP: Try to keep the number of urls as low to reduce the performance cost
# If multiple fonts can be requested in a single url opt for this
fonts:
preconnect_urls:
- https://fonts.gstatic.com
font_urls:
- https://fonts.googleapis.com/css2?family=PT+Sans:wght@400;700&display=swap