Skip to content

Commit fdf0eb0

Browse files
config
1 parent 7bbb40d commit fdf0eb0

File tree

2 files changed

+29
-2
lines changed

2 files changed

+29
-2
lines changed

_archive/_config.yml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
theme: jekyll-theme-slate
2+
title: "Kristopher Taylor<br><span style='font-size:0.7em;font-weight:400;'>Security Engineer · Cloud · Linux · AI</span>"
3+
description: "A living portfolio of labs, builds, and experiments"
4+
url: "https://kristophertaylorsec.github.io"
5+
baseurl: ""
6+
7+
# --- Jekyll settings for proper code block rendering ---
8+
markdown: kramdown
9+
highlighter: rouge
10+
kramdown:
11+
input: GFM
12+
syntax_highlighter_opts:
13+
block:
14+
line_numbers: false
15+
16+
# --- Include all project folders for deep file rendering ---
17+
include:
18+
- projects

_config.yml

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,15 @@
1+
# ------------------------------
2+
# Site & Theme Settings
3+
# ------------------------------
14
theme: jekyll-theme-slate
25
title: "Kristopher Taylor<br><span style='font-size:0.7em;font-weight:400;'>Security Engineer · Cloud · Linux · AI</span>"
36
description: "A living portfolio of labs, builds, and experiments"
47
url: "https://kristophertaylorsec.github.io"
58
baseurl: ""
69

7-
# --- Jekyll settings for proper code block rendering ---
10+
# ------------------------------
11+
# Markdown & Code Rendering
12+
# ------------------------------
813
markdown: kramdown
914
highlighter: rouge
1015
kramdown:
@@ -13,6 +18,10 @@ kramdown:
1318
block:
1419
line_numbers: false
1520

16-
# --- Include all project folders for deep file rendering ---
21+
# ------------------------------
22+
# Include Folders (so everything builds)
23+
# ------------------------------
1724
include:
1825
- projects
26+
- assets
27+
-

0 commit comments

Comments
 (0)