Update colors and version
18
README.md
|
@ -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`.
|
|
@ -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"
|
||||
|
|
|
@ -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">
|
||||
|
|
Before Width: | Height: | Size: 27 KiB After Width: | Height: | Size: 2.9 KiB |
Before Width: | Height: | Size: 14 KiB After Width: | Height: | Size: 1.3 KiB |
Before Width: | Height: | Size: 26 KiB After Width: | Height: | Size: 2.5 KiB |
Before Width: | Height: | Size: 55 KiB After Width: | Height: | Size: 3.7 KiB |
|
@ -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"
|
||||
}
|
||||
|
|
|
@ -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">
|
||||
|
|
Before Width: | Height: | Size: 27 KiB After Width: | Height: | Size: 2.9 KiB |
Before Width: | Height: | Size: 14 KiB After Width: | Height: | Size: 1.3 KiB |
Before Width: | Height: | Size: 26 KiB After Width: | Height: | Size: 2.5 KiB |
Before Width: | Height: | Size: 55 KiB After Width: | Height: | Size: 3.7 KiB |
|
@ -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"
|
||||
}
|
||||
|
|
|
@ -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">
|
||||
|
|
Before Width: | Height: | Size: 27 KiB After Width: | Height: | Size: 2.9 KiB |
Before Width: | Height: | Size: 14 KiB After Width: | Height: | Size: 1.3 KiB |
Before Width: | Height: | Size: 26 KiB After Width: | Height: | Size: 2.5 KiB |
Before Width: | Height: | Size: 55 KiB After Width: | Height: | Size: 3.7 KiB |
|
@ -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"
|
||||
}
|
||||
|
|