forked from niklasbuschmann/contrast
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config.yml
More file actions
39 lines (31 loc) · 1.71 KB
/
_config.yml
File metadata and controls
39 lines (31 loc) · 1.71 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
title: "JoshUndefined"
author: "JoshUndefined"
description: "Random ideas and tutorials as I discover them"
default_og_image: "/assets/posts/2025-07-15-JoshUndefinedYTBanner.png"
permalink: /:title/
lang: "en"
excerpt_separator: "<!-- excerpt -->"
date_format: "%Y %B %d"
url: "https://joshundefined.github.io"
# Layout
show_excerpts: true # show article excerpts instead of archive list on the home page
show_frame: true # display a grey frame on large screens
show_sidebar: false # show a sidebar instead of the usual header
show_minimal: false # remove all clutter
#show_frame: "/assets/images/background.svg"
# Menu # for available icons see https://fontawesome.com/search?ip=brands%2Cclassic&ic=free&o=r
navigation: # accepts {file, title, url, icon, sidebaricon}
- {file: "index.html", sidebaricon: house}
- {file: "archive.html"}
# - {file: "README.md", sidebaricon: address-card}
external: # shows a footer with social links - for available icons see fontawesome.com/icons
- {title: Github, icon: github, iconsheet: brands, url: "https://github.com/joshundefined/"}
- {title: Twitter-X, icon: twitter, iconsheet: brands, url: "https://x.com/JoshUndefined"}
- {title: Bluesky, icon: bluesky, iconsheet: brands, url: "https://bsky.app/profile/joshundefined.com"}
- {title: Twitch, icon: twitch, iconsheet: brands, url: "https://www.twitch.tv/JoshUndefined"}
- {title: YouTube, icon: youtube, iconsheet: brands, url: "https://www.youtube.com/@joshundefined"}
comments:
# disqus_shortname: "" # see https://disqus.com
# isso_domain: "" # see https://isso-comments.de
plugins:
- jekyll-feed