From 8b9bb9346c217874670b0f1798ab6f1cb28fdb83 Mon Sep 17 00:00:00 2001 From: Justin Gassner Date: Tue, 20 Feb 2024 12:01:07 +0100 Subject: Update --- _config.yaml | 20 +++++++++----------- 1 file changed, 9 insertions(+), 11 deletions(-) (limited to '_config.yaml') diff --git a/_config.yaml b/_config.yaml index 172c410..52c48eb 100644 --- a/_config.yaml +++ b/_config.yaml @@ -1,35 +1,30 @@ title: jxir's math pages -description: Desc +description: jxir's math pages source: . destination: /srv/http/ url: https://jxir.de -# baseurl: /masters-thesis permalink: /:basename:output_ext +# incremental: true + theme: just-the-docs plugins: - jekyll-include-cache - jekyll-scholar + - jekyll-sitemap defaults: - scope: - path: "pages" + path: pages values: layout: default -search: - tokenizer_separator: /[\s\-\u2013/]+/ - -# color_scheme: dark -# incremental: true - kramdown: input: GFMKatex - # parse_block_html: true math_engine: katex math_engine_opts: - output: "html" + output: html macros: "\\NN": "\\mathbb{N}" "\\ZZ": "\\mathbb{Z}" @@ -80,5 +75,8 @@ callouts: title: Axiom color: yellow +search: + tokenizer_separator: /[\s\-\u2013/]+/ + scholar: style: chicago-author-date -- cgit v1.2.3-54-g00ecf