Skip to content

Commit b320cb2

Browse files
committed
Fix post header
1 parent f6736f3 commit b320cb2

3 files changed

Lines changed: 11 additions & 2 deletions

File tree

_config.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,10 @@ defaults:
1818
path: ""
1919
values:
2020
layout: base
21+
- scope:
22+
path: "_posts"
23+
values:
24+
layout: post
2125

2226
date_format: "%d.%m.%Y"
2327

_layouts/post.html

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
layout: base
3+
---
4+
5+
<h1>{{ page.title }}</h1>
6+
7+
{{ content }}

_posts/2025-10-25-editor-journey.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@ description: "My journey through text editors, from Atom to LazyVim, with some t
55
tags: ["neovim", "ai", "workflow"]
66
---
77

8-
# My Editor Journey
9-
108
I have bounced around quite a bit over the years. Started with **Atom** back when it was the hot new thing, then migrated to **VSCode** like everyone else when Atom started showing its age.
119

1210
Eventually moved to **JetBrains** (specifically **RubyMine**) for the superior refactoring tools and language intelligence. Somewhere along the way I discovered Vim keybindings and could not go back, so I added **IdeaVim** to RubyMine.

0 commit comments

Comments
 (0)