mirror of
https://github.com/Sped0n/bridget.git
synced 2026-04-14 10:09:31 -07:00
chore: blind commit
This commit is contained in:
3
.github/workflows/artifacts.yml
vendored
3
.github/workflows/artifacts.yml
vendored
@@ -5,6 +5,9 @@ on:
|
|||||||
- main
|
- main
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
||||||
|
permissions:
|
||||||
|
contents: write
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
filter:
|
filter:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|||||||
@@ -1,3 +1,5 @@
|
|||||||
|
# timeout
|
||||||
|
timeout = "1200s"
|
||||||
# your website url
|
# your website url
|
||||||
baseURL = 'https://www.example.com/'
|
baseURL = 'https://www.example.com/'
|
||||||
# website title
|
# website title
|
||||||
|
|||||||
@@ -3,7 +3,7 @@ description = "Bridget is a minimal Hugo theme designed for photographers / visu
|
|||||||
# use bundled js and css
|
# 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`
|
# * 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
|
# * 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
|
# whether to use favicon resource links
|
||||||
# generate these with https://realfavicongenerator.net
|
# generate these with https://realfavicongenerator.net
|
||||||
|
|||||||
@@ -26,7 +26,8 @@
|
|||||||
"hugo",
|
"hugo",
|
||||||
"theme",
|
"theme",
|
||||||
"photography",
|
"photography",
|
||||||
"typescript"
|
"typescript",
|
||||||
|
"sass"
|
||||||
],
|
],
|
||||||
"author": "spedon",
|
"author": "spedon",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
|
|||||||
Reference in New Issue
Block a user