paloma-jekyll 0.1.2 → 0.1.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/_config.yml +17 -0
- data/_layouts/default.html +5 -0
- data/assets/manifest.json +27 -0
- metadata +3 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 730915950f013490d7819414707de48ecb7417afdc197b86369e7813197849c8
|
4
|
+
data.tar.gz: e57fc41a6a521498ec83e5dfef7e61a5c938d1f68e7029fa12b2e4909a9b9ba4
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c2e45386ecd6dfc0d11a047ab65cb7af6571a69f1c5bb824dd21a3c3650eac6d42c39a82ae4eb940465bf1e0b92c83a7d185be6707c2e1a457fc152544fa66e9
|
7
|
+
data.tar.gz: 3b0b8b8100f653a3dfa9c6f98ae35317bc99c3c217ee0d9bf5209ac0717316ce06b60b543a2a26fc48c60477b17ff11c204dad2baae4afcdbf4382a62f6ead8a
|
data/_config.yml
CHANGED
@@ -8,3 +8,20 @@ navigation_header:
|
|
8
8
|
url: /
|
9
9
|
- title: docs
|
10
10
|
url: /docs/
|
11
|
+
|
12
|
+
logo: ""
|
13
|
+
title: "Paloma Jekyll"
|
14
|
+
short_name: ""
|
15
|
+
description: "Paloma Jekyll is a utilitarian theme for publishing your articles. "
|
16
|
+
lang: "en-US"
|
17
|
+
url: ""
|
18
|
+
|
19
|
+
favicons:
|
20
|
+
16: '/assets/logos/logo@16px.png'
|
21
|
+
32: '/assets/logos/logo@32px.png'
|
22
|
+
96: '/assets/logos/logo@96px.png'
|
23
|
+
120: '/assets/logos/logo@120px.png'
|
24
|
+
144: '/assets/logos/logo@144px.png'
|
25
|
+
180: '/assets/logos/logo@180px.png'
|
26
|
+
512: '/assets/logos/logo@512px.png'
|
27
|
+
1024: '/assets/logos/logo@1024px.png'
|
data/_layouts/default.html
CHANGED
@@ -2,7 +2,12 @@
|
|
2
2
|
<html lang="{{ site.lang | default: "en-US" }}">
|
3
3
|
|
4
4
|
<head>
|
5
|
+
<meta charset="utf-8">
|
6
|
+
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
|
5
7
|
<link rel="stylesheet" href="{{ "/assets/styles.css" | relative_url }}">
|
8
|
+
<link rel="manifest" href="{{ "/manifest.json" | relative_url }}">
|
9
|
+
<meta name="theme-color" content="{{ site.manifest.theme_color | default: '#242e2b' }}"/>
|
10
|
+
<title>{{ site.title }}</title>
|
6
11
|
</head>
|
7
12
|
|
8
13
|
<body>
|
@@ -0,0 +1,27 @@
|
|
1
|
+
---
|
2
|
+
permalink: "manifest.json"
|
3
|
+
layout: null
|
4
|
+
---
|
5
|
+
|
6
|
+
{
|
7
|
+
"short_name": "{{ site.short_name | default: site.title | replace: ' ', '' }}",
|
8
|
+
"name": "{{ site.title }}",
|
9
|
+
"description": "{{ site.description }}",
|
10
|
+
{% if site.favicons -%}
|
11
|
+
"icons": [
|
12
|
+
{% for icon in site.favicons -%}
|
13
|
+
{
|
14
|
+
"src": "{{ icon[1] | relative_url }}",
|
15
|
+
"sizes": "{{ icon[0] }}x{{ icon[0] }}"
|
16
|
+
}{% if forloop.last != true %},{% endif %}
|
17
|
+
{% endfor %}
|
18
|
+
],
|
19
|
+
{% endif -%}
|
20
|
+
"start_url": "/",
|
21
|
+
"display": "standalone",
|
22
|
+
"orientation": "portrait-primary",
|
23
|
+
"lang": "{{ site.lang | default: "en-US" }}",
|
24
|
+
"theme_color": "{{ site.manifest.theme_color | default: '#24292e' }}",
|
25
|
+
"background_color": "{{ site.manifest.background_color | default: '#ffffff' }}"
|
26
|
+
}
|
27
|
+
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: paloma-jekyll
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Ffyud
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2021-12-
|
11
|
+
date: 2021-12-27 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: jekyll
|
@@ -42,6 +42,7 @@ files:
|
|
42
42
|
- _sass/_rouge-highlighting.scss
|
43
43
|
- _sass/_theme.scss
|
44
44
|
- _sass/paloma-jekyll.scss
|
45
|
+
- assets/manifest.json
|
45
46
|
- assets/styles.scss
|
46
47
|
homepage: https://github.com/Ffyud/paloma-jekyll
|
47
48
|
licenses:
|