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';