hexo-theme-volantis 5.1.0 → 5.1.1

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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,12 @@
1
1
  # Changelog
2
2
 
3
+ ### [5.1.1](https://github.com/volantis-x/hexo-theme-volantis/compare/v5.1.0...v5.1.1) (2022-05-19)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * **#761:** overflow ([74e0d04](https://github.com/volantis-x/hexo-theme-volantis/commit/74e0d04a47d17c513f0d29ecaceb49b51d63ee18))
9
+
3
10
  ## [5.1.0](https://github.com/volantis-x/hexo-theme-volantis/compare/5.0.0...v5.1.0) (2022-05-19)
4
11
 
5
12
 
package/README.md CHANGED
@@ -3,6 +3,7 @@
3
3
  </p>
4
4
 
5
5
  [![](https://img.shields.io/npm/v/hexo-theme-volantis.svg?style=flat-square)](https://www.npmjs.com/package/hexo-theme-volantis)
6
+ [![Conventional Commits](https://img.shields.io/badge/Conventional%20Commits-1.0.0-%23FE5196?logo=conventionalcommits&logoColor=white)](https://www.conventionalcommits.org/zh-hans/v1.0.0/)
6
7
 
7
8
  ## Getting Started
8
9
 
package/_config.yml CHANGED
@@ -1,7 +1,6 @@
1
1
  ############################### Volantis ###############################
2
2
  info:
3
3
  theme_name: Volantis # This is theme's name.
4
- theme_version: '5.0.0-alpha.112' # This is theme's version.
5
4
  theme_docs: https://volantis.js.org/ # This is theme's URL.
6
5
  theme_repo: https://github.com/volantis-x/hexo-theme-volantis
7
6
  # Debug 调试模式
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "hexo-theme-volantis",
3
- "version": "5.1.0",
3
+ "version": "5.1.1",
4
4
  "description": "Elegant and powerful theme for Hexo.",
5
5
  "main": "package.json",
6
6
  "scripts": {
@@ -1,5 +1,7 @@
1
1
  'use strict';
2
2
 
3
+ const { version } = require('../../../package.json');
4
+
3
5
  function isObject(item) {
4
6
  return item && typeof item === 'object' && !Array.isArray(item);
5
7
  }
@@ -85,4 +87,5 @@ module.exports = hexo => {
85
87
  }
86
88
  }
87
89
  volantis_static_cdn(hexo.theme.config,hexo);
90
+ hexo.theme.config.info.theme_version = version;
88
91
  };
@@ -109,6 +109,8 @@ if hexo-config('comments.service')=='discuss' || hexo-config('comments.service')
109
109
  .blur#comments
110
110
  @supports (backdrop-filter: blur(20px))
111
111
  backdrop-filter: unset
112
+ #layoutHelper-comments
113
+ margin-bottom: 100px
112
114
 
113
115
  .shadow
114
116
  box-shadow: $boxshadow-card
@@ -66,7 +66,7 @@ pre
66
66
  article,aside,details,figcaption,figure,footer,hgroup,main,menu,nav,section,summary
67
67
  display: block
68
68
 
69
- article:not(#comments)
69
+ article
70
70
  overflow: hidden
71
71
 
72
72
  abbr[title]