-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
_config.yml
134 lines (123 loc) · 3.21 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
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
# Menotomy Matters by Shane Curcuru
# Many thanks for the awesome Minimal Mistakes theme and Jekyll sitebuilder
title: Menotomy Matters
email: shane@menotomymatters.com
description: &description "Making sense of Arlington town government, one source document or issue at a time."
author:
name : &scname "Shane Curcuru"
avatar : &logo "/assets/images/gravatar.png"
location : "Arlington, MA"
email : "shane@menotomymatters.com"
twitter : "MenotomyMatters"
linkedin : &scid "ShaneCurcuru"
bio : "Long-time Arlington resident; [open source volunteer](http://shanecurcuru.org/); working on transparency in town government."
logo: *logo
facebook:
publisher: https://www.facebook.com/MenotomyMatters/
social:
type: # Person or Organization (defaults to Person)
name: *scname # If the user or organization name differs from the site's name
links: # An array of links to social media profiles
- https://twitter.com/MenotomyMatters
- https://www.facebook.com/MenotomyMatters/
- https://linkedin.com/in/ShaneCurcuru
# Build, theme, style settings
repository: "shanecurcuru/menotomymatters"
branch: "master"
plugins:
- jekyll-paginate
- jekyll-sitemap
- jekyll-gist
- jekyll-feed
- jemoji
- jekyll-include-cache
minimal_mistakes_skin: default
search: true
markdown: kramdown
remote_theme: mmistakes/minimal-mistakes
permalink: /:categories/:title/
paginate: 5 # amount of posts to show
paginate_path: /page:num/
timezone: America/New_York # http://en.wikipedia.org/wiki/List_of_tz_database_time_zones
analytics:
provider: "google4" # false (default), "google", "google-universal", "custom"
google:
tracking_id: "G-REQKY9F237"
google:
search_engine_id: "008313295041711467873:f701rjbr93s"
footer:
links:
- label: "About"
icon: "fa fa-fw fa-address-card"
url: "/about"
- label: "Credits"
icon: "fa fa-fw fa-hand-holding-heart"
url: "/colophon"
- label: "Terms"
icon: "fa fa-fw fa-gavel"
url: "/terms"
- label: "Code"
icon: "fa fa-fw fa-file-code"
url: "https://github.com/ShaneCurcuru/menotomymatters/tree/master/assets/code"
include:
- _pages
- _issues
- _notes
exclude:
- vendor
# Collections - expose data via archive pages
collections:
issues:
output: true
excerpt: "One-Stop-FAQs on Town Issues"
label: "Issues For Our Town"
permalink: /:collection/:path
defaults:
# _posts
- scope:
path: ""
type: posts
values:
layout: single
author_profile: true
read_time: true
comments: true
share: true
related: true
sidebar:
nav: "archive"
# _pages
- scope:
path: "_pages"
type: pages
values:
layout: single
author_profile: true
share: true
related: true
sidebar:
nav: "archive"
- scope:
path: "_issues"
type: issues
values:
layout: single
share: true
related: true
sidebar:
nav: "archive"
- scope:
path: "_notes"
type: notes
values:
layout: notes
share: true
related: true
sidebar:
nav: "archive"
category_archive:
type: liquid
path: /categories/
tag_archive:
type: liquid
path: /tags/