-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
119 lines (119 loc) · 2.52 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
title: Wanderland Travelers
logo: /images/logo-round.png
email: [email protected]
description: 'Always keep moving, but not too fast'
baseurl: ''
url: 'https://wanderlandtravelers.com'
comment_host: wanderlandtravelers.pythonanywhere.com
carousel_images:
- file: 1.Monuments.jpg
alt: Panoramic view of monument valley
- file: 6.Redwoods.jpg
alt: Ferns and abundant green in a forest
- file: 5.BigSur.jpg
alt: Bridge in Big Sur
- file: 3.Cacti.jpg
alt: Epic cacti
- file: 4.Monterey.jpg
alt: Beach and lights at sunset
defaults:
- scope:
path: ''
type: pages
values:
layout: page
collections:
authors:
output: true
author_snippets:
output: false
menu:
- id: home
name: Home
url: /
- id: say-thanks
name: Say Thanks
url: 'https://ko-fi.com/wanderlandtravelers'
- id: about-us
name: About Us
url: /about/
permalink: '/:year/:month/:day/:title/'
banner-title: Wanderland Travelers
banner-desc: null
author-pic: face.jpg
author-name: null
about-author: null
phone: (496)-169-6557
website: 'https://dwayne.example.com'
google_url: null
twitter_url: null
instagram_url: null
pinterest_url: null
dribbble_url: null
facebook_url: null
discus_identifier: http-wanderlandtravelers-com
mailchimp: null
analytics: UA-78209422-2
paginate: 4
paginate_path: '/page:num/'
markdown: kramdown
social:
links:
- 'https://youtube.com/wanderlandtravelers'
- 'https://www.facebook.com/wanderlandtravelers'
- 'https://github.com/WanderlandTravelers'
- 'https://instagram.com/wanderlandtravelers'
- 'https://twitter.com/wanderlandistas'
- 'http://www.margaret-pitcher.pixels.com/'
- 'https://ko-fi.com/wanderlandtravelers'
twitter:
username: wanderlandistas
card: summary
jekyll-archives:
enabled:
- categories
- year
- month
- tags
layouts:
category: category-archive
year: year-archive
month: month-archive
tag: tag-archive
permalinks:
category: '/category/:name/'
jekyll_search_url_blacklist:
- /
- /404.html
- /feed.xml
- /robots.txt
- /sitemap.xml
- /search.json
- /search/
- /author_snippets/maggie/
plugins:
- jekyll-admin
- jekyll-archives
- jekyll-default-layout
- jekyll-feed
- jekyll-paginate
- jekyll-seo-tag
- jekyll-sitemap
- jekyll-youtube
include:
- _pages
exclude:
- bin
- src
- gulpfile.js
- changelog.txt
- screenshot.png
- LICENSE-layout.txt
- README.md
- Gemfile
- Gemfile.lock
- package.json
- package-lock.json
- node_modules
- vendor
- venv