New Theme #10

Merged
joshuafhiggins merged 12 commits from newtheme into main 2024-03-16 14:06:11 +00:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit c4d7a37b2c - Show all commits

2
.gitignore vendored
View File

@@ -1,5 +1,5 @@
# Generated files by hugo # Generated files by hugo
/resources/ /resources
# Temporary lock file while building # Temporary lock file while building
/.hugo_build.lock /.hugo_build.lock

View File

@@ -3,7 +3,7 @@
"baseUrl": ".", "baseUrl": ".",
"paths": { "paths": {
"*": [ "*": [
"../themes/hugo-theme-stack/assets/*" "..\\themes\\hugo-theme-stack\\assets\\*"
] ]
} }
} }