monoholic 0.4.1 → 1.0.0
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/README.md +10 -8
- data/_includes/head.html +5 -0
- data/_includes/menu.html +1 -1
- data/_layouts/default.html +0 -8
- data/_sass/_variables.scss +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: '09d0ec3e3974a8105b53a6136e5c5e00b0155b2ee5a908783d8c3617c5ec1282'
|
|
4
|
+
data.tar.gz: f133cd4f4876245569900ef83fd5f370cb5d24a749a82be6dd43b91c17cc5f8c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 8633c097b7e69015516c23e64973e5b31a9682d4e1f19475540011a268cbdd13953148565f0af6d72e0baa5aa11bf1d5b6572b414ba7f62962e4ea32526e7846
|
|
7
|
+
data.tar.gz: f958ed4afe178c49f49b49986aa7b12732c75f699251ef249610263a0210c8f5c1da3790da4186c373e4c524db85371c2a550e98685a8fc34d06b4f3e07c619d
|
data/README.md
CHANGED
|
@@ -8,10 +8,6 @@
|
|
|
8
8
|
|
|
9
9
|
A minimal, monochrome dark Jekyll theme🧪
|
|
10
10
|
|
|
11
|
-
<h3 align="center"><a href="https://stiermid.github.io/monoholic">Try the demo out!</a></h3>
|
|
12
|
-
|
|
13
|
-

|
|
14
|
-
|
|
15
11
|
## Features
|
|
16
12
|
|
|
17
13
|
- Minimalist dark monochrome design
|
|
@@ -69,15 +65,21 @@ theme_config:
|
|
|
69
65
|
footer: true # Show/hide site footer (default: true)
|
|
70
66
|
```
|
|
71
67
|
|
|
72
|
-
###
|
|
68
|
+
### Fediverse Creator tag
|
|
73
69
|
|
|
74
|
-
Monoholic
|
|
70
|
+
Monoholic supports `fediverse:creator` meta tag:
|
|
75
71
|
|
|
76
72
|
```yaml
|
|
77
|
-
|
|
73
|
+
fediverse_creator: "@username@social.example.com"
|
|
74
|
+
```
|
|
75
|
+
|
|
76
|
+
Setting `fediverse_creator` tag appends following tag to the site's header:
|
|
77
|
+
|
|
78
|
+
```html
|
|
79
|
+
<meta name="fediverse:creator" content="@username@social.example.com">
|
|
78
80
|
```
|
|
79
81
|
|
|
80
|
-
|
|
82
|
+
[See Also](https://docs.joinmastodon.org/user/profile/#attribution)
|
|
81
83
|
|
|
82
84
|
### Menu Configuration
|
|
83
85
|
|
data/_includes/head.html
CHANGED
|
@@ -2,6 +2,11 @@
|
|
|
2
2
|
<meta charset="utf-8">
|
|
3
3
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
4
4
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
5
|
+
|
|
6
|
+
{%- if site.fediverse_creator -%}
|
|
7
|
+
<meta name="fediverse:creator" content="{{ site.fediverse_creator }}">
|
|
8
|
+
{%- endif -%}
|
|
9
|
+
|
|
5
10
|
{%- seo -%}
|
|
6
11
|
<link rel="preconnect" href="https://fonts.googleapis.com">
|
|
7
12
|
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
data/_includes/menu.html
CHANGED
data/_layouts/default.html
CHANGED
|
@@ -20,13 +20,5 @@
|
|
|
20
20
|
></script>
|
|
21
21
|
{% endfor %}
|
|
22
22
|
{% endif %}
|
|
23
|
-
|
|
24
|
-
{%- if site.goatcounter -%}
|
|
25
|
-
<script
|
|
26
|
-
data-goatcounter="https://{{ site.goatcounter }}.goatcounter.com/count"
|
|
27
|
-
async
|
|
28
|
-
src="//gc.zgo.at/count.js"
|
|
29
|
-
></script>
|
|
30
|
-
{%- endif -%}
|
|
31
23
|
</body>
|
|
32
24
|
</html>
|
data/_sass/_variables.scss
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: monoholic
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 1.0.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Agil Mammadov
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2026-06-
|
|
11
|
+
date: 2026-06-23 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: jekyll
|