this repo has no description
2
fork

Configure Feed

Select the types of activity you want to include in your feed.

feat(curve): add kalpana to production

it generates backlinks and indexs in a more reliable way

+5 -2
+5 -2
home/profiles/sync/kitaab/default.nix
··· 8 8 PATH=/run/current-system/sw/bin:/etc/profiles/per-user/anish/bin: 9 9 cd /home/anish/kitaab 10 10 vimwiki tags rebuild 11 - python3 poonam/main.py generateindexs 12 - python3 poonam/main.py generatebacklinks 11 + # python3 poonam/main.py generateindexs 12 + # python3 poonam/main.py generatebacklinks 13 + pushd kalpana/ 14 + fennel main.fnl 15 + popd 13 16 git add -A ./vimwiki/ 14 17 git diff-index --quiet HEAD || git commit -m 'syncing kitaab' # if nothing, don't exit 1 15 18 git push