+ { isRoot === true
+ ? undefined
+ :
child.isIndex) ? tree.path : false} class="vault-folder-title">{tree.name} }
+
+ {tree.children.sort(sortFoldersFirst).map((child) => (
+ child.type === "folder"
+ ?
+ :
+ {child.name.replace(/\.md$/i, '')}
+
+ ))}
+
\ No newline at end of file
diff --git a/nodsoft_moltenobsidian_web/src/consts.ts b/nodsoft_moltenobsidian_web/src/consts.ts
new file mode 100644
index 0000000..0cad5ee
--- /dev/null
+++ b/nodsoft_moltenobsidian_web/src/consts.ts
@@ -0,0 +1,5 @@
+// Place any global data in this file.
+// You can import this data from anywhere in your site by using the `import` keyword.
+
+export const SITE_TITLE = 'MoltenObsidian';
+// export const SITE_DESCRIPTION = 'Welcome to my website!';
diff --git a/nodsoft_moltenobsidian_web/src/env.d.ts b/nodsoft_moltenobsidian_web/src/env.d.ts
new file mode 100644
index 0000000..acef35f
--- /dev/null
+++ b/nodsoft_moltenobsidian_web/src/env.d.ts
@@ -0,0 +1,2 @@
+///