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