-
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy path_config.yml
More file actions
46 lines (39 loc) · 753 Bytes
/
_config.yml
File metadata and controls
46 lines (39 loc) · 753 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
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
plugins:
- jekyll-assets
# site settings
title: John
subtitle: Doe
email: johndoe@example.com
description: 'Personal Portfolio'
baseurl: "/Portfolio-Auto" # the subpath of your site, e.g. /blog
url: # the base hostname & protocol for your site
author:
street_address:
city:
state:
zip_code:
country:
phone:
socials:
GitHub: https://github.com/johndoe
GitLab:
Google-Plus:
Instagram:
LinkedIn: https://www.linkedin.com/in/johndoe
Twitter: https://twitter.com/johndoe
Facebook:
Slack:
# homepage tiles
tiles-source: pages # accepts "posts" or "pages"
tiles-count: 6
# build settings
markdown: kramdown
sass:
style: compressed
assets:
baseurl: /assets
exclude:
- "*.gemspec"
- LICENSE.md
- CONTRIBUTING.md
- README.md