~ra/decent-obsidian2site

fix: geolocation will not timeout and revert to manual entry
fix: search scoring bugs (i really should test things more)
fix: build did not include info.json

refs

master
browse  log 

clone

read-only
https://git.sr.ht/~ra/decent-obsidian2site
read/write
git@git.sr.ht:~ra/decent-obsidian2site

You can also use your local clone with git send-email.

#install

# install deno
curl -fsSL https://deno.land/install.sh | sh
# install decent-obsidian2site
deno install -A --name obsidian2site https://git.sr.ht/~ra/decent-obsidian2site/blob/master/cli.ts

#use

#serve

obsidian2site serve --input vault

#build

obsidian2site serve --input vault

#update

deno install -Af --name obsidian2site https://git.sr.ht/~ra/decent-obsidian2site/blob/master/cli.ts
Do not follow this link