October Summary

Table of contents

October Summary

Done

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