Skip to content

Commit 4c273b7

Browse files
committed
Adding analytics and linkedin profile
1 parent 17762f7 commit 4c273b7

File tree

3 files changed

+14
-4
lines changed

3 files changed

+14
-4
lines changed

Gemfile

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
1-
source 'https://rubygems.org'
2-
gem "github-pages", group: :jekyll_plugins
1+
source "https://rubygems.org"
2+
3+
gem "github-pages", group: :jekyll_plugins
4+
gem "jekyll-include-cache", group: :jekyll_plugins

_config.yml

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
remote_theme: "mmistakes/minimal-mistakes"
2-
minimal_mistakes_skin: dirt
2+
minimal_mistakes_skin: sunrise
33

44
title: "Library data blog"
55
name: "Libraries Hacked"
@@ -8,7 +8,7 @@ url: "https://blog.librarydata.uk"
88
repository: "librarieshacked/librarieshacked.github.io"
99
logo: "/assets/images/logo88x88.png"
1010
breadcrumbs: true
11-
11+
locale: "en_GB"
1212
search: true
1313
words_per_minute: 200
1414

@@ -19,6 +19,13 @@ author:
1919
2020
uri: "https://www.librarieshacked.org"
2121
github: "librarieshacked"
22+
linkedin: "company/librarieshacked"
23+
24+
social:
25+
type: organization
26+
links:
27+
- "https://github.com/librarieshacked"
28+
- "https://www.linkedin.com/company/librarieshacked"
2229

2330
include:
2431
- _pages

_includes/footer/custom.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
<div id="wcb" class="carbonbadge"></div>
22
<script src="https://unpkg.com/[email protected]/b.min.js" defer></script>
3+
<script defer src="https://analytics.librarydata.uk/script.js" data-website-id="04cfa256-3ca2-4525-8a79-0aa3e048a13e"></script>

0 commit comments

Comments
 (0)