about summary refs log tree commit diff homepage
path: root/.builds/franklin.jl
blob: c09054078e904d974f5e2ec820377c1400b18cc2 (plain) (blame)
1
2
3
4
5
6
import Pkg
Pkg.instantiate()

using Franklin
optimize(clear=true, minify=false, no_fail_prerender=false,
         suppress_errors=false, fail_on_warning=true)