-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy path_config.yml
More file actions
82 lines (82 loc) · 1.81 KB
/
_config.yml
File metadata and controls
82 lines (82 loc) · 1.81 KB
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
---
title: codema-dev
timezone: UTC
collections:
posts:
title: Posts
output: true
uploads:
title: Uploads
output: true
defaults:
- scope:
path: ''
type: posts
values:
layout: single
author_profile: true
read_time: true
comments: true
share: true
related: true
- scope:
path: _pages
type: pages
values:
layout: single
author_profile: true
email: rowan.molony@codema.ie
description: A collection of the codema-dev team's maps & blog posts
github_username: codema-dev
minimal_mistakes_skin: default
search: true
markdown: kramdown
remote_theme: mmistakes/minimal-mistakes
permalink: "/:categories/:title/"
paginate: 5
paginate_path: "/page:num/"
include:
- _pages
plugins:
- jekyll-paginate
- jekyll-sitemap
- jekyll-gist
- jekyll-feed
- jemoji
- jekyll-include-cache
author:
avatar: "/assets/images/logo.png"
bio: A collection of the codema-dev team's maps & blog posts
links:
- label: Website
icon: fas fa-fw fa-link
url: https://codema.ie
- label: GitHub
icon: fab fa-fw fa-github
url: https://github.com/codema-dev
- label: Twitter
icon: fab fa-fw fa-twitter-square
url: https://twitter.com/CodemaDublin
- label: Linkedin
icon: fab fa-fw fa-linkedin
url: https://www.linkedin.com/company/codema-dublin-energy-agency/mycompany/
footer:
links:
- label: Website
icon: fas fa-fw fa-link
url: https://codema.ie
- label: GitHub
icon: fab fa-fw fa-github
url: https://github.com/codema-dev
- label: Twitter
icon: fab fa-fw fa-twitter-square
url: https://twitter.com/CodemaDublin
- label: Linkedin
icon: fab fa-fw fa-linkedin
url: https://www.linkedin.com/company/codema-dublin-energy-agency/mycompany/
category_archive:
type: liquid
path: "/categories/"
tag_archive:
type: liquid
path: "/tags/"