diff --git a/.github/workflows/contributors.yml b/.github/workflows/contributors.yml deleted file mode 100644 index 96cfafb80..000000000 --- a/.github/workflows/contributors.yml +++ /dev/null @@ -1,27 +0,0 @@ -name: Generate Contribute List -on: - push: - branches: - - master - workflow_dispatch: -jobs: - contrib-readme-job: - runs-on: ubuntu-latest - name: A job to automate contribute list in contributors.md file - steps: - - name: First Contribution Check - id: first-check - uses: sukki37/first-contribution-check-action@v1.0.0 - env: - GITHUB_TOKEN: ${{ secrets.CONTRIBUTORS_TOKEN }} - - name: Contribute List - uses: akhilmhdh/contributors-readme-action@master - if: ${{ steps.first-check.outputs.isNewContributor == 'true' }} - with: - readme_path: "contributors.md" - image_size: 100 - commit_message: ":busts_in_silhouette: Chore(contributor): contrib-readme-action has updated contributors.md" - committer_username: "github-actions[bot]" - committer_email: "github-actions[bot]@users.noreply.github.com" - env: - GITHUB_TOKEN: ${{ secrets.CONTRIBUTORS_TOKEN }} diff --git a/README.md b/README.md index e80260c82..930a55869 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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. @@ -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! +
Thanks to the authors of following resources included in the theme: diff --git a/README.zh-cn.md b/README.zh-cn.md index 2d64d25cc..e307eb6f6 100644 --- a/README.zh-cn.md +++ b/README.zh-cn.md @@ -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 @@ -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`。 @@ -143,14 +142,14 @@ FixIt 支持下列语言: **贡献时,请先通过此存储库上的问题讨论你希望进行的更改,然后再进行实际更改**。 -## [所有贡献者](contributors.md) - ## 镜像 - Gitee 镜像仓库: ## 致谢 +感谢 [所有贡献者](https://github.com/hugo-fixit/FixIt/graphs/contributors) 的支持! +
FixIt 主题中用到了以下项目,感谢它们的作者: diff --git a/assets/css/_shortcodes/_douyin.scss b/assets/css/_shortcodes/_douyin.scss index 091236fc7..d8a31aa4d 100644 --- a/assets/css/_shortcodes/_douyin.scss +++ b/assets/css/_shortcodes/_douyin.scss @@ -14,3 +14,11 @@ top: 0; } } + +@media only screen and (max-width: 680px) { + .douyin { + width: 92%; + margin-inline: 4%; + padding-bottom: 190%; + } +} diff --git a/assets/data/social.yml b/assets/data/social.yml index 720110245..42b3df1e9 100644 --- a/assets/data/social.yml +++ b/assets/data/social.yml @@ -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: diff --git a/contributors.md b/contributors.md deleted file mode 100644 index 7606fbf15..000000000 --- a/contributors.md +++ /dev/null @@ -1,330 +0,0 @@ -# Contributors-Readme -## [Contributors](https://github.com/hugo-fixit/FixIt/graphs/contributors) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - Lruihao -
- Cell -
-
- - dillonzq -
- Dillon -
-
- - Fastbyte01 -
- Giuseppe Pignataro -
-
- - Programazing -
- Christopher C. Johnson -
-
- - astropenguin -
- Akio Taniguchi -
-
- - DaveA-W -
- Dave A-W -
-
- - yureiita -
- Abdul Halim Daud -
-
- - psi59 -
- Sangil Park -
-
- - Fedomn -
- Frank Ma -
-
- - Mejituu -
- Mejituu -
-
- - ctj12461 -
- Justin Chen -
-
- - edte -
- Edte -
-
- - solarpowerinncr -
- Solarpowerinncr -
-
- - xueweiwujxw -
- Xuewei Wu -
-
- - youngxhui -
- Youngxhui -
-
- - Kapusch -
- Jean-Emmanuel BAILLAT -
-
- - 0x020B -
- N0tr00t -
-
- - dogukanerel -
- Doğukan Erel -
-
- - devandreacarratta -
- Andrea Carratta -
-
- - cmpsoares91 -
- Carlos Manuel Soares -
-
- - AutomationD -
- Dmitry Kireev -
-
- - thejayhaykid -
- Jake Hayes -
-
- - markdluethje -
- Mark-Daniel Lüthje -
-
- - mathieu-gilloots -
- Mathieu GILLOOTS -
-
- - NicoDreamzZ -
- Nico Rügheimer -
-
- - ramrodo -
- Rodolfo Martínez Vega -
-
- - SilkeHenderickx -
- Silke Henderickx -
-
- - stefanoginobili -
- Stefano Ginobili -
-
- - tlereste -
- Thibault Le Reste -
-
- - vanildosouto -
- Vanildo Souto Mangueira -
-
- - victor-pogor -
- Victor Pogor -
-
- - wtchangdm -
- W.T. Chang -
-
- - anup92k -
- Anup -
-
- - codedge -
- Holger Lösken -
-
- - hiifong -
- Hiifong -
-
- - nikusaikou -
- Niku -
-
- - onisuly -
- Onisuly -
-
- - quyleanh -
- Quy Le Anh -
-
- - sarathsp06 -
- Sarath Sadasivan Pillai -
-
- - tomaja-linuxo -
- Tomaja -
-
- - ziobron -
- Łukasz Ziobroń -
-
- - d-baer -
- D-baer -
-
- - -## Bots - - - - - - -
- - dependabot[bot] -
- dependabot[bot] -
-
- - github-actions[bot] -
- github-actions[bot] -
-
- \ No newline at end of file diff --git a/hugo.toml b/hugo.toml index fc3c7b68a..5ec0c0f92 100644 --- a/hugo.toml +++ b/hugo.toml @@ -422,10 +422,6 @@ enableEmoji = true # Footer config [params.footer] enable = true - # TODO remove in the future - # FixIt 0.2.17 | CHANGED Custom content (HTML format is supported) - # For advanced use, see parameter `params.customFilePath.footer` - custom = "" # whether to show copyright info copyright = true # whether to show the author @@ -776,14 +772,6 @@ enableEmoji = true # ["barber-shop", "big-counter", "bounce", "center-atom", "center-circle", "center-radar", "center-simple", # "corner-indicator", "fill-left", "flash", "flat-top", "loading-bar", "mac-osx", "material", "minimal"] theme = "minimal" - - # TODO remove in the future - # FixIt 0.2.17 | NEW Define custom file paths - # Create your custom files in site directory `layouts/partials/custom` and uncomment needed files below - [params.customFilePath] - # aside = "custom/aside.html" - # profile = "custom/profile.html" - # footer = "custom/footer.html" # FixIt 0.2.15 | NEW Developer options # Select the scope named `public_repo` to generate personal access token, diff --git a/layouts/partials/custom/aside.html b/layouts/partials/custom/aside.html deleted file mode 100644 index 7a275bebf..000000000 --- a/layouts/partials/custom/aside.html +++ /dev/null @@ -1 +0,0 @@ -{{- /* Custom aside html */ -}} diff --git a/layouts/partials/custom/footer.html b/layouts/partials/custom/footer.html deleted file mode 100644 index 08cc858a5..000000000 --- a/layouts/partials/custom/footer.html +++ /dev/null @@ -1,6 +0,0 @@ -{{- /* Custom footer html */ -}} -{{- with .Site.Params.footer.custom -}} - -{{- end -}} \ No newline at end of file diff --git a/layouts/partials/custom/profile.html b/layouts/partials/custom/profile.html deleted file mode 100644 index 6864fb1bf..000000000 --- a/layouts/partials/custom/profile.html +++ /dev/null @@ -1 +0,0 @@ -{{- /* Custom profile html at home page */ -}} diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html index 0506dedf2..1c9e13dc2 100644 --- a/layouts/partials/footer.html +++ b/layouts/partials/footer.html @@ -3,9 +3,6 @@ {{- if ne $footerConfig.enable false -}}