From d8a041ea3411bc3ffb5719c533fcbddf4c20d189 Mon Sep 17 00:00:00 2001 From: Timo Dahlenburg Date: Wed, 22 Apr 2026 16:22:28 +0200 Subject: [PATCH] Fix gitignore issue with hugo_stats.json Closes: #1 --- .gitignore | 1 + assets/css/styles.css | 1 + 2 files changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 348402e..d825077 100644 --- a/.gitignore +++ b/.gitignore @@ -4,6 +4,7 @@ resources/_gen/ # Hugo caches .hugo_build.lock +hugo_stats.json # Node.js node_modules/ diff --git a/assets/css/styles.css b/assets/css/styles.css index 24b9f3e..fe98878 100644 --- a/assets/css/styles.css +++ b/assets/css/styles.css @@ -1,5 +1,6 @@ @import 'tailwindcss'; @plugin "@tailwindcss/typography"; +@source "../notwatching/hugo_stats.json"; @import './shared/_fontawesome-free.css'; @import './shared/_pagination.css';