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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 31940b0c8a705c64cab919daccb6dc915abbbfde6bc285a5d98c4489c1f6caaf
4
- data.tar.gz: e574b7847b53a4c8ba85b8f05bc9a9e8eb707a3c590efdf3c9a17125fd07532c
3
+ metadata.gz: 0a414bf659d218a6172f51f2f94d2690ed5fcaa0cdfbb1ab86defce0f30d11f2
4
+ data.tar.gz: 765ae86a6dd407d9f599193cacf792e3d23ee15df877da5e52ec9fc2eba639d1
5
5
  SHA512:
6
- metadata.gz: a8c196d08edd074df4b2153411233456c2e73b2a86f42f33ae61f8eb4e311a24237a1ab757ce742f40062c5e6bc1e8140dd127581d9abb03004590e63d3abbe3
7
- data.tar.gz: 1628ace63e55094056a08e44c9a913445291667e1a495b95a1ff67f308046acb29407dbf688e5828005686d88f625e86f12742573a6231cbc311cb58d178bd83
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
- #### how to encrypt your post
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-please
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
@@ -10,4 +10,5 @@ layout: default
10
10
 
11
11
  {%-include menu_item.html collection=site.data.menu.entries-%}
12
12
 
13
- {{ content }}
13
+ {{ content }}
14
+ <img src="https://queue.simpleanalyticscdn.com/noscript.gif" alt="" referrerpolicy="no-referrer-when-downgrade"/>
@@ -26,9 +26,9 @@ html { height: 100%; }
26
26
 
27
27
  body {
28
28
  color: black;
29
- // font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
29
+ font-family: monospace;
30
30
  font-size: 16px;
31
- line-height: 1.6;
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
- color: black;
72
- background: gray;
73
- // border-radius: 2px;
74
- // padding-left: 2px;
75
- // padding-right: 2px;
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 black;
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.0
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-28 00:00:00.000000000 Z
11
+ date: 2024-12-31 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll