Skip to content

Commit 619d0c4

Browse files
committed
Add anchor links to pages
1 parent 32294fd commit 619d0c4

File tree

14 files changed

+20
-1
lines changed

14 files changed

+20
-1
lines changed

content/_index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
+++
22
sort_by = "weight"
3+
insert_anchor_links = "heading"
34
+++

content/blog/_index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ description = "A chronological log of my public, article-style writing."
44
sort_by = "date"
55
template = "blog/list.html"
66
weight = 3
7+
insert_anchor_links = "heading"
78

89
[extra]
910
in_menu = true

content/codex/_index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ title = "Research Codex"
33
description = "Living documents on various topics I am studying."
44
sort_by = "weight"
55
template = "blog/list.html"
6+
insert_anchor_links = "heading"
67

78
[extra]
89
in_menu = false

content/codex/development/_index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ title = "Development"
33
description = "Some time ago, we taught sand to think. Now, it teaches us new ways to think."
44
sort_by = "weight"
55
template = "blog/list.html"
6+
insert_anchor_links = "heading"
67

78
[extra]
89
in_menu = true

content/codex/development/environments/_index.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ title = "Environments"
33
description = "Notes on using a variety of environments I immerse myself in."
44
sort_by = "weight"
55
template = "blog/list.html"
6+
insert_anchor_links = "heading"
7+
68

79
[extra]
810
in_menu = true

content/codex/development/environments/windows/_index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ title = "Windows"
33
description = "A fickle, proprietary, fragile, expensive monstrosity."
44
sort_by = "weight"
55
template = "blog/list.html"
6+
insert_anchor_links = "heading"
67

78
[extra]
89
in_menu = true

content/codex/development/environments/windows/wsl/_index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ title = "WSL"
33
description = "The so-called Windows Subsystem for Linux."
44
sort_by = "weight"
55
template = "blog/list.html"
6+
insert_anchor_links = "heading"
67

78
[extra]
89
in_menu = true

content/codex/development/nu/_index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ title = "A Nu Shell"
33
description = "Finding some consistency on interacting with the machine."
44
sort_by = "weight"
55
template = "blog/list.html"
6+
insert_anchor_links = "heading"
67

78
[extra]
89
in_menu = true

content/codex/development/rust/_index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ title = "Rust at Scale"
33
description = "Shipping safe, fast, and fun."
44
sort_by = "weight"
55
template = "blog/list.html"
6+
insert_anchor_links = "heading"
67

78
[extra]
89
in_menu = true

content/codex/effective-organizations/_index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ title = "Effective Organizations"
33
description = "Yearning for the vast and endless sea together."
44
sort_by = "weight"
55
template = "blog/list.html"
6+
insert_anchor_links = "heading"
67

78
[extra]
89
in_menu = true

0 commit comments

Comments
 (0)