Go to file
2024-04-19 17:45:30 -04:00
archetypes move up hugo to root 2023-07-22 19:34:17 -04:00
content Add new post unix-sockets-perms 2024-04-19 17:40:49 -04:00
layouts change pipe to vertical bar 2023-08-04 15:33:14 -04:00
public@3acaa33628 update base url 2024-04-19 17:45:30 -04:00
static update deps 2024-04-18 20:46:41 -04:00
.gitignore track blog generated output in git submodule 2023-07-26 15:40:15 -04:00
.gitmodules change submodule url 2023-08-04 15:49:28 -04:00
config.yaml update base url 2024-04-19 17:45:30 -04:00
Makefile update deps 2024-04-18 20:46:41 -04:00
README.md add submodule setup to README 2023-08-07 20:39:16 -04:00

Source of balki.me

Asciinema

Followed instructions from here: https://jenciso.github.io/blog/embedding-asciinema-cast-in-your-hugo-site/

Asciinema uses wasm which needs CSP unsafe-eval. Ref: https://www.aaron-powell.com/posts/2019-11-27-using-webassembly-with-csp-headers/

Submodule for generated output

Tracking hugo generated output in git enables to see differences easily before pushing. Also helpful to compare differences after hugo version upgrade. Below commands help to add a public url for the web UI and also private ssh url for pushing

git submodule add https://gitea.balki.me/balki/blog-op public
cd public
git config remote.origin.url gitea:balki/blog-op