muni-town / weird-legacy

Local-first webpage generator
https://weird-test.krivah.me/
31 stars 7 forks source link

Initial Zola integration #30

Closed krivahtoo closed 1 year ago

sinistersnare commented 1 year ago

Running yarn tauri dev after trying out this branch gives me:

thread 'main' panicked at 'could not build zola site: Zola(Failed to open file /Users/davis/Library/Application Support/weird/template/config.toml

Caused by:
    No such file or directory (os error 2))', src/server.rs:198:7

I guess it hasnt had the chance to add the config.toml at this point? It happens due to the Site::new call in create_new_site for me.