Skip to content

Commit 2fdd36d

Browse files
authored
Update dependencies and toolchains (#22)
* Migrate to recent Zola * yarn -> pnpm * Update dependencies and migrate styles * TOKEN -> GITHUB_TOKEN
1 parent a3bdfda commit 2fdd36d

File tree

8 files changed

+2178
-1846
lines changed

8 files changed

+2178
-1846
lines changed

.github/workflows/gh-pages.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
uses: shalzz/zola-deploy-action@master
2020
env:
2121
BUILD_DIR: .
22-
TOKEN: ${{ secrets.TOKEN }}
22+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2323
BUILD_ONLY: true
2424
build_and_deploy:
2525
runs-on: ubuntu-latest
@@ -36,4 +36,4 @@ jobs:
3636
env:
3737
PAGES_BRANCH: gh-pages
3838
BUILD_DIR: .
39-
TOKEN: ${{ secrets.TOKEN }}
39+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

config.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ default_language = 'en'
66
compile_sass = true
77
minify_html = true
88

9-
generate_feed = true
9+
generate_feeds = true
1010
build_search_index = false
1111

1212
ignored_content = []

package.json

+12-11
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,19 @@
11
{
22
"dependencies": {
3-
"@fontsource/gothic-a1": "^4.5.9",
4-
"@fontsource/inter": "^4.5.14",
5-
"@fontsource/jetbrains-mono": "^4.5.11",
6-
"bulma": "^0.9.3",
7-
"katex": "^0.15.1",
8-
"vega": "^5.21.0",
9-
"vega-embed": "^6.20.5",
10-
"vega-lite": "^5.2.0"
3+
"@fontsource/gothic-a1": "^5.0.12",
4+
"@fontsource/inter": "^5.0.18",
5+
"@fontsource/jetbrains-mono": "^5.0.20",
6+
"bulma": "^1.0.1",
7+
"katex": "^0.16.10",
8+
"vega": "^5.30.0",
9+
"vega-embed": "^6.25.0",
10+
"vega-lite": "^5.19.0",
11+
"vega-themes": "^2.15.0"
1112
},
1213
"devDependencies": {
13-
"copy-webpack-plugin": "^10.2.0",
14-
"webpack": "^5.65.0",
15-
"webpack-cli": "^4.9.1"
14+
"copy-webpack-plugin": "^12.0.2",
15+
"webpack": "^5.92.1",
16+
"webpack-cli": "^5.1.4"
1617
},
1718
"scripts": {
1819
"build": "webpack --mode=production --node-env=production",

0 commit comments

Comments
 (0)