blog/content/posts/firstpost.md

18 lines
211 B
Markdown
Raw Normal View History

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