Vs Code

Broken FrontMatter Extension

For two days now FrontMatter has been slightly broken. When I want to create new posts via the interface it refuses, so I have to copy and paste the front matter info from the previous day, and add it to a new markdown document. The operation is quick and easy but it’s a shame not to have the tool working as well as it could.

Every Hugo post has a title, a description, the date, preview, draft status, tags, and categories. With the FrontMatter extension all of this is generated automatically. For two or three days when I try to create a new page this isn’t generated, hence doing it manually.

Blogging with the Pi 5

Over at least a week I have been blogging with the Pi 5 and an Apple keyboard. I am using the Apple keyboard just because it’s the one I have, rather than out of a preference for their keyboards over others. I have a full size keyboard but it lost a part so it’s unbalanced and the rapoo keyboard is too small to be comfortable for typing.

VS Code and Front Matter

I use Visual Code and Front matter. Visual Code is good for keeping files organised. Front Matter is good for generating the Front Matter required by Hugo for each blog post. I create a new post with the required title, add the tags, and mark the post as false for draft status.

Blogging with VS Code and Hugo

Yesterday I had no inspiration. In the end I did write about something but only after hours of staring at a hypothetical blank page. When I did start writing I used Frontmatter to generate the page but I forgot to open terminal and write the blog post using VIM. I used VSCode and Markdown. Whilst this might sound ordinary to most I did this because I like writing blog posts with VIM as it gets me to learn, over time, how to use it, automatically, rather than by struggling.