diff --git a/README.md b/README.md index 514fc20..16e2800 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,5 @@ # Newswire-themes-collection -## Motivation - 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. @@ -12,6 +10,12 @@ 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. +## Contribution + +- Edit `src/assets/themes.json`, add a theme info. +- Open a PR. +- 🎉 + ## 🧞 Commands All commands are run from the root of the project, from a terminal: diff --git a/src/components/Theme.astro b/src/components/Theme.astro index dc1c26c..e60c0e9 100644 --- a/src/components/Theme.astro +++ b/src/components/Theme.astro @@ -44,7 +44,11 @@ const buttonCls = class="text-slate-700 flex items-center hover:underline text-sm" href={author.url}>{author.name} - GitHub Repo stars + GitHub Repo stars

diff --git a/src/layouts/Layout.astro b/src/layouts/Layout.astro index 530f216..fbc6c6d 100644 --- a/src/layouts/Layout.astro +++ b/src/layouts/Layout.astro @@ -22,6 +22,21 @@ import Header from "./Header";