Skip to content

Commit

Permalink
Merge pull request #358 from dillonzq/develop
Browse files Browse the repository at this point in the history
  • Loading branch information
dillonzq committed May 13, 2020
2 parents 23a52ef + 3fe5c29 commit e260870
Show file tree
Hide file tree
Showing 117 changed files with 1,258 additions and 622 deletions.
4 changes: 4 additions & 0 deletions README.md
Expand Up @@ -112,6 +112,7 @@ I hope you will LoveIt ❤️!
* **Custom style** shortcode
* **Animated typing** supported by [TypeIt](https://typeitjs.com/)
* **Dynamic scroll** supported by [Smooth Scroll](https://github.com/cferdinandi/smooth-scroll)
* **Cookie consent banner** supported by [cookieconsent](https://github.com/osano/cookieconsent)
* ...

## [Documentation](https://hugoloveit.com/categories/documentation/)
Expand All @@ -135,6 +136,8 @@ LoveIt supports the following languages:
* Spanish
* German
* Serbian
* Russian
* Romanian
* [Contribute with a new language](https://github.com/dillonzq/LoveIt/pulls)

[Languages Compatibility](https://hugoloveit.com/theme-documentation-basics/#language-compatibility)
Expand Down Expand Up @@ -174,6 +177,7 @@ Thanks to the authors of following resources included in the theme:
* [MetingJS](https://github.com/metowolf/MetingJS)
* [Gitalk](https://github.com/gitalk/gitalk)
* [Valine](https://valine.js.org/)
* [cookieconsent](https://github.com/osano/cookieconsent)

## Author

Expand Down
4 changes: 4 additions & 0 deletions README.zh-cn.md
Expand Up @@ -107,6 +107,7 @@
* 支持**自定义样式**的 shortcode
* 支持基于 [TypeIt](https://typeitjs.com/)**打字动画** shortcode
* 支持基于 [Smooth Scroll](https://github.com/cferdinandi/smooth-scroll)**滚动动画**
* 支持基于 [cookieconsent](https://github.com/osano/cookieconsent)**Cookie 许可横幅**
* ...

## [文档](https://hugoloveit.com/zh-cn/categories/documentation/)
Expand All @@ -130,6 +131,8 @@ LoveIt 支持下列语言:
* 西班牙语
* 德语
* 塞尔维亚语
* 俄语
* 罗马尼亚语
* [贡献一种新的语言](https://github.com/dillonzq/LoveIt/pulls)

[语言兼容性](https://hugoloveit.com/zh-cn/theme-documentation-basics/#language-compatibility)
Expand Down Expand Up @@ -169,6 +172,7 @@ LoveIt 主题中用到了以下项目,感谢它们的作者:
* [MetingJS](https://github.com/metowolf/MetingJS)
* [Gitalk](https://github.com/gitalk/gitalk)
* [Valine](https://valine.js.org/)
* [cookieconsent](https://github.com/osano/cookieconsent)

## 作者

Expand Down
1 change: 1 addition & 0 deletions assets/css/_core/_base.scss
Expand Up @@ -48,6 +48,7 @@ body {
@import "../_partial/icon";
@import "../_partial/details";
@import "../_partial/fixed-button";
@import "../_partial/cookieconsent";

img {
@include object-fit(contain);
Expand Down
9 changes: 8 additions & 1 deletion assets/css/_core/_media.scss
Expand Up @@ -51,7 +51,14 @@

.page {
width: 100%;
padding-top: $page-padding-top-mobile;

[header-mobile] & {
padding-top: $header-height;
}

[header-mobile=normal] & {
padding-top: 0;
}

.categories-card {
.card-item {
Expand Down
1 change: 0 additions & 1 deletion assets/css/_mixin/_index.scss
@@ -1,5 +1,4 @@
@import "_compatibility";
@import "_link";
@import "_blur";
@import "_summary";
@import "_details";
101 changes: 0 additions & 101 deletions assets/css/_mixin/_summary.scss

This file was deleted.

0 comments on commit e260870

Please sign in to comment.