Update colors and version

This commit is contained in:
Andros Fenollosa 2021-10-16 09:07:11 +02:00
parent 0f759b8a02
commit c6599235ad
20 changed files with 31 additions and 12 deletions

View File

@ -63,3 +63,21 @@ java -jar rsspaper-{version}-standalone.jar
Great 🎉. You already have your 📰 own Static RSS Newspaper 📰.
That's it, now you just have to open `dist/index.html`.
## Dev
### Build
```sh
make build
```
### Run
```sh
lein run
```
### Make new theme
You can copy any theme hosted on `resources/themes`.

View File

@ -1,4 +1,4 @@
(defproject rsspaper "1.1.6"
(defproject rsspaper "1.1.7"
:description "RSSpaper"
:url "https://github.com/tanrax/RSSpaper"
:license {:name "EPL-2.0 OR GPL-2.0-or-later WITH Classpath-exception-2.0"

View File

@ -13,8 +13,8 @@
<link rel="apple-touch-icon" href="static/img/icons/apple-icon-180.png">
<meta name="apple-mobile-web-app-capable" content="yes">
<!-- ios support -->
<meta name="apple-mobile-web-app-status-bar" content="#fff" />
<meta name="theme-color" content="#db4938" />
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
<meta name="theme-color" content="#5e81ac" />
<!-- End PWA -->
<!-- Opengraph -->
<meta property="og:image" content="img/screenshot.png">

Binary file not shown.

Before

Width:  |  Height:  |  Size: 27 KiB

After

Width:  |  Height:  |  Size: 2.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 14 KiB

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 26 KiB

After

Width:  |  Height:  |  Size: 2.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 55 KiB

After

Width:  |  Height:  |  Size: 3.7 KiB

View File

@ -1,7 +1,7 @@
{
"name": "RSSPAPER",
"short_name": "RSSPAPER",
"theme_color": "#ffffff",
"theme_color": "#5e81ac",
"icons": [
{
"src": "manifest-icon-192.png",
@ -18,5 +18,5 @@
],
"start_url": "..",
"display": "standalone",
"background_color": "#ffffff"
"background_color": "#5e81ac"
}

View File

@ -14,7 +14,8 @@
<meta name="apple-mobile-web-app-capable" content="yes">
<!-- ios support -->
<meta name="apple-mobile-web-app-status-bar" content="#fff" />
<meta name="theme-color" content="#db4938" />
<meta name="apple-mobile-web-app-status-bar-style" content="default">
<meta name="theme-color" content="#f9f7f1" />
<!-- End PWA -->
<!-- Opengraph -->
<meta property="og:image" content="img/screenshot.png">

Binary file not shown.

Before

Width:  |  Height:  |  Size: 27 KiB

After

Width:  |  Height:  |  Size: 2.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 14 KiB

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 26 KiB

After

Width:  |  Height:  |  Size: 2.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 55 KiB

After

Width:  |  Height:  |  Size: 3.7 KiB

View File

@ -1,7 +1,7 @@
{
"name": "RSSPAPER",
"short_name": "RSSPAPER",
"theme_color": "#ffffff",
"theme_color": "#f9f7f1",
"icons": [
{
"src": "manifest-icon-192.png",
@ -18,5 +18,5 @@
],
"start_url": "..",
"display": "standalone",
"background_color": "#ffffff"
"background_color": "#f9f7f1"
}

View File

@ -13,8 +13,8 @@
<link rel="apple-touch-icon" href="static/img/icons/apple-icon-180.png">
<meta name="apple-mobile-web-app-capable" content="yes">
<!-- ios support -->
<meta name="apple-mobile-web-app-status-bar" content="#fff" />
<meta name="theme-color" content="#db4938" />
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
<meta name="theme-color" content="#e5d5c2" />
<!-- End PWA -->
<!-- Opengraph -->
<meta property="og:image" content="img/screenshot.png">

Binary file not shown.

Before

Width:  |  Height:  |  Size: 27 KiB

After

Width:  |  Height:  |  Size: 2.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 14 KiB

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 26 KiB

After

Width:  |  Height:  |  Size: 2.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 55 KiB

After

Width:  |  Height:  |  Size: 3.7 KiB

View File

@ -1,7 +1,7 @@
{
"name": "RSSPAPER",
"short_name": "RSSPAPER",
"theme_color": "#fcead5",
"theme_color": "#e5d5c2",
"icons": [
{
"src": "manifest-icon-192.png",
@ -18,5 +18,5 @@
],
"start_url": "..",
"display": "standalone",
"background_color": "#fcead5"
"background_color": "#e5d5c2"
}