Commit aca9977
Add RSS feed generation to static blog build (#227)
* Initial plan
* Add RSS feed generation support
Co-authored-by: SF-Zhou <7477599+SF-Zhou@users.noreply.github.com>
* Improve RSS generation with better error handling
Co-authored-by: SF-Zhou <7477599+SF-Zhou@users.noreply.github.com>
* Fix RSS date validation and use proper author element
Co-authored-by: SF-Zhou <7477599+SF-Zhou@users.noreply.github.com>
* Add RSS feed documentation to README
Co-authored-by: SF-Zhou <7477599+SF-Zhou@users.noreply.github.com>
* fix categoreis
---------
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: SF-Zhou <7477599+SF-Zhou@users.noreply.github.com>
Co-authored-by: SF-Zhou <sfzhou.scut@gmail.com>1 parent 51940a9 commit aca9977
3 files changed
+71
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
3 | 6 | | |
4 | 7 | | |
5 | 8 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
23 | 82 | | |
24 | 83 | | |
25 | 84 | | |
| |||
148 | 207 | | |
149 | 208 | | |
150 | 209 | | |
| 210 | + | |
| 211 | + | |
| 212 | + | |
| 213 | + | |
| 214 | + | |
151 | 215 | | |
152 | 216 | | |
153 | 217 | | |
| |||
0 commit comments