-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config.yml
More file actions
42 lines (35 loc) · 806 Bytes
/
_config.yml
File metadata and controls
42 lines (35 loc) · 806 Bytes
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
# Site settings
title: plog
description: Pete LeVasseur's Blog - Engineering, Rust, Automotive, and more
url: "https://petelevasseur.com"
baseurl: ""
# Theme
theme: minima
# Minima theme settings
minima:
skin: auto # auto switches between light/dark based on system preference
date_format: "%b %-d, %Y"
# Header navigation links
header_pages:
- index.md
- articles/index.md
- media/index.md
# Exclude from processing
exclude:
- _plans
- README.md
- LICENSE
- Gemfile
- Gemfile.lock
- vendor
# Permalink structure - default preserves .html extension for URL compatibility
# Markdown processor
markdown: kramdown
kramdown:
input: GFM
syntax_highlighter: rouge
syntax_highlighter_opts:
default_lang: rust
# Plugins (GitHub Pages compatible)
plugins:
- jekyll-seo-tag