tauri-docs
tauri-docs copied to clipboard
feat: Tauri RSS feeds
- Closes #1845 #916
- What does this PR change? Add Blog RSS Feed
TODO: ~~- Commit pnpm lockfile~~
- Fix feed hour 00:00:00 -> maybe? https://github.com/simonhyll/tauri-by-simon/blob/main/src/pages/feed.xml.js
Is having the time as 00:00:00 a issue? The above solution may work but I'd like to keep it simple. Or maybe add it when more feeds are created, like docs.xml, for example.
Preview:
Deploy Preview for tauri-v2 ready!
Built without sensitive environment variables
| Name | Link |
|---|---|
| Latest commit | 6cdedd40ff4bfc86000ff518c5639fbedaa48519 |
| Latest deploy log | https://app.netlify.com/sites/tauri-v2/deploys/6632903ff4b1a50009f6b8bd |
| Deploy Preview | https://deploy-preview-1860--tauri-v2.netlify.app |
| Preview on mobile | Toggle QR Code...Use your smartphone camera to open QR code link. |
Lighthouse |
1 paths audited Performance: 100 (no change from production) Accessibility: 100 (no change from production) Best Practices: 100 (no change from production) SEO: 92 (no change from production) PWA: - View the detailed breakdown and full score reports |
To edit notification comments on pull requests, go to your Netlify site configuration.
New and removed dependencies detected. Learn more about Socket for GitHub ↗︎
| Package | New capabilities | Transitives | Size | Publisher |
|---|---|---|---|---|
| npm/@astrojs/[email protected] | None | +2 |
168 kB | fredkschott |
| npm/@types/[email protected] | None | +1 |
4.07 MB | types |
| npm/[email protected] | Transitive: environment, eval, filesystem, network, shell, unsafe | +347 |
59.1 MB | fredkschott |
| npm/[email protected] | environment Transitive: filesystem, shell | +7 |
637 kB | lovell |
| npm/[email protected] | Transitive: environment | +1 |
8.65 MB | antfu |
| npm/[email protected] | shell Transitive: environment, filesystem | +4 |
957 kB | steveukx |
| npm/[email protected] | None | 0 |
731 kB | gerrit0 |
| npm/[email protected] | Transitive: environment, filesystem, network | +10 |
20.1 MB | typedoc-bot |
| npm/[email protected] | None | 0 |
32 MB | typescript-bot |
🚮 Removed packages: npm/@astrojs/[email protected], npm/@types/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected]
oh, I forgot to actually create the RSS button that links to it, I'll get to it
