From ae7718685a641fde1989f45decc992f65b2f7079 Mon Sep 17 00:00:00 2001 From: zwbetz Date: Tue, 2 Apr 2019 20:52:20 -0500 Subject: Address theme.toml todos. Change post date --- exampleSite/content/post/katex-math-typesetting/index.md | 2 +- theme.toml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/exampleSite/content/post/katex-math-typesetting/index.md b/exampleSite/content/post/katex-math-typesetting/index.md index dc9a8b5..d4a368e 100644 --- a/exampleSite/content/post/katex-math-typesetting/index.md +++ b/exampleSite/content/post/katex-math-typesetting/index.md @@ -1,6 +1,6 @@ --- title: "Katex Math Typesetting" -date: 2019-04-02 +date: 2019-03-28 tags: [katex, math, typesetting, hugo] --- diff --git a/theme.toml b/theme.toml index c7e2809..928ceb7 100644 --- a/theme.toml +++ b/theme.toml @@ -3,8 +3,8 @@ license = "CC BY 4.0" licenselink = "https://creativecommons.org/licenses/by/4.0/" description = "Cayman is a clean, responsive theme for Hugo, ported from the original Jekyll Caymen Theme." homepage = "https://github.com/zwbetz-gh/cayman-hugo-theme" -tags = ["todo"] -features = ["todo"] +tags = ["blog", "clean", "katex", "color configuration"] +features = ["blog", "clean", "katex", "color configuration"] min_version = "0.54.0" [author] -- cgit v1.2.3