rewrote website with leptos
This commit is contained in:
parent
f3a6e1c8a5
commit
b274a41939
78 changed files with 3853 additions and 2397 deletions
|
|
@ -20,7 +20,7 @@ fn main() {
|
|||
|
||||
let metadata = MetadataList::process_folder(dir, true);
|
||||
|
||||
let json = match metadata.to_json() {
|
||||
let json = match metadata.to_pretty_json() {
|
||||
Ok(json) => json,
|
||||
Err(e) => {
|
||||
eprintln!("failed to serialize json: {e}");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue