Made some more updates to the web editor created for writing content for this blog. One of the big changes was going from a simple textarea
to using the medium-editor node module.
Sneaking in another test post after some changes
This is a test from a new webapp I created to write markdown and save it to my blog directory on my VPS. Hopefully this will make it a bit easier to publish content.
This is a test from a new webapp I created to write markdown and save it to my blog directory on my VPS. Hopefully this will make it a bit easier to publish content.
Updated my Yunohost deployment of my blog today to include a systemd.service file that runs hugo server
with some options to automatically rebuild my site.
Turns out the library wont have a copy of Nemesis for a little while longer. Gives me a bit more time to finish Wool (which I’m really enjoying)
Some really good advice on dealing with anxiety in issue 37 of The Dice from Greg Storey on his blog Brilliantcrank.
I created a new script that wraps hugo new
to create shorter, untitled posts. It uses the date
function to set values for directories, filename and post title. By default it was using UTC so any post I made in the evening, ending up in the next day.