about summary refs log tree commit diff homepage
path: root/.builds/franklin.jl
diff options
context:
space:
mode:
authorNguyễn Gia Phong <mcsinyx@disroot.org>2021-12-28 23:13:42 +0700
committerNguyễn Gia Phong <mcsinyx@disroot.org>2021-12-28 23:18:06 +0700
commit89bb239365bdfdef8827251748e6a36d741fdf63 (patch)
tree713c95eaa3beccd0616a1f25753e7dd6b022bf42 /.builds/franklin.jl
parentc111dacfdef7624bef023341b6f3a0b88b830ab3 (diff)
downloadsite-89bb239365bdfdef8827251748e6a36d741fdf63.tar.gz
Fix all HTML and RSS compliance issues (hopefully!)
Diffstat (limited to '.builds/franklin.jl')
-rw-r--r--.builds/franklin.jl6
1 files changed, 6 insertions, 0 deletions
diff --git a/.builds/franklin.jl b/.builds/franklin.jl
new file mode 100644
index 0000000..c090540
--- /dev/null
+++ b/.builds/franklin.jl
@@ -0,0 +1,6 @@
+import Pkg
+Pkg.instantiate()
+
+using Franklin
+optimize(clear=true, minify=false, no_fail_prerender=false,
+         suppress_errors=false, fail_on_warning=true)