forked from volny/stylish-portfolio-jekyll
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
54 lines (46 loc) · 911 Bytes
/
_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
kramdown:
input: GFM
permalink: pretty
title: DroneDiego
email: [email protected]
description: San Diego from above. Get the perspective you need.
baseurl: # the subpath of your site, e.g. /blog/
baseurl:
url: "http://dronediego.com" # the base hostname & protocol for your site
# User setting
owner: Drone Diego
email: [email protected]
facebook_username: dronediego
twitter_username: dronediego
address:
- line: San Diego
- line: Southern California
# Feel free to add more lines here
telephone: (619) 387-8332
copyright:
# API settings
google_api_key:
# Build settings
markdown: kramdown
sass:
sass_dir: css/_scss
exclude:
- CNAME
- Gemfile
- LICENSE
- Rakefile
- README.md
- vendor/
- vnu/
- vnu.zip
layouts_dir: ./_layouts
lang: en
gems:
- github-pages
- jekyll-seo-tag
compress_html:
clippings: all
endings: all
comments: ["<!--", "-->"]
ignore:
envs: [travis]