From 18c98b91298b292dce631df102f01a41ce337c82 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Erik=20Pedersen?= Date: Tue, 18 Jul 2023 18:05:10 +0200 Subject: [PATCH] Add hugo_stats.json There seem to be an issue with the first server build when no such file exists. See https://github.com/gohugoio/hugo/issues/11264 --- .gitignore | 1 - hugo_stats.json | 55 +++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 55 insertions(+), 1 deletion(-) create mode 100644 hugo_stats.json diff --git a/.gitignore b/.gitignore index e6e75de..401e286 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,4 @@ node_modules/ public/ resources/ -hugo_stats.json .hugo_build.lock \ No newline at end of file diff --git a/hugo_stats.json b/hugo_stats.json new file mode 100644 index 0000000..ac2cef9 --- /dev/null +++ b/hugo_stats.json @@ -0,0 +1,55 @@ +{ + "htmlElements": { + "tags": [ + "a", + "article", + "blockquote", + "body", + "button", + "code", + "div", + "em", + "h1", + "h2", + "h3", + "head", + "html", + "li", + "link", + "meta", + "ol", + "p", + "pre", + "strong", + "title", + "ul" + ], + "classes": [ + "bg-[green]", + "container", + "highlight", + "lg:mx-auto", + "lg:prose-xl", + "my-10", + "p-4", + "prose", + "px-4", + "text-4xl" + ], + "ids": [ + "block-elements", + "blockquotes", + "code", + "code-blocks", + "emphasis", + "headers", + "links", + "lists", + "overview", + "paragraphs-and-line-breaks", + "philosophy", + "span-elements", + "this-is-a-header" + ] + } +} \ No newline at end of file