no-style-please2 0.6.3 → 0.6.4

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: fa8226cf58f6c533381fd1bcffd79481fdb8cf1bfa49465ef9ae9244d2007fc1
4
- data.tar.gz: 69fecda2ef047fe95500fc9ee0e2e73fece71a3b027a3097a79ab5e05d42a583
3
+ metadata.gz: 61155ac7861814ea5fdffd4e1b1e8553bdfae3113a069420ddf5d2ee5ddfaade
4
+ data.tar.gz: a19fd31c13c425ba7d47bcc4d871a6e2b0779cf1539ea651e717b32ad7873862
5
5
  SHA512:
6
- metadata.gz: 59c344eb30f5eb30d48ef31f8374733d481bb3938564ef54d3b3531ee711aa5fcd5a17f9132ba7f8a0c9efd5a5a84c2578aca0546aac0258ce6a87bd816fdb45
7
- data.tar.gz: 3b43362ba6735a2bc3c8cb65b3bc2cf444088fbdbbfc9c01d93376b876e3b65f1f8fd9352345cc7b79f0e6680d06cb570697394cc53c04f1a70649079dde2578
6
+ metadata.gz: 15a05c9cab8c51a8a8966443bf5f893c8c935a2f5b30bf5d8821142bdad445ba5a61cb779089c9dbddb6135452dae43e924a9d7c630b338876d7f8025edb5328
7
+ data.tar.gz: 363e661c5b701d8422c9d0c145b54daa3bd6b51672dcc90fda8ca0664ddc32c14f32e8576dc7ebad163c94132f98e364cb039ca75fa75c63e60fdbf2afa94cc7
data/_config.yml CHANGED
@@ -18,15 +18,15 @@ theme_config:
18
18
  date_format: "%Y-%m-%d" # customize how date is formatted
19
19
  show_description: false # show blog description in home page
20
20
  encrypt_title: "Content is Encryped :)"
21
- encrypt_clear_btn: "清空缓存密码"
22
- decrypt_btn: 解密
23
- encrypt_btn: 重新加密
21
+ # encrypt_clear_btn: "清空缓存密码"
22
+ # decrypt_btn: 解密
23
+ # encrypt_btn: 重新加密
24
24
  tag_showall: true
25
25
  all_tags_path: tags
26
26
  all_tags_title: All Tags
27
- archive_date_format: "%Y-%m"
27
+ archive_date_format: "%Y"
28
28
  archive_title_date_format: "%m-%d"
29
- tags_layout_style: 'flat' # flat auto list
29
+ tags_layout_style: 'auto' # flat auto list
30
30
 
31
31
  #
32
32
  # forbid_cache_password: true
@@ -35,6 +35,7 @@ theme_config:
35
35
 
36
36
  sass:
37
37
  style: :compressed
38
+ sourcemap: "never"
38
39
 
39
40
  plugins:
40
41
  - no-style-please2-plugins
@@ -28,7 +28,7 @@
28
28
  !function(){
29
29
 
30
30
  {%- capture prefix0 %} {{page.url |default: "no-style-please2" }} {% endcapture -%}
31
- {%- capture prefix %} {{prefix0 | strip }} {% endcapture -%}
31
+ {%- capture prefix %}{{prefix0 | strip }}{% endcapture -%}
32
32
 
33
33
  const preFix = "{{prefix}}"
34
34
  var encryptedContent = '{{ content | contentEncrypt:page, prefix}}'
@@ -94,4 +94,9 @@ img {
94
94
  max-width: 100%;
95
95
  display: block;
96
96
  margin: 0 auto;
97
+ }
98
+
99
+ a{
100
+ text-decoration: none;
101
+ color: royalblue;
97
102
  }
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.6.3
4
+ version: 0.6.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - vitock
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-05-19 00:00:00.000000000 Z
11
+ date: 2022-05-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll