-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config.yml
More file actions
executable file
·81 lines (73 loc) · 2.09 KB
/
_config.yml
File metadata and controls
executable file
·81 lines (73 loc) · 2.09 KB
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
---
#-------------------------------
# General Site Settings
title: Tom Arra
logo: # You can add own logo. For example '/images/logo.png'.
description: Thoughts, stories and ideas. Mostly.
baseurl: "" # the subpath of your site, e.g. /blog
url: "https://tomarra.com" # the base hostname & protocol for your site, e.g. http://example.com
#-------------------------------
# Author Settings
author:
name: Tom Arra
avatar: "/images/headshot.jpg"
social:
- { icon: "fa-twitter", label: Twitter, link: "https://twitter.com/tom_arra" }
- {
icon: "fa-bluesky",
label: Bluesky,
link: "https://bsky.app/profile/tomarra.com",
}
- {
icon: "fa-mastodon",
label: Mastodon,
link: "https://mastodon.social/@tomarra",
}
- {
icon: "fa-facebook",
label: Facebook,
link: "https://www.facebook.com/tomarra",
}
- {
icon: "fa-instagram",
label: Instagram,
link: "https://www.instagram.com/tom_arra",
}
- { icon: "fa-github", label: GitHub, link: "https://github.com/tomarra" }
- {
icon: "fa-linkedin",
label: LinkedIn,
link: "https://www.linkedin.com/in/tomarra/",
}
- {
icon: "fa-flickr",
label: Flickr,
link: "https://www.flickr.com/people/tomarra/",
}
- { icon: "fa-youtube", label: GitHub, link: "https://youtube.com/@tomarra" }
#-------------------------------
# Hero Settings
hero:
hero__title: Hey, I’m Tom! Product Leader & Engineer.
hero__description: I'm a product leader & engineer who loves to work with global teams and products. I help organize the corporate chaos to make the best solutions for customers. Here I post about not just tech but a few hobbies as well.
hero__image: "/images/headshot.jpg"
#-------------------------------
# Build Settings
markdown: kramdown
permalink: /:year/:month/:day/:title:output_ext
plugins:
- jekyll-paginate
- jekyll-sitemap
paginate: 10
paginate_path: "/page/:num"
# Pages Path
defaults:
- scope:
path: "_pages"
values:
permalink: /:basename:output_ext
include:
- _pages
sass:
sass_dir: _sass
style: compressed