The sole purpose of me creating this page is to make it easier for people (mainly me) to install and try out different themes without having to manually download the theme and place it in the themes folder.
This is a fan project and not affiliated with netnewswire in any way.
All themes have been searched from the Internet, and we list their authors and original source, Some themes have to be zipped for supporting one-click download function.
- Edit
src/assets/themes.json
, add a theme info. - Open a PR.
- 🎉
- https://github.com/joodaloop/NetNewsWire-themes
- https://github.com/ChangJun2019/elegant-nnw
- https://github.com/stuartbreckenridge/NNWThemesBroadsheet
- https://github.com/stuartbreckenridge/Illinois
- https://github.com/curly210102/NNWThemesSspai
- https://github.com/lkhrs/nnw-minutes
- https://github.com/jsit/serif-gazette
- https://github.com/mikerhodes/nnw-allmine
- https://github.com/criphc/nnw-theme
All commands are run from the root of the project, from a terminal:
Command | Action |
---|---|
yarn install |
Installs dependencies |
yarn run dev |
Starts local dev server at localhost:4321 |
yarn run build |
Build your production site to ./dist/ |
yarn run preview |
Preview your build locally, before deploying |
yarn run astro ... |
Run CLI commands like astro add , astro check |
yarn run astro -- --help |
Get help using the Astro CLI |