From a96d8ec708500b10cf48298213922b7dc0398d9a Mon Sep 17 00:00:00 2001 From: mjkwiatkowski Date: Sun, 21 Dec 2025 12:28:33 +0100 Subject: refactor: moved files from themes to layouts and static --- Makefile | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 Makefile (limited to 'Makefile') diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..48392b1 --- /dev/null +++ b/Makefile @@ -0,0 +1,13 @@ +# Configuration +NAME = main + +# Not associated with files +.PHONY: all clean + +# Clean rule +clean: + trash -f public data i18n assets archetypes + +all: + hugo + -- cgit v1.2.3