-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config.yml
More file actions
87 lines (77 loc) · 1.85 KB
/
_config.yml
File metadata and controls
87 lines (77 loc) · 1.85 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
83
84
85
86
87
# Website for LowenMaker, using Jekyll
#
# This config file contains high-level variables affecting the whole site. More
# settings are included in the _data folder.
# Variables are accessed in templates via {{ site.title }}, {{ site.email }}, etc.
# You can create any custom variable you would like.
# Technical
source: .
baseurl: "/" # the subpath of your site, e.g. /blog
url: https://lowenmaker.com
# Description
title: LowenMaker
email: [email protected]
keywords: "Cyanotype, Art, Cornwall, Cornish, LowenMaker, Lowen, Maker, Sea, Coast"
meta_author: Pollard Carol
description: Cyanotype artworks created on the Cornish coastline.
# Collections
collections:
projects:
output: true
permalink: /project/:slug
pages:
output: true
permalink: /:name
defaults:
-
scope:
path: ""
values:
layout: "default"
-
scope:
path: ""
type: "pages"
values:
layout: "page"
-
scope:
path: ""
type: "projects"
values:
layout: "project"
# Social networks
social:
- title: etsy
username: lowenmaker
url: https://www.etsy.com/shop/lowenmaker
- title: instagram
username: lowenmaker
url: https://instagram.com/carolrosiepollard
# - title: twitter
# username: lowenmaker
# url: http://twitter.com/lowenmaker
# - title: github
# username: lowenmaker
# url: http://github.com/lowenmaker
# Google webmaster tools
google_verify:
# Build settings
markdown: kramdown
permalink: pretty
plugins:
- jekyll-feed
# Footer settings
footer:
copyright: Lowen Maker, Downderry, Cornwall, UK
# Exclude from processing.
# The following items will not be processed, by default. Create a custom list
# to override the default setting.
# exclude:
# - Gemfile
# - Gemfile.lock
# - node_modules
# - vendor/bundle/
# - vendor/cache/
# - vendor/gems/
# - vendor/ruby/