-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
50 lines (44 loc) · 2.04 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
# Basic site setup
remote_theme: JakeSteam/[email protected]
title: Code Cured The Cat News
description: The latest announcements and projects from Code Cured The Cat, a digital cat charity.
accent_colour: "#111b6d"
# Optional native feature customisation (delete to turn off)
post_end_promo: <i><b>Want to know more about Code Cured? Luckily <a href="https://codecured.org">there's a website for that</a>!</b></i>
google_analytics: G-QSK3SJ35T5
replace_read_time_with_word_count: false
# Social / dark mode settings
minima:
skin: auto
social_links:
- { platform: github, user_url: "https://github.com/CodeCured" }
- { platform: email, user_url: "mailto:[email protected]", user_title: "[email protected]" }
- { platform: code, user_url: "https://github.com/CodeCured/news", user_title: "CodeCured/news" }
- { platform: rss, user_url: "/feed.xml", user_title: "RSS Feed" }
# - { platform: devto, user_url: "https://dev.to/jekyll" }
# - { platform: dribbble, user_url: "https://dribbble.com/jekyll" }
# - { platform: facebook, user_url: "https://www.facebook.com/jekyll" }
# - { platform: flickr, user_url: "https://www.flickr.com/photos/jekyll" }
# - { platform: google_scholar, user_url: "https://scholar.google.com/citations?user=qc6CJjYAAAAJ" }
# - { platform: instagram, user_url: "https://www.instagram.com/jekyll" }
# - { platform: keybase, user_url: "https://keybase.io/jekyll" }
# - { platform: microdotblog, user_url: "https://micro.blog/jekyll" }
# - { platform: pinterest, user_url: "https://www.pinterest.com/jekyll" }
# - { platform: telegram, user_url: "https://t.me/jekyll" }
# - { platform: youtube, user_url: "https://www.youtube.com/jekyll" }
###
# Below here probably doesn't need changing #
###
# Site settings
permalink: /:title/
show_excerpts: true
timezone: Europe/London
# Build settings
plugins:
- jekyll-feed
- jekyll-paginate
- jekyll-sitemap
- jekyll-seo-tag
# Pagination settings
paginate: 10
paginate_path: page/:num/