baseline hugo website

This commit is contained in:
2024-04-18 07:59:54 +02:00
parent da49f4f41a
commit 01b3ef8d5c
4 changed files with 59 additions and 0 deletions

9
makefile Normal file
View File

@@ -0,0 +1,9 @@
#!make
default: build
build:
hugo
run:
hugo server