File tree Expand file tree Collapse file tree 2 files changed +29
-2
lines changed
Expand file tree Collapse file tree 2 files changed +29
-2
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 1+ # ------------------------------
2+ # Site & Theme Settings
3+ # ------------------------------
14theme : jekyll-theme-slate
25title : " Kristopher Taylor<br><span style='font-size:0.7em;font-weight:400;'>Security Engineer · Cloud · Linux · AI</span>"
36description : " A living portfolio of labs, builds, and experiments"
47url : " https://kristophertaylorsec.github.io"
58baseurl : " "
69
7- # --- Jekyll settings for proper code block rendering ---
10+ # ------------------------------
11+ # Markdown & Code Rendering
12+ # ------------------------------
813markdown : kramdown
914highlighter : rouge
1015kramdown :
@@ -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+ # ------------------------------
1724include :
1825 - projects
26+ - assets
27+ -
You can’t perform that action at this time.
0 commit comments