Add Hugo static site with homepage, resume, and blog sections
This commit is contained in:
19
.gitignore
vendored
Normal file
19
.gitignore
vendored
Normal file
@@ -0,0 +1,19 @@
|
||||
# Hugo generated files
|
||||
/public/
|
||||
/resources/_gen/
|
||||
/bin/
|
||||
|
||||
# OS files
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
|
||||
# Editor files
|
||||
*.swp
|
||||
*.swo
|
||||
*~
|
||||
|
||||
# Hugo cache
|
||||
.hugo_build.lock
|
||||
|
||||
# Downloaded archives
|
||||
*.tar.gz
|
||||
Reference in New Issue
Block a user