Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[pull] master from hugo-fixit:master #19

Merged
merged 7 commits into from
May 24, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 0 additions & 27 deletions .github/workflows/contributors.yml

This file was deleted.

9 changes: 4 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ To see this theme in action, here are some [live demo sites](https://fixit.lruih
- **Interactive data visualization** shortcode supported by [ECharts](https://echarts.apache.org/)
- **Mapbox** shortcode supported by [Mapbox GL JS](https://docs.mapbox.com/mapbox-gl-js)
- **Music player** shortcode supported by [APlayer](https://github.com/MoePlayer/APlayer) and [MetingJS](https://github.com/metowolf/MetingJS)
- **Bilibili player** shortcode
- **Bilibili player** and **Douyin player** shortcode
- Kinds of **admonitions** shortcode
- **Custom style** shortcode
- **Custom script** shortcode
Expand Down Expand Up @@ -123,14 +123,13 @@ FixIt supports the following languages:
- Russian
- Romanian
- Vietnamese
- Hindi
- [Contribute with a new language](https://github.com/hugo-fixit/FixIt/pulls)

[Languages Compatibility](https://fixit.lruihao.cn/documentation/basics/#language-compatibility)

## [Roadmap](https://github.com/hugo-fixit/FixIt/projects/1)

## [Changelog](/CHANGELOG.md)

## Questions, ideas, bugs, pull requests

All feedback is welcome! Head over to the [issues](https://github.com/hugo-fixit/FixIt/issues) or [discussions](https://github.com/hugo-fixit/FixIt/discussions) tracker.
Expand All @@ -143,10 +142,10 @@ Make sure that you follow [CODE_OF_CONDUCT.md](CODE_OF_CONDUCT.md) while contrib

**When contributing, please first discuss the change you wish to make via an issue on this repository before making the actual change**.

## [Contributors](contributors.md)

## Acknowledgements

Thanks to all the [contributors](https://github.com/hugo-fixit/FixIt/graphs/contributors) for their support!

<details>
<summary>Thanks to the authors of following resources included in the theme:</summary>

Expand Down
9 changes: 4 additions & 5 deletions README.zh-cn.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@
- 支持基于 [ECharts](https://echarts.apache.org/) 的**交互式数据可视化** shortcode
- 支持基于 [Mapbox GL JS](https://docs.mapbox.com/mapbox-gl-js) 的 **Mapbox** shortcode
- 支持基于 [APlayer](https://github.com/MoePlayer/APlayer) 和 [MetingJS](https://github.com/metowolf/MetingJS) 的**音乐播放器** shortcode
- 支持 **Bilibili 视频** shortcode
- 支持 **Bilibili 视频** 和 **抖音视频** shortcode
- 支持多种**注释**的 shortcode
- 支持**自定义样式**的 shortcode
- 支持**自定义脚本**的 shortcode
Expand Down Expand Up @@ -123,14 +123,13 @@ FixIt 支持下列语言:
- 俄语
- 罗马尼亚语
- 越南语
- 印地语
- [贡献一种新的语言](https://github.com/hugo-fixit/FixIt/pulls)

[语言兼容性](https://fixit.lruihao.cn/zh-cn/theme-documentation-basics/#language-compatibility)

## [路线图](https://github.com/hugo-fixit/FixIt/projects/1)

## [更新日志](/CHANGELOG.md)

## 问题、想法、bugs 和 PRs

所有的反馈都是欢迎的!详见 [议题](https://github.com/hugo-fixit/FixIt/issues) 或者 [讨论](https://github.com/hugo-fixit/FixIt/discussions) 或者加入 QQ 群:`814031017`。
Expand All @@ -143,14 +142,14 @@ FixIt 支持下列语言:

**贡献时,请先通过此存储库上的问题讨论你希望进行的更改,然后再进行实际更改**。

## [所有贡献者](contributors.md)

## 镜像

- Gitee 镜像仓库:<https://gitee.com/lruihao/FixIt>

## 致谢

感谢 [所有贡献者](https://github.com/hugo-fixit/FixIt/graphs/contributors) 的支持!

<details>
<summary>FixIt 主题中用到了以下项目,感谢它们的作者:</summary>

Expand Down
8 changes: 8 additions & 0 deletions assets/css/_shortcodes/_douyin.scss
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,11 @@
top: 0;
}
}

@media only screen and (max-width: 680px) {
.douyin {
width: 92%;
margin-inline: 4%;
padding-bottom: 190%;
}
}
6 changes: 3 additions & 3 deletions assets/data/social.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@ linkedin:
Icon:
Class: fa-brands fa-linkedin fa-fw

# 003: Twitter
# 003: Twitter (X)
twitter:
Weight: 3
Prefix: https://twitter.com/
Title: Twitter
Title: X
Icon:
Class: fa-brands fa-twitter fa-fw
Class: fa-brands fa-x-twitter fa-fw

# 004: Instagram
instagram:
Expand Down
Loading
Loading