-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy path_config.yml
90 lines (82 loc) · 1.88 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
# Jekyll Settings
permalink: "/meetings/:year/:month/:day/:title"
markdown: kramdown
highlighter: rouge
future: true
show_drafts: false
time_zone: "US/Central"
excerpt_separator: <!--more-->
empty_array: []
kramdown:
input: GFM # use Github Flavored Markdown
hard_wrap: false # do not replace newlines by <br>s
sass:
sass_dir: _sass
plugins_dir: ['jekyll-sitemap']
exclude: ['README.md',
'Gemfile',
'Gemfile.lock',
'screenshot.png',
'servesite.bat',
'LICENSE',
'OldSiteConversionScript',
'vagrant',
'build',
'package.json',
'package-lock.json',
'node_modules']
# Collections
collections:
sponsors:
output: true
permalink: /sponsors/:name/
persons:
output: true
permalink: /people/:name/
locations:
output: false
meetingyears:
output: true
permalink: /meetings/:name/
events:
output: true
permalink: /events/:name/
# defaults
defaults:
- scope:
path: "" # empty string for all files
type: posts # limit to posts
values:
is_post: true # automatically set is_post=true for all posts
is_meeting: true # most posts are meetings. set this to false in post if non-meeting
layout: post
- scope:
path: ""
type: sponsors
values:
layout: sponsor
title_pretext: "About "
- scope:
path: ""
type: persons
values:
layout: "person"
title_pretext: "About "
- scope:
path: ""
type: meetingyears
values:
layout: meetingyear
title_posttext: " Meetings"
- scope:
path: ""
type: events
values:
layout: event
title_posttext: ""
# Site Properties
title: North Houston .NET Users Group
description: 'A programmers meetup'
url: 'https://www.nhdnug.org'
baseurl: ''
# google_analytics: ''