no-style-please2 0.9.0 → 0.9.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +9 -2
- data/_includes/head.html +1 -0
- data/_layouts/home.html +2 -1
- data/_sass/no-style-please.scss +12 -9
- 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: 0a414bf659d218a6172f51f2f94d2690ed5fcaa0cdfbb1ab86defce0f30d11f2
|
4
|
+
data.tar.gz: 765ae86a6dd407d9f599193cacf792e3d23ee15df877da5e52ec9fc2eba639d1
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 4e4ddcde05a6447b796245e22cc5a93c52993c757faca894006996decd41588d0e2deea863df4360defd614d757cf7948c9cc615ec5e89eb064281d93ee6a59b
|
7
|
+
data.tar.gz: 78f79386b22615140119143f94e6eb902c5a0cef3180ab6e585e9437c39e55d3dd33840f292ba5b365f290ddb3fd8b52238cc15f86fac30b765649ee87a6b63d
|
data/README.md
CHANGED
@@ -18,7 +18,14 @@ Inspired by [elly's site](http://tilde.town/~elly/) [riggraz](https://riggraz.de
|
|
18
18
|
ONLY textual contents of article will be encrypted ,the pictures will **NOT** be encrypted
|
19
19
|
|
20
20
|
|
21
|
-
####
|
21
|
+
#### Encrypt your post
|
22
|
+
|
23
|
+
|
24
|
+
> ✧ Using this [web tool, it's very convenient to complete the following tasks](https://vitock.github.io/jekyll-zeta/post/2024/12/30/ToolForEncryption.html)
|
25
|
+
|
26
|
+
|
27
|
+
|
28
|
+
|
22
29
|
1. generate your own public & private key to protect your password
|
23
30
|
```
|
24
31
|
ltectool g
|
@@ -98,7 +105,7 @@ And then execute:
|
|
98
105
|
|
99
106
|
Or install it yourself as:
|
100
107
|
|
101
|
-
$ gem install no-style-
|
108
|
+
$ gem install no-style-please2
|
102
109
|
|
103
110
|
### Customize the menu
|
104
111
|
|
data/_includes/head.html
CHANGED
@@ -7,6 +7,7 @@
|
|
7
7
|
<script type="text/x-mathjax-config">MathJax.Hub.Config({tex2jax: {inlineMath: [['$','$'], ['\\(','\\)']]}});</script>
|
8
8
|
<script type="text/javascript" async src="//cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-MML-AM_CHTML"></script>
|
9
9
|
{% endif %}
|
10
|
+
|
10
11
|
<title>
|
11
12
|
{%- if page.title -%}
|
12
13
|
{{ page.title }}
|
data/_layouts/home.html
CHANGED
data/_sass/no-style-please.scss
CHANGED
@@ -26,9 +26,9 @@ html { height: 100%; }
|
|
26
26
|
|
27
27
|
body {
|
28
28
|
color: black;
|
29
|
-
|
29
|
+
font-family: monospace;
|
30
30
|
font-size: 16px;
|
31
|
-
line-height: 1.
|
31
|
+
line-height: 1.4rem;
|
32
32
|
margin: 0;
|
33
33
|
min-height: 100%;
|
34
34
|
overflow-wrap: break-word;
|
@@ -68,23 +68,25 @@ table, th, td {
|
|
68
68
|
}
|
69
69
|
|
70
70
|
code {
|
71
|
-
|
72
|
-
|
73
|
-
|
74
|
-
|
75
|
-
|
71
|
+
|
72
|
+
color: #fff;
|
73
|
+
background: #334;
|
74
|
+
|
75
|
+
border-radius: 5px;
|
76
|
+
padding-left: 2px;
|
77
|
+
padding-right: 2px;
|
76
78
|
}
|
77
79
|
|
78
80
|
div.highlighter-rouge code {
|
79
81
|
display: block;
|
80
82
|
overflow-x: auto;
|
81
83
|
white-space: pre-wrap;
|
82
|
-
padding: 1rem;
|
84
|
+
padding: 1rem 1rem;
|
83
85
|
}
|
84
86
|
|
85
87
|
blockquote {
|
86
88
|
font-style: italic;
|
87
|
-
border: thin solid
|
89
|
+
border: thin solid #334;
|
88
90
|
padding: 1rem;
|
89
91
|
|
90
92
|
p { margin: 0; }
|
@@ -94,5 +96,6 @@ img {
|
|
94
96
|
max-width: 100%;
|
95
97
|
display: block;
|
96
98
|
margin: 0 auto;
|
99
|
+
width: 80%;
|
97
100
|
}
|
98
101
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: no-style-please2
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.9.
|
4
|
+
version: 0.9.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- vitock
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-12-
|
11
|
+
date: 2024-12-31 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: jekyll
|