Go to file
2023-07-26 15:40:15 -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 update date and add rss 2023-07-26 15:32:20 -04:00
public@693f91dabd track blog generated output in git submodule 2023-07-26 15:40:15 -04:00
static add cast, tags 2023-07-24 23:54:51 -04:00
.gitignore track blog generated output in git submodule 2023-07-26 15:40:15 -04:00
.gitmodules track blog generated output in git submodule 2023-07-26 15:40:15 -04:00
config.yaml final first post 2023-07-26 15:18:06 -04:00
Makefile Add make target to download asciinema 2023-07-22 19:47:32 -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/