Skip to content

Commit

Permalink
Add hugo_stats.json
Browse files Browse the repository at this point in the history
There seem to be an issue with the first server build when no such file exists.

See gohugoio/hugo#11264
  • Loading branch information
bep committed Jul 18, 2023
1 parent aff6bf7 commit 18c98b9
Show file tree
Hide file tree
Showing 2 changed files with 55 additions and 1 deletion.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
node_modules/
public/
resources/
hugo_stats.json
.hugo_build.lock
55 changes: 55 additions & 0 deletions hugo_stats.json
Original file line number Diff line number Diff line change
@@ -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"
]
}
}

0 comments on commit 18c98b9

Please sign in to comment.