October Summary
Table of contents
October Summary
Done
- Updated my personal website. I’ve added the Nutshell library. Very cool for wikipedia links.
- I’ve set up this blog with Hugo.
Findings
- While working on a similar feature, I’ve found an image that works as a
tcp-echo
server here. - Charmbracelet: A library written in Go to make nice scripts (link). I’ll try it someday.
Cheatsheet for Hugo
#create new post
hugo new posts/my-first-post.md
#check your post in local
hugo server -D
#generate static resources to publish later
hugo -D