Go to file
2023-08-04 15:49:28 -04:00
archetypes move up hugo to root 2023-07-22 19:34:17 -04:00
content update date and add rss 2023-07-26 15:32:20 -04:00
layouts change pipe to vertical bar 2023-08-04 15:33:14 -04:00
public@3d65a08878 change submodule url 2023-08-04 15:49:28 -04:00
static Update bootstrap 2023-07-26 18:32:34 -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 final first post 2023-07-26 15:18:06 -04:00
Makefile Update bootstrap 2023-07-26 18:32:34 -04:00
README.md Add asciinema shortcode and try in Playground 2023-07-22 20:15:39 -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/