-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config.yml
More file actions
70 lines (63 loc) · 2.58 KB
/
Copy path_config.yml
File metadata and controls
70 lines (63 loc) · 2.58 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
theme: jekyll-dash
title: devnomadic
description: "<span style='color:#e74c3c'>"</span><span style='color:#3498db'>Dev</span><span style='color:#f39c12'>(</span><span style='color:#3498db'>Ops</span><span style='color:#e74c3c'>|</span><span style='color:#3498db'>SecOps</span><span style='color:#f39c12'>)</span><span style='color:#9b59b6'>?</span><span style='color:#e74c3c'>|</span><span style='color:#27ae60'>SRE</span><span style='color:#e74c3c'>"</span> Engineer and digital nomad currently exploring the world. I write about remote work, travel, and building software from anywhere."
url: "https://devnomadic.com"
baseurl: ""
# Jekyll pagination (required for home page)
paginate: 5
paginate_path: "/blog/page:num/"
author:
name: devnomadic
github: devnomadic
email: drew@devnomadic.com
bio: "<span style='color:#e74c3c'>"</span><span style='color:#3498db'>Dev</span><span style='color:#f39c12'>(</span><span style='color:#3498db'>Ops</span><span style='color:#e74c3c'>|</span><span style='color:#3498db'>SecOps</span><span style='color:#f39c12'>)</span><span style='color:#9b59b6'>?</span><span style='color:#e74c3c'>|</span><span style='color:#27ae60'>SRE</span><span style='color:#e74c3c'>"</span> Engineer and digital nomad currently exploring the world. I write about remote work, travel, and building software from anywhere."
avatar: "/assets/avatar.gif"
# Build settings
markdown: kramdown
plugins:
- jekyll-feed
- jekyll-sitemap
- jekyll-paginate
- jekyll-mermaid
# Mermaid configuration
mermaid:
src: 'https://unpkg.com/mermaid@10.6.1/dist/mermaid.min.js'
# Giscus comments configuration
giscus:
repo: "devnomadic/devnomadic.github.io"
repo-id: "MDEwOlJlcG9zaXRvcnkyOTYyMjkxOTE=" # Get this from giscus.app
category: "General"
category-id: "DIC_kwDOEagZR84CtcBV" # Get this from giscus.app
mapping: "pathname"
reactions-enabled: "1"
emit-metadata: "0"
input-position: "bottom"
theme: "preferred_color_scheme"
lang: "en"
# Theme settings
dash:
date_format: "%b %-d, %Y"
show_author: true
avatar_source: "local"
avatar_path: "/assets/avatar.gif"
show_nav: true
nav_links:
- url: /about/
title: About
- url: /archive/
title: Archive
- url: /tags/
title: Tags
social_links:
- url: https://github.com/devnomadic
icon: github
color: purple
- url: https://www.linkedin.com/in/drewkennedy
icon: linkedin
color: blue
- url: mailto:drew@devnomadic.com
icon: envelope
color: green
fa: true
# disqus:
# shortname: devnomadic