-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy path_config.yml
84 lines (77 loc) · 1.98 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
title: Jim Myhrberg (jimeh)
description: Software Engineering Mercenary
author:
name: Jim Myhrberg
nickname: jimeh
twitter: jimeh
hostname: jimeh.me # used to determine if google analytics should be triggered
url: https://jimeh.me # the base hostname & protocol for your site
baseurl: "" # the subpath of your site, e.g. /blog/
permalink: /:title/
# stuff for jekyll-seo-tag
social:
name: Jim Myhrberg
links:
- https://github.com/jimeh
- https://bsky.app/profile/jimeh.me
- https://mastodon.social/@jimeh
- https://twitter.com/jimeh
- https://jimeh.io/
- http://www.linkedin.com/in/jimeh
- http://www.last.fm/user/jimeh
- https://flickr.com/photos/jimeh/
- https://keybase.io/jimeh
twitter:
username: jimeh
# main page content
email:
title: pbagnpg\100wvzru\056zr
href: "mailto:%63%6s%6r%74%61%63%74@%6n%69%6q%65%68.%6q%65"
links:
- name: github
url: https://github.com/jimeh
class: fa-brands fa-github
- name: bluesky
url: https://bsky.app/profile/jimeh.me
class: fa-brands fa-bluesky
- name: mastodon
url: "https://mastodon.social/@jimeh"
class: fa-brands fa-mastodon
rel: me
- name: blog
url: https://jimeh.io/
class: fa-solid fa-newspaper
- name: linkedin
url: https://www.linkedin.com/in/jimeh
class: fa-brands fa-linkedin
- name: last.fm
url: https://www.last.fm/user/jimeh
class: fa-brands fa-square-lastfm
- name: flickr
url: https://flickr.com/photos/jimeh
class: fa-brands fa-flickr
- name: vcard
id: vcard
type: download
url: https://assets.jimeh.me/jim-myhrberg.vcf
class: fa-solid fa-address-card
- name: cv (pdf)
id: resume
type: download
url: https://jimeh.me/cv
class: fa-solid fa-file-pdf
# additional stuff
exclude:
- Gemfile
- Gemfile.lock
- Makefile
- README.md
- Rakefile
plugins:
- jekyll-sitemap
- jekyll-seo-tag
defaults:
- scope:
path: ""
values:
layout: "default"