-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
85 lines (75 loc) · 1.86 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
remote_theme: "mmistakes/minimal-mistakes"
minimal_mistakes_skin: dirt
title: "Library data blog"
name: "Libraries Hacked"
description: "Articles and tutorials on library data and open data in libraries."
url: "https://blog.librarydata.uk"
repository: "librarieshacked/librarieshacked.github.io"
logo: "/assets/images/logo88x88.png"
breadcrumbs: true
search: true
words_per_minute: 200
author:
name: "Libraries Hacked"
avatar: "/images/logo.png"
bio: "Promoting open data and digital prototypes in libraries"
email: "[email protected]"
uri: "https://www.librarieshacked.org"
github: "librarieshacked"
include:
- _pages
# Outputting
permalink: /:title/
paginate: 5
paginate_path: /page:num/
timezone: Europe/London
plugins:
- jekyll-paginate
- jekyll-sitemap
- jekyll-gist
- jekyll-feed
- jemoji
- jekyll-include-cache
whitelist:
- jekyll-paginate
- jekyll-sitemap
- jekyll-gist
- jekyll-feed
- jemoji
- jekyll-include-cache
# Defaults
defaults:
# _posts
- scope:
path: ""
type: posts
values:
layout: single
author_profile: true
read_time: true
share: false
related: false
show_date: true
# _pages
- scope:
path: ""
type: pages
values:
layout: single
author_profile: true
category_archive:
type: liquid
path: /categories/
tag_archive:
type: liquid
path: /tags/
footer_scripts:
- https://cdnjs.cloudflare.com/ajax/libs/mermaid/10.3.0/mermaid.min.js
- https://cdnjs.cloudflare.com/ajax/libs/PapaParse/4.6.3/papaparse.min.js
- https://use.fontawesome.com/releases/v5.7.1/js/all.js
- https://cdn.datatables.net/1.10.19/js/jquery.dataTables.min.js
- https://cdn.jsdelivr.net/npm/chart.js
- /assets/js/main.min.js
- /js/2016-07-18-https-grading.js
- /js/2019-05-12-mobile-library-data-scotland.js
- /js/2023-02-19-a-digital-library-community.js