blog/content/posts/firstpost.md

18 lines
211 B
Markdown

---
title: "First Post"
date: 2023-05-30T22:31:45-04:00
draft: true
---
## Blogging with Hugo
Hello world
So far good! :)
<!--more-->
```vim
:call term_list()[0]->term_sendkeys(getline('.') .. "\<CR>")
```