forked from andrewbanchich/forty-jekyll-theme
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
48 lines (40 loc) · 937 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
# site settings
title: Perez Productions
subtitle:
email: [email protected]
description: I provide video production services in Gainesville, Florida.
baseurl: "" # the subpath of your site, e.g. /blog
url: https://perez.productions # the base hostname & protocol for your site
author: Noah Perez
# homepage tiles
tiles-source: pages # accepts "posts" or "pages"
tiles-count: 6
# social settings
# see https://fontawesome.com/icons?d=gallery&p=2&s=brands
socials:
GitHub:
GitLab:
Google-Plus:
Instagram: https://instagram.com/_the_noah_perez_/
LinkedIn:
Twitter:
Facebook:
Slack:
logo: assets/images/logo.png
#seo tag
social:
name: Noah Perez
links:
- https://instagram.com/_the_noah_perez_/
- https://www.youtube.com/@Perez_Productions
# build settings
markdown: kramdown
sass:
style: compressed
plugins:
- jekyll-seo-tag
exclude:
- "*.gemspec"
- LICENSE.md
- CONTRIBUTING.md
- README.md