Skip to content

Commit

Permalink
chore(merge main): patched commit → 24f749c
Browse files Browse the repository at this point in the history
  • Loading branch information
julien-deramond committed Mar 26, 2024
1 parent dc7ecfb commit e0a7a7a
Show file tree
Hide file tree
Showing 20 changed files with 724 additions and 259 deletions.
9 changes: 9 additions & 0 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,15 @@
"unicorn/no-array-for-each": "off"
}
},
{
"files": [
"site/assets/js/**"
],
"parserOptions": {
"sourceType": "module",
"ecmaVersion": 2020
}
},
{
"files": [
"**/*.md"
Expand Down
7 changes: 5 additions & 2 deletions hugo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ security:
getenv:
- ^HUGO_
- NETLIFY
gotemplates:
allowActionJSTmpl: true

markup:
goldmark:
Expand All @@ -21,6 +19,9 @@ markup:
startLevel: 2
endLevel: 6

build:
noJSConfigInAssets: true

buildDrafts: true
buildFuture: true

Expand All @@ -44,6 +45,8 @@ module:
target: layouts
- source: site/static
target: static
- source: node_modules/@docsearch/css
target: assets/scss/@docsearch/css
- source: site/static/docs/5.3/assets/img/favicons/apple-touch-icon.png
target: static/apple-touch-icon.png
- source: site/static/docs/5.3/assets/img/favicons/favicon.ico
Expand Down
Loading

0 comments on commit e0a7a7a

Please sign in to comment.