Skip to content

Commit 891fc59

Browse files
committed
Merge commit '9d14103f77a38ea59428ee47f0d37a72f8b52b97'
2 parents 06d4bbd + 9d14103 commit 891fc59

421 files changed

Lines changed: 15575 additions & 6452 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.editorconfig

Lines changed: 0 additions & 11 deletions
This file was deleted.

.eslintignore

Lines changed: 0 additions & 4 deletions
This file was deleted.

.eslintrc.json

Lines changed: 0 additions & 31 deletions
This file was deleted.

.github/dependabot.yml

Lines changed: 0 additions & 11 deletions
This file was deleted.

.github/workflows/codeql-analysis.yml

Lines changed: 0 additions & 62 deletions
This file was deleted.

.github/workflows/node.js-ci.yml

Lines changed: 0 additions & 34 deletions
This file was deleted.

.github/workflows/pages.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ name: Deploy Hugo site to Pages
44
on:
55
# Runs on pushes targeting the default branch
66
push:
7-
branches: ["main"]
7+
branches: ["site"]
88

99
# Allows you to run this workflow manually from the Actions tab
1010
workflow_dispatch:
@@ -30,7 +30,7 @@ jobs:
3030
build:
3131
runs-on: ubuntu-latest
3232
env:
33-
HUGO_VERSION: 0.99.0
33+
HUGO_VERSION: 0.128.2
3434
steps:
3535
- name: Install Hugo CLI
3636
run: |

.gitignore

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
1-
node_modules
21
package-lock.json
32
public
43
resources
5-
.netlify
64
.hugo_build.lock
7-
package-lock.json

.markdownlint-cli2.jsonc

Lines changed: 0 additions & 11 deletions
This file was deleted.

.stylelintignore

Lines changed: 0 additions & 3 deletions
This file was deleted.

0 commit comments

Comments
 (0)