lggruspe / slipbox

A static site generator for Zettelkasten notes
https://lggruspe.github.io/slipbox
MIT License
57 stars 5 forks source link

index.html not generated by slipbox build command #19

Closed epogrebnyak closed 2 years ago

epogrebnyak commented 2 years ago

I have one index.md with two headers in my folder and after slipbox build I get a \public folder with artefacts, but no index.hrml. what can be wrong?

epogrebnyak commented 2 years ago
Q:\fresh\docs-src (master -> origin)
λ slipbox init
slipbox initialized in Q:\fresh\docs-src

Q:\fresh\docs-src (master -> origin)
λ slipbox build

Q:\fresh\docs-src (master -> origin)
λ cd public

Q:\fresh\docs-src\public (master -> origin)
λ ls
69edee39d8acbbb605eb5116c46c3a2eb6b2429f.png  app.min.js            favicon-16x16.png  images/
android-chrome-192x192.png                    apple-touch-icon.png  favicon-32x32.png  site.webmanifest
android-chrome-512x512.png                    assets/               favicon.ico        style.css
app.min.css                                   es5/                  graph/

Q:\fresh\docs-src\public (master -> origin)
λ ls index.html
ls: index.html: No such file or directory
lggruspe commented 2 years ago

a8c95843b77503b61f75aa1a8f1772b06acaa83a should fix this.

Note however that the project hasn't been thoroughly tested on Windows yet.