-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
executable file
·72 lines (72 loc) · 1.53 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
github:
public: true
is_project_page: false
highlighter: rouge
markdown: kramdown
permalink: /blog/:year/:month/:day/:title
plugins:
- jekyll-feed
- jekyll-mentions
- jekyll-sitemap
- jekyll-seo-tag
- jemoji
paginate: 10
theme: jekyll-theme-tactile
sass:
sass_dir: _sass
title: DillonAd
links:
- site:
url: https://github.com/DillonAd
icon: fa-brands fa-github
description: GitHub
a11y_label: GitHub
- site:
url: https://bsky.app/profile/codejanitor.dev
icon: fa-brands fa-bluesky
description: Bluesky
a11y_label: Bluesky
- site:
url: https://hachyderm.io/@DillonAd
icon: fa-brands fa-mastodon
description: Mastodon
a11y_label: Mastodon
- site:
url: https://stackoverflow.com/users/7359614/dillon-adams
icon: fab fa-stack-overflow
description: StackOverflow
a11y_label: StackOverflow
- site:
url: https://www.linkedin.com/in/dillon-adams
icon: fab fa-linkedin
description: LinkedIn
a11y_label: LinkedIn
- site:
url: https://dev.to/dillonad
icon: fab fa-dev
description: Dev
a11y_label: Dev.to
- site:
url: /feed.xml
icon: fa-solid fa-rss
description: RSS
a11y_label: RSS
navigation:
- page:
name: Blog
link: /
- page:
name: About
link: /AboutMe
defaults:
- scope:
path: ""
type: "posts"
values:
layout: "post"
author: "Dillon Adams"
- scope:
path: ""
type: "pages"
values:
layout: "default"