-
Notifications
You must be signed in to change notification settings - Fork 11
/
_config.yml
149 lines (132 loc) · 3.88 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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
# Site settings
title: John Doe
email: [email protected]
url: https://mysite.com
description: "Full-Stack Web Developer, Human, and Earth Resident."
meta_author: John Doe
# Site Nav
# Only change the label values, not the keys.
# Label order dictates the nav link order on the site.
nav:
labels:
portfolio: Portfolio
about: About
blog: Blog
contact: Contact
# About section
about:
content:
left: Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed justo enim, lacinia consectetur et ornare non, tincidunt eu sapien.
right: Class aptent sociosqu ad litora per conubia nostra, per inceptos himenaeos. Per conubia nostra. Donec eu dignissim lacus.
bottom: I live in Quisque, Dignissim.
interests:
header: Recent Interests
content:
left:
header: Now
list:
- item: Consectetur
- item: Adipiscing
- item: Elit
center:
header: Soon
list:
- item: Torquent
- item: Taciti
- item: Aptent
right:
header: Later
list:
- item: Ipsum
- item: Amet
- item: Adipiscing
# Google webmaster tools
google_verify:
# https://ssl.bing.com/webmaster/configure/verify/ownership Option 2 content= goes here
bing_verify:
# Contact form:
# - static : pass through formspree.io to validate email sending
# - disqus : replace contact form by disqus thread
# - comment the line below if you want to stick with the default PHP contact form
contact: static
# If you use disqus you need disqus shortname: https://help.disqus.com/customer/portal/articles/466208
# disqus_shortname:
# If you have Google Analytics account setup, enter your tracker ID, eg. A-12312312-1
# google_analytics_tracker_id:
# You can also load Google Analytics through a Google Tag Manager container
# If you do this, do not also put your GA tracker ID above
gtm_id:
# Color settings (hex-codes without the leading hash-tag)
color:
primary: 101010
primary-rgb: "255,0,0"
secondary-lightest: 88938a
secondary-light: 58635a
secondary: 38433a
secondary-dark: 18231a
blog-text: 222
link: 1a77bd
link-fade: 5692c0
# Blog settings
blog:
grid:
mobile-max: 3
desktop-max: 9
labels:
title: Latest Posts
button: View All Posts
modal-close: Close
# Markdown/syntax highlighter settings
highlighter: rouge
markdown: kramdown
kramdown:
input: GFM
auto_ids: true
syntax_highlighter: rouge
# Portfolio settings
portfolio:
grid:
mobile-max: 3
desktop-max: 6
labels:
title: Portfolio
button: View All Projects
icons:
application: fa-mobile-alt
applications: fa-mobile-alt
project-date: fa-calendar-alt
client: fa-user
clients: fa-user
summary: fa-clipboard-list
languages: fa-code
concepts: fa-lightbulb
tools: fa-tools
stack: fa-layer-group
# Footer settings
footer:
location-header: Location
location: New York, NY
copyright: John Doe. All Rights Reserved.
social: My Other Whereabouts
# Social networks usernames (many more available: google-plus, flickr, dribbble, pinterest, instagram, tumblr, linkedin, etc)
# Search for more on: https://fontawesome.com/v5.15/icons?d=gallery&p=2&s=brands
social:
- title: github
tooltip: "Github"
url: https://github.com/
- title: linkedin
tooltip: "Linkedin"
url: https://linkedin.com/
- title: stack-overflow
tooltip: "Stack Overflow"
url: https://stackoverflow.com/
- title: goodreads
tooltip: "Goodreads"
url: https://goodreads.com/
# Credits content
credits: '<a href="https://github.com/bill-c-martin/bill-c-martin.github.io">Fork my portfolio on github</a>'
# Build settings
permalink: /:categories/:slug
# Tells Jekyll to not ignore this underscore files, and to copy it to site/*
# Uncomment this if you are hoting with Netlify, and need the ability to set 301 redirects
# include: ["_redirects"]