Add initial hugo site

This commit is contained in:
2022-10-08 01:11:53 -03:00
parent 9e04fa0d81
commit 407cda8335
7 changed files with 45 additions and 0 deletions

8
.gitignore vendored Normal file
View File

@ -0,0 +1,8 @@
# Do not commit hugo site builds to the repository
public
# Do not commit generated files to the repository
resources/_gen/
# Ignore hugo build lock file
.hugo_build.lock