-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config.yml
More file actions
24 lines (19 loc) · 852 Bytes
/
_config.yml
File metadata and controls
24 lines (19 loc) · 852 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
title: "The KHMD Team"
description: "Meet the brains behind KHMD"
# Your site's domain goes here (eg: //animysore74.github.io, http://thenewcon.com, etc)
# When testing locally leave blank or use http://localhost:4000
url: https://khmd.github.io/profiles
# Collections for grouping non-posts
collections:
members:
output: true
permalink: /:path/
# Analytics and webmaster tools stuff goes here
google_analytics:
google_verify:
# http://en.wikipedia.org/wiki/List_of_tz_database_time_zones
timezone: America/New_York
future: true
highlighter: rouge
markdown: kramdown
exclude: ["lib", "config.rb", "Capfile", "config", "Gemfile", "Gemfile.lock", "README.md", "LICENSE", "log", "Rakefile", "Rakefile.rb", "tmp", "less", "*.sublime-project", "*.sublime-workspace", "test", "spec", "Gruntfile.js", "package.json", "node_modules"]