Skip to content

Commit

Permalink
feat: Tauri RSS feeds (tauri-apps#1860)
Browse files Browse the repository at this point in the history
  • Loading branch information
vasfvitor committed Jun 24, 2024
1 parent ec0fe3b commit b728a50
Show file tree
Hide file tree
Showing 7 changed files with 1,181 additions and 602 deletions.
1 change: 1 addition & 0 deletions astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ export default defineConfig({
discord: 'https://discord.com/invite/tauri',
twitter: 'https://twitter.com/TauriApps',
mastodon: 'https://fosstodon.org/@TauriApps',
rss: `${site}/rss`,
},
components: {
SiteTitle: 'src/components/overrides/SiteTitle.astro',
Expand Down
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@
"preview": "astro preview"
},
"dependencies": {
"@astrojs/markdown-remark": "^4.2.1",
"@astrojs/starlight": "^0.20.1",
"@astrojs/rss": "^4.0.5",
"@astrojs/markdown-remark": "^5.0.0",
"@astrojs/starlight": "^0.22.0",
"@types/json-schema": "^7.0.15",
Expand Down
Loading

0 comments on commit b728a50

Please sign in to comment.