Go to file
2024-07-05 02:05:55 -04:00
archetypes move up hugo to root 2023-07-22 19:34:17 -04:00
content add shortcode for collapsable section 2024-07-05 02:05:55 -04:00
layouts add shortcode for collapsable section 2024-07-05 02:05:55 -04:00
public@094b566f7e Update asciinema and hugo version 2024-06-27 10:02:29 -04:00
static Update asciinema and hugo version 2024-06-27 10:02:29 -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 asciinema and hugo version 2024-06-27 10:02:29 -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