added some flake templates.
This commit is contained in:
parent
9068858ee4
commit
fac5efd7b2
17 changed files with 448 additions and 0 deletions
16
templates/hugo/.gitignore
vendored
Normal file
16
templates/hugo/.gitignore
vendored
Normal file
|
@ -0,0 +1,16 @@
|
|||
# Generated files by hugo
|
||||
/public/
|
||||
/resources/_gen/
|
||||
/assets/jsconfig.json
|
||||
hugo_stats.json
|
||||
|
||||
# Executable may be added to repository
|
||||
hugo.exe
|
||||
hugo.darwin
|
||||
hugo.linux
|
||||
|
||||
# Temporary lock file while building
|
||||
/.hugo_build.lock
|
||||
|
||||
# for direnv
|
||||
.direnv
|
Loading…
Add table
Add a link
Reference in a new issue