Skip to content

Commit 21928ca

Browse files
committed
Init blog
1 parent dd187d6 commit 21928ca

3 files changed

Lines changed: 18 additions & 1 deletion

File tree

config.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@ highlight_code = true
2121
[extra]
2222
header_nav = [
2323
{ url = "/", name_en = "/about/" },
24-
{ url = "/tech", name_en = "/tech/" }
24+
{ url = "/tech", name_en = "/tech/" },
25+
{ url = "/blog", name_en = "/blog/" }
2526
]
2627

2728
# Set current rev for "View source" link; should be added during nix build
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
+++
2+
title = "Hello, World!"
3+
date = 2025-06-25
4+
5+
[extra]
6+
display_published = true
7+
+++
8+
9+
This space left intentionally blank.

content/blog/_index.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
+++
2+
title = "All blog posts"
3+
paginate_by = 15
4+
sort_by = "date"
5+
+++
6+
7+
<!-- [🔖 List](/tags) -->

0 commit comments

Comments
 (0)