Skip to content

Commit ccf2d09

Browse files
committed
Merge branch 'main' of https://github.com/Gavin-WangSC/c13n
2 parents 58af49b + dbb8518 commit ccf2d09

File tree

448 files changed

+20528
-2173
lines changed

Some content is hidden

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

448 files changed

+20528
-2173
lines changed

.github/workflows/auto-publisher.yml

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,12 @@ on:
55
workflow_call:
66
push:
77
paths:
8-
- 'src/**'
9-
- '**.py'
10-
- '**.md'
11-
- '**.c'
12-
- '**.ltx'
8+
- "src/content/blog/**"
9+
- "**.py"
10+
- "**.md"
11+
- "**.c"
12+
- "**.ltx"
13+
- "**.tex"
1314

1415
jobs:
1516
publish_article:
@@ -31,12 +32,12 @@ jobs:
3132
run: cc -v
3233

3334
- name: Publish Individual Post
34-
run: python3 make.py post
35+
run: python3 scripts/make.py post
3536

3637
- name: Publish Batch Monthly
3738
run: |
3839
mkdir -p ./public/batch
39-
python3 make.py batch
40+
python3 scripts/make.py batch
4041
4142
- name: Commit and Push Changes
4243
env:

.github/workflows/auto-writer.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Compose New Article
2020
env:
2121
DS_APIKEY: ${{ secrets.DS_APIKEY }}
22-
run: python3 writer.py
22+
run: python3 scripts/writer.py
2323

2424
- name: Commit and Push Changes
2525
env:

.gitignore

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ pnpm-debug.log*
2121
# macOS-specific files
2222
.DS_Store
2323

24-
# VSCode word count files
2524
._wordcount_selection.tex
26-
2725
.tmp/
26+
__pycache__/

package.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"@astrojs/check": "^0.5.10",
1818
"@astrojs/mdx": "^2.3.1",
1919
"@astrojs/rss": "^4.0.11",
20-
"@astrojs/sitemap": "^3.3.0",
20+
"@astrojs/sitemap": "^3.4.0",
2121
"@astrojs/tailwind": "^5.1.5",
2222
"@fontsource/inter": "^5.2.5",
2323
"@fontsource/lora": "^5.2.5",
@@ -29,12 +29,13 @@
2929
"eslint": "^8.57.1",
3030
"eslint-plugin-astro": "^0.32.0",
3131
"eslint-plugin-jsx-a11y": "^6.10.2",
32-
"katex": "^0.16.21",
32+
"katex": "^0.16.22",
3333
"rehype-katex": "^7.0.1",
3434
"remark-math": "^6.0.0",
3535
"sharp": "^0.33.5",
3636
"tailwind-merge": "^2.6.0",
3737
"tailwindcss": "^3.4.17",
38-
"typescript": "^5.8.2"
39-
}
38+
"typescript": "^5.8.3"
39+
},
40+
"packageManager": "[email protected]+sha512.0486e394640d3c1fb3c9d43d49cf92879ff74f8516959c235308f5a8f62e2e19528a65cdc2a3058f587cde71eba3d5b56327c8c33a97e4c4051ca48a10ca2d5f"
4041
}

pnpm-lock.yaml

Lines changed: 459 additions & 453 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Binary file not shown.
305 KB
Binary file not shown.
273 KB
Binary file not shown.
308 KB
Binary file not shown.
308 KB
Binary file not shown.

0 commit comments

Comments
 (0)