chore: blind commit

This commit is contained in:
Sped0n
2023-11-04 19:05:08 +08:00
parent 8222f91e98
commit 90aa1ad480
4 changed files with 8 additions and 2 deletions

View File

@@ -5,6 +5,9 @@ on:
- main
workflow_dispatch:
permissions:
contents: write
jobs:
filter:
runs-on: ubuntu-latest

View File

@@ -1,3 +1,5 @@
# timeout
timeout = "1200s"
# your website url
baseURL = 'https://www.example.com/'
# website title

View File

@@ -3,7 +3,7 @@ description = "Bridget is a minimal Hugo theme designed for photographers / visu
# use bundled js and css
# * if you want to build the js and css from scratch, set this to false and run `npm install` and `npm run build`
# * tldr: set this to false if you want to develop and edit the js and css
bundled = true
bundled = false
# whether to use favicon resource links
# generate these with https://realfavicongenerator.net

View File

@@ -26,7 +26,8 @@
"hugo",
"theme",
"photography",
"typescript"
"typescript",
"sass"
],
"author": "spedon",
"license": "MIT",