Commit 7544770
feat: Add hexo-generator-feed to generate Atom feed (#1999)
This commit adds the `hexo-generator-feed` plugin to generate an Atom feed for the blog.
The following changes were made:
- Added `hexo-generator-feed` to `blog/package.json`.
- Configured the feed plugin in `blog/_config.yml` to generate an Atom feed at `atom.xml`.
- Updated the theme configuration in `blog/themes/freewill/_config.yml` to point to the new feed.
Co-authored-by: google-labs-jules[bot] <161369871+google-labs-jules[bot]@users.noreply.github.com>1 parent 1439c30 commit 7544770
File tree
4 files changed
+201
-1
lines changed- blog
- themes/freewill
4 files changed
+201
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
82 | 82 | | |
83 | 83 | | |
84 | 84 | | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| 13 | + | |
13 | 14 | | |
14 | 15 | | |
15 | 16 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
60 | | - | |
| 60 | + | |
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
0 commit comments