diff --git a/config.yml b/config.yml index d02f59b..8054715 100644 --- a/config.yml +++ b/config.yml @@ -6,18 +6,19 @@ pygmentsstyle: "monokai" pygmentscodefences: true pygmentscodefencesguesssyntax: true paginate: 3 + params: mode: "toggle" math: true mathjax: true katex: true -[[menu.main]] -name: "Home" -url: "/" -weight: 1 +menu: + main: + - name: "Home" + url: "/" + weight: 1 -[[menu.main]] -name: "About" -url: "/about" -weight: 3 \ No newline at end of file + - name: "About" + url: "/about" + weight: 3 \ No newline at end of file