Website content for chibug.org
1plugins:
2 - jekyll-feed
3 - jekyll-paginate
4
5exclude:
6 - CNAME
7 - README.md
8 - .gitignore
9 - vendor
10
11markdown: kramdown
12
13# drop .html extension
14permalink: /:year/:month/:day/:title
15
16# show all posts since events are scheduled for the future
17future: true
18
19paginate: 12
20paginate_path: "/page/:num"
21
22url: https://chibug.org
23
24# rss
25feed:
26 path: rss
27 title: "ChiBUG: Chicago Area BSD Users Group"
28 description: "ChiBUG: Chicago Area BSD Users Group"
29 url: "https://chibug.org"