diff --git a/.github/workflows/artifacts.yml b/.github/workflows/artifacts.yml index 5b9fda7..efbf534 100644 --- a/.github/workflows/artifacts.yml +++ b/.github/workflows/artifacts.yml @@ -5,6 +5,9 @@ on: - main workflow_dispatch: +permissions: + contents: write + jobs: filter: runs-on: ubuntu-latest diff --git a/exampleSite/config/_default/hugo.toml b/exampleSite/config/_default/hugo.toml index ba0e837..f9b9b72 100644 --- a/exampleSite/config/_default/hugo.toml +++ b/exampleSite/config/_default/hugo.toml @@ -1,3 +1,5 @@ +# timeout +timeout = "1200s" # your website url baseURL = 'https://www.example.com/' # website title diff --git a/exampleSite/config/_default/params.toml b/exampleSite/config/_default/params.toml index 571caf7..0b1176d 100644 --- a/exampleSite/config/_default/params.toml +++ b/exampleSite/config/_default/params.toml @@ -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 diff --git a/package.json b/package.json index 83a5206..679bdf0 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,8 @@ "hugo", "theme", "photography", - "typescript" + "typescript", + "sass" ], "author": "spedon", "license": "MIT",