-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
53 lines (53 loc) · 1.08 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
---
title: Portfolio Website
timezone: America/Los_Angeles
description: Example portfolio website
author:
name: Portfolio Website
twitter: codytwinton
copyright: Copyright © 2019 Cody Winton
favicon: assets/images/favicon.png
ga_tracking_id: ""
image: "/uploads/example-logo.png"
lang: en
logo: "/uploads/example-logo.png"
social:
name: Cody Winton
links:
- https://twitter.com/codytwinton
- https://www.facebook.com/codytwinton
- https://www.linkedin.com/in/codytwinton
- https://github.com/codytwinton
twitter:
username: codytwinton
url: https://codytwinton.github.io/portfolio-theme
baseurl:
collections:
work:
title: Work
output: true
permalink: "/portfolio/:name"
defaults:
- scope:
path: ""
type: pages
values:
layout: page
exclude:
- README.md
- package.json
- package-lock.json
kramdown:
show_warnings: true
liquid:
error_mode: strict
strict_filters: true
permalink: pretty
safe: true
sass:
style: compressed
strict_front_matter: true
titles_from_headings:
enabled: false
strip_title: false
collections: false