-
Notifications
You must be signed in to change notification settings - Fork 28
/
Copy path_config.yml
56 lines (45 loc) · 1.2 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
# Use this file to control the main attributes of the website
# You
name: Philip I. Thomas
# Title for your site as it will appear in google
# e.g. Resume, Curriculum Vitae, Work History
title: Resume for Philip I. Thomas
# SEO description
description: Digital resume for Philip I. Thomas, explorer and engineer in San Francisco.
# URL of this resume
url: 'https://jekyll-resume.philipithomas.com'
# URL of your personal website (make same as URL if you don't have one)
personal: 'https://www.philipithomas.com'
# these should be pretty self-explanatory :-P
email: [email protected]
twitter: philipithomas
# Show this in the footer
copyright: All rights reserved.
# What should the navigation be called?
navigation: navigation
# Google analytics ID: UA-XXXXX-X
analytics: UA-9939917-25
# Jekyll assets gem
assets:
dirname: assets
baseurl: /assets/
css_compressor: yui
js_compressor: yui
cachebust: hard
cache: false
gzip: nil # Cloudflare will do this
sources:
- _assets/javascripts
- _assets/stylesheets
# Files in this repo that we don't want to go to the web
exclude: [
'scss',
'*.rb',
'*.yml',
'vendor',
'Gemfile',
'Gemfile.lock',
'*.sh',
'README.md',
'LICENSE.md',
]