Initial commit: Hugo blog with PaperMod theme
All checks were successful
Build and Deploy Hugo Blog / build (push) Successful in 5m0s
All checks were successful
Build and Deploy Hugo Blog / build (push) Successful in 5m0s
This commit is contained in:
24
.gitignore
vendored
Normal file
24
.gitignore
vendored
Normal file
@@ -0,0 +1,24 @@
|
||||
# Hugo
|
||||
/public/
|
||||
/resources/
|
||||
.hugo_build.lock
|
||||
hugo_stats.json
|
||||
|
||||
# Node
|
||||
node_modules/
|
||||
package-lock.json
|
||||
|
||||
# IDE
|
||||
.vscode/
|
||||
.idea/
|
||||
*.swp
|
||||
*.swo
|
||||
*~
|
||||
|
||||
# OS
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
|
||||
# Backups
|
||||
*.bak
|
||||
*.tmp
|
||||
Reference in New Issue
Block a user