diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..ccfb68f --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +# Output folder +/public diff --git a/config.toml b/config.toml index f2223ae..851226a 100644 --- a/config.toml +++ b/config.toml @@ -20,6 +20,13 @@ taxonomies = [ theme = "serene" +# TODO: when the following issue is fixed, use this: +# https://github.com/getzola/zola/issues/2677 +ignored_static = [ + #"*/typst-auto-render.js", + #"*/c2bda2230c7262de9e2a.wasm", +] + [markdown] # Code highlighting highlight_code = true diff --git a/public/.gitignore b/public/.gitignore deleted file mode 100644 index d6b7ef3..0000000 --- a/public/.gitignore +++ /dev/null @@ -1,2 +0,0 @@ -* -!.gitignore diff --git a/static/js/c2bda2230c7262de9e2a.wasm b/static/js/c2bda2230c7262de9e2a.wasm new file mode 100644 index 0000000..e69de29 diff --git a/static/js/typst-auto-render.js b/static/js/typst-auto-render.js new file mode 100644 index 0000000..e69de29