Go to file
2024-04-18 20:54:29 -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@2810706e99 update build 2024-04-18 20:54:29 -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 final first post 2023-07-26 15:18:06 -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