-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config.yml
More file actions
29 lines (28 loc) · 772 Bytes
/
_config.yml
File metadata and controls
29 lines (28 loc) · 772 Bytes
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
# Site Variables
title: IGDA Seattle
description: IGDA Seattle provides networking, learning, and speaker events to thousands of devs in Puget Sound’s thriving game industry.
url: https://www.igdaseattle.org
ogImage: https://www.igdaseattle.org/assets/images/logo-square.png
twitter: "@IGDASeattle"
footerCopy: IGDA Seattle is a local chapter of IGDA, a 501(c)(6) non-profit professional association. Questions? <a href="/about#contact">Contact us</a>.
# Build Settings
livereload: true
destination: ./dist
include: [
"_pages",
]
exclude: [
"Gemfile",
"Gemfile.lock",
"vendor",
"node_modules",
"package.json",
"package-lock.json",
"gulpfile.js",
"assets/README.md",
"README.md",
"screenshot.jpg",
]
compress_html:
clippings: all
comments: all