Hugo Basic Example

This commit is contained in:
Alexandre Vicenzi 2020-02-10 19:39:06 +01:00
parent 6283825517
commit c094fefa84
19 changed files with 559 additions and 0 deletions

27
hugoBasicExample/.gitignore vendored Normal file
View file

@ -0,0 +1,27 @@
# Compiled Object files, Static and Dynamic libs (Shared Objects)
*.o
*.a
*.so
# Folders
_obj
_test
# Architecture specific extensions/prefixes
*.[568vq]
[568vq].out
*.cgo1.go
*.cgo2.c
_cgo_defun.c
_cgo_gotypes.go
_cgo_export.*
_testmain.go
*.exe
*.test
/public
/themes
.DS_Store