forked from lugorguk/lug.org.uk-website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
108 lines (86 loc) · 2.49 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
95
96
97
98
99
100
101
102
103
104
105
106
107
108
# Welcome to Jekyll!
#
# This config file is meant for settings that affect your whole blog, values
# which you are expected to set up once and rarely need to edit after that.
# For technical reasons, this file is *NOT* reloaded automatically when you use
# 'jekyll serve'. If you change this file, please restart the server process.
# Site settings
title: lug.org.uk
email: [email protected]
description: ""
baseurl: ""
url: "https://lug.org.uk"
# Build settings
markdown: kramdown
# Make sure to exclude 'vendor' from the build
exclude: [vendor, "Gemfile", "Gemfile.lock"]
# permalink: /:categories/:year/:month/:day/:title.html
# none is equivalent to /:title.html
# https://jekyllrb.com/docs/permalinks
permalink: /:title.html
google_analytics:
# jekyll-theme-simple-blog date format
# refer to http://shopify.github.io/liquid/filters/date/ if you want to customize this
jekyll-theme-simple-blog:
date_format: "%Y-%m-%d"
theme: # leave it empty
show_post_image_posts_list: false
header:
image: /assets/patterns/symphony.png
# social
author:
name: "Lug.org.uk"
short_bio:
en: A site which provides technical services for User, Support or Interest Groups who are interested in, or advocate for Permissive Licenses in the United Kingdom.
picture: assets/img/profile-60.png
image: /assets/img/profile-225.png
#twitter:
# username:
#instagram_username:
#linkedin_username: lorepirri
# site:
#facebook:
# publisher_id: 1474191545979552
# profile_id: 1474191545979552
# app_id: 126080721296732
# authors: [1474191545979552]
#pixelcode: 1670622619859349
# gitlab on site
#gitlab:
# owner_url: https://gitlab.com/lorepirri
# github on site
github:
owner_url: https://github.com/lugorguk/lug.org.uk-website
# translation
t:
en:
latest-posts: "Latest Posts"
read-more: "Read More →"
show-more: "Show More →"
loading: "Loading..."
on-word: "on"
contact: "Contact"
contact-page: "contact.md"
read-time: "min read"
comments: "comments"
go-to-home-page: "Go to the Home Page"
months:
january: "Jan"
february: "Feb"
march: "Mar"
april: "Apr"
may: "May"
june: "Jun"
july: "Jul"
august: "Aug"
september: "Sep"
october: "Oct"
november: "Nov"
december : "Dec"
plugins:
- jekyll-maps
# Google Maps API key managed by Jon Spriggs [email protected] following work by Tim Retout
# Restricted to lug.org.uk domains, and 127.0.0.1:4000
maps:
google:
api_key: "AIzaSyCv8qpPm_j_jDua7gzQDP9166AyAV4bQaA"