From 28876feb0ce5ea339fe0cb775751890f3ac339d3 Mon Sep 17 00:00:00 2001 From: Dawid Rycerz Date: Tue, 27 Jan 2026 21:44:06 +0100 Subject: Add Hugo site with PaperMod theme for Witryna testing Set up a basic Hugo site with sample posts and witryna.yaml configuration for testing the Witryna deployment tool. Co-Authored-By: Claude Opus 4.5 --- .gitignore | 20 ++++++-------------- 1 file changed, 6 insertions(+), 14 deletions(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 0299c7e..14ea4dd 100644 --- a/.gitignore +++ b/.gitignore @@ -1,15 +1,7 @@ -# ---> Hugo -# Generated files by hugo -/public/ -/resources/_gen/ -/assets/jsconfig.json -hugo_stats.json - -# Executable may be added to repository -hugo.exe -hugo.darwin -hugo.linux - -# Temporary lock file while building -/.hugo_build.lock +# Hugo build output +public/ +resources/ +# OS files +.DS_Store +Thumbs.db -- cgit v1.2.3