π§ͺ Snippet: General Publishing Test#
In the best spirit of over-engineering for fun, this minimalistic post documents the way my snippets land over at jdsalaro/jdsalaro.com.
It also serves as a canary[1] test in case anything goes wrong now or in the future.
The structure Iβve chosen to organize them is as follows:
$ tree ../../language
../../language
βββ library
βββ example.md
βββ example.md-data
βββ code
βΒ Β βββ README.md
βΒ Β βββ go.mod
βΒ Β βββ main.go
βββ init.sh
4 directories, 5 files
Upon execution, init.sh
performs some cosmetic modification to the filesβ and directoriesβ names after which they are placed under the same path they are coming from.
public
βββ LICENSE
βββ README.md
β
...
β
βββ snippet
βΒ Β βββ language
βΒ Β βββ library
βΒ Β βββ example
βΒ Β βββ README.md
βΒ Β βββ go.mod
βΒ Β βββ main.go
...
9 directories, 8 files
Final Words#
Well that was short, but I do hope the plumbing Iβve set up finally allows me to get done and push the GoLang kata @DavidQP
has been pestering me for!
If you are interested in receiving updates whenever I write something new, subscribe by entering your email in the registration form on the sidebar!
Thank you for reading and remember that feedback is always welcome and appreciated; you may contact me via email or social media. Let me know if thereβs anything else youβd like to know, thereβs something youβd like to have corrected, translated, added or clarified further.