diff --git a/README-EN.md b/README-EN.md index 8310d5d1..100d1df3 100644 --- a/README-EN.md +++ b/README-EN.md @@ -1,6 +1,6 @@ [![MtF-Wiki][logo-long]][wiki-url] -Mirror:[mtfwiki.cn](https://mtfwiki.cn/)、[mtfwiki.com](https://mtfwiki.com) +Mirror:[mtfwiki.cn](https://mtfwiki.cn)、[mtfwiki.com](https://mtfwiki.com) # Welcome to **MtF Wiki** @@ -56,7 +56,7 @@ If you would like to cite this GitHub repo, you can use the bibtex below: [![Discord](https://img.shields.io/badge/MtF%20Wiki-%232CA5E0?style=flat-square&logo=discord)](https://233.plus/discord) -email: mtfwiki@estela.cn +Email: mtf@kuaer.club And through GitHub issues. diff --git a/README-ES.md b/README-ES.md index 44dfac7d..0ebf2191 100644 --- a/README-ES.md +++ b/README-ES.md @@ -1,6 +1,6 @@ [![MtF-Wiki][logo-long]][wiki-url] -[mtfwiki.cn](https://mtfwiki.cn/)、[mtfwiki.com](https://mtfwiki.com) +[mtfwiki.cn](https://mtfwiki.cn)、[mtfwiki.com](https://mtfwiki.com) # Welcome to **MtF Wiki** @@ -56,7 +56,7 @@ Si quieres citar este GitHub repo, puedes usar el bibtex: [![Discord](https://img.shields.io/badge/MtF%20Wiki-%232CA5E0?style=flat-square&logo=discord)](https://233.plus/discord) -email: mtfwiki@estela.cn +Email: mtf@kuaer.club Y GitHub issues. diff --git a/README-T.md b/README-T.md index 7ea3a8f3..fad30297 100644 --- a/README-T.md +++ b/README-T.md @@ -1,6 +1,6 @@ [![MtF-Wiki][logo-long]][wiki-url] -镜像站:[mtfwiki.cn](https://mtfwiki.cn/)、[mtfwiki.com](https://mtfwiki.com) +镜像站:[mtfwiki.cn](https://mtfwiki.cn)、[mtfwiki.com](https://mtfwiki.com) # Welcome to **MtF Wiki** @@ -57,7 +57,7 @@ MtF Wiki 致力於成為一個免費開放且持續更新的跨性別知識整 [![Discord](https://img.shields.io/badge/MtF%20Wiki-%232CA5E0?style=flat-square&logo=discord)](https://233.plus/discord) -email: mtfwiki@estela.cn +Email: mtf@kuaer.club [logo-long]: ./static/new/mtf-wiki-long.svg [wiki-url]: https://mtf.wiki diff --git a/README.md b/README.md index 8036f4f3..11d258c3 100644 --- a/README.md +++ b/README.md @@ -57,7 +57,7 @@ MtF Wiki 致力于成为一个免费开放且持续更新的跨性别知识整 Discord: [![Discord][badge-discord]](https://233.plus/discord) -Email: +Email: [badge-discord]: https://img.shields.io/discord/883004164760801320?style=flat-square [badge-stars]: https://img.shields.io/github/stars/mtf-wiki/MtF-Wiki.svg?style=social&label=Stars diff --git a/assets/customize.js b/assets/customize.js index 79bcc1bf..995f8d61 100644 --- a/assets/customize.js +++ b/assets/customize.js @@ -1,10 +1,7 @@ -document.addEventListener('click', (event) => { - const link = event.target.closest('a'); - if (link === null || link.tagName !== 'A') return; +document.querySelectorAll('a[href]').forEach((link) => { + if (!/^https?:$/.test(link.protocol)) return; if (link.hostname === location.hostname) return; - event.preventDefault(); - event.stopPropagation(); - open(link.href); + link.target = '_blank'; }); document.querySelectorAll('a[data-email]').forEach((element) => { diff --git a/config/_default/config.toml b/config/_default/config.toml index f38d6a5d..525d7aff 100644 --- a/config/_default/config.toml +++ b/config/_default/config.toml @@ -6,7 +6,7 @@ defaultContentLanguage = "zh-cn" defaultContentLanguageInSubdir = true hasCJKLanguage = true -copyright = "© {year} MtF Wiki. All Rights Reserved" +copyright = "© 2020-{year} MtF Wiki. All Rights Reserved" timeout = 10000 enableEmoji = true enableRobotsTXT = true diff --git a/config/_default/params.toml b/config/_default/params.toml index 97b045be..5685ebd3 100644 --- a/config/_default/params.toml +++ b/config/_default/params.toml @@ -31,7 +31,7 @@ taxoPaginate = 13 taxoGroupByDate = "2006" # "2006-01": group by month, "2006": group by year enableContactUs = true -email = "mtfwiki@estela.cn" +email = "mtf@kuaer.club" github = "https://github.com/mtf-wiki/MtF-Wiki" @@ -65,7 +65,7 @@ commento = false appKey = '你的appKey' notify = false # mail notifier , https://github.com/xCss/Valine/wiki verify = false # Verification code - avatar = 'mm' + avatar = 'mm' placeholder = '说点什么吧...' visitor = false diff --git a/content/en/_index.md b/content/en/_index.md index 261f6711..d6ec9e0b 100644 --- a/content/en/_index.md +++ b/content/en/_index.md @@ -34,14 +34,13 @@ footer: link: https://github.com/mtf-wiki - title: Discord link: https://233.plus/discord - - title: e-mail - link: mailto:mtfwiki@estela.cn + - title: Email + link: mailto:mtf@kuaer.club contents: align: left applySinglePageCss: true - markdown: - | -

MtF Wiki

-

Copyright © 2020-2021 MtF Wiki. All rights reserved.

+ markdown: > +

MtF Wiki

+

Copyright © 2020-2022 MtF Wiki. All rights reserved.

If you can remember my name, if you can all remember my name, maybe I or "we", will be able to live freely one day.
--- diff --git a/content/en/about.md b/content/en/about.md index 7d7f1647..47599c2e 100644 --- a/content/en/about.md +++ b/content/en/about.md @@ -1,54 +1,52 @@ --- title: "About us" description: "MtF Wiki is committed to becoming a free, open, and continuously updated transgender knowledge integration site." -date: 2021-06-01T22:27:01+08:00 -draft: false weight: 0 --- # About -![MtF-Wiki](./new/mtf-wiki-long.svg) +![MtF-Wiki](/new/mtf-wiki-long.svg) {{}} is committed to becoming a free, open, and continuously updated transgender knowledge integration site. -Project GitHub Repo:[mtf-wiki/MtF-Wiki](https://github.com/mtf-wiki/MtF-Wiki/) - Website of the project:[MtF.Wiki](https://mtf.wiki/) - Sync mirror:[mtfwiki.cn](https://mtfwiki.cn/) (sync per 30 mins), [mtfwiki.com](https://mtfwiki.com/) +Project GitHub Repo:[mtf-wiki/MtF-Wiki](https://github.com/mtf-wiki/MtF-Wiki) + Website of the project:[MtF.Wiki](https://mtf.wiki) + Sync mirror:[mtfwiki.cn](https://mtfwiki.cn) (sync per 30 mins), [mtfwiki.com](https://mtfwiki.com) ## Core maintainer -Founder: **Kenchiu** +Founder: {{< gh-profile "kenchiu233" >}} - **Coelacanthus(Celeste)**  email: coelacanthus@outlook.comemailcoelacanthus@outlook.com +{{< gh-profile "CoelacanthusHex" >}}  Maintainance of code and site - **Promontana(Estela)**   email: i@estela.cnemaili@estela.cn +{{< gh-profile "saeziae" >}}  Chinese editor of Shanghai. Translator - **Joanna**  email: llh721113@outlook.comemailllh721113@outlook.com +{{< gh-profile "llh721113" >}}  Chinese editor of Beijing - **Septs**  email: mtfwiki@septs.emailemailmtfwiki@septs.email +{{< gh-profile "septs" >}}  Thanks goes to these GitHub contributors: -

    -

    +{{< gh-contributors >}} and other lovely guys who give us help and information. - - ## Contact -Through Discord +Through Discord [![Discord][shields-discord]](https://233.plus/discord) -Through GitHub Issues +Through GitHub [![GitHub issues][shields-github]](https://github.com/mtf-wiki/MtF-Wiki/issues/new) -Via e-mail email: mtfwiki@estela.cnemailmtfwiki@estela.cn +Via Email + +[shields-discord]: https://img.shields.io/discord/883004164760801320?style=flat-square +[shields-github]: https://img.shields.io/github/issues/mtf-wiki/MtF-Wiki?style=flat-square ## Acknowledgement @@ -58,7 +56,7 @@ Many materials were referred to during the process of writing this project, we w --- -[![CC](https://i.creativecommons.org/l/by-sa/4.0/88x31.png)](https://creativecommons.org/licenses/by-sa/4.0/) +[![CC](https://i.creativecommons.org/l/by-sa/4.0/88x31.png)](https://creativecommons.org/licenses/by-sa/4.0) [hugo-url]: https://github.com/gohugoio/hugo [zdoc-url]: https://github.com/zzossig/hugo-theme-zdoc diff --git a/content/es/_index.md b/content/es/_index.md index b54ae2fa..ab526b7f 100644 --- a/content/es/_index.md +++ b/content/es/_index.md @@ -1,8 +1,6 @@ --- title: MtF Wiki description: MtF Wiki, un lugar que podría echar una mano a mujeres trans. -date: 2020-10-29T04:15:05+08:00 -draft: false landing: height: 500 image: new/mtf-wiki-square.svg @@ -34,12 +32,13 @@ footer: link: https://github.com/mtf-wiki - title: Discord link: https://233.plus/discord + - title: Email + link: mailto:mtf@kuaer.club contents: align: left applySinglePageCss: true - markdown: - | -

    MtF Wiki

    -

    Copyright © 2020-2021 MtF Wiki. All rights reserved.

    + markdown: > +

    MtF Wiki

    +

    Copyright © 2020-2022 MtF Wiki. All rights reserved.

    Si puedes recordar mi nombre, si todos podéis recordarlo, tal vez yo o «nosotras», un día, vivamos libres.
    --- diff --git a/content/es/about.md b/content/es/about.md index f5b7d412..5579e9f7 100644 --- a/content/es/about.md +++ b/content/es/about.md @@ -1,8 +1,6 @@ --- title: "Acerca de nosotras" description: "La MtF Wiki se compromete a ser un sitio de integración de conocimientos transgénero gratuito , abierto y continuamente actualizado," -date: 2021-06-01T22:27:01+08:00 -draft: false weight: 0 --- @@ -10,44 +8,43 @@ weight: 0 La {{}} se compromete a ser un sitio de integración de conocimientos transgénero gratuito , abierto y continuamente actualizado, - GitHub Repo del proyecto:[mtf-wiki/MtF-Wiki](https://github.com/mtf-wiki/MtF-Wiki/) - Sitio del proyecto:[MtF.Wiki](https://mtf.wiki/) -Espejo sinc.:[mtfwiki.cn](https://mtfwiki.cn/) (sinc. cada 30 mins), [mtfwiki.com](https://mtfwiki.com/) + GitHub Repo del proyecto:[mtf-wiki/MtF-Wiki](https://github.com/mtf-wiki/MtF-Wiki) + Sitio del proyecto:[MtF.Wiki](https://mtf.wiki) +Espejo sinc.:[mtfwiki.cn](https://mtfwiki.cn) (sinc. cada 30 mins), [mtfwiki.com](https://mtfwiki.com) ## Mantenedores -Fundadora: **Kenchiu** +Fundadora: {{< gh-profile "kenchiu233" >}} - **Coelacanthus(Celeste)**  email: coelacanthus@outlook.comemailcoelacanthus@outlook.com +{{< gh-profile "CoelacanthusHex" >}}  Maintainance of code and site - **Promontana(Estela)**   email: i@estela.cnemaili@estela.cn +{{< gh-profile "saeziae" >}}  Editora china en Shanghái, traductora - **Joanna**  email: llh721113@outlook.comemailllh721113@outlook.com +{{< gh-profile "llh721113" >}}  Editora china en Pekín - **Septs**  email: mtfwiki@septs.emailemailmtfwiki@septs.email - +{{< gh-profile "septs" >}}  Gracias a los contribuyentes de GitHub: -

      -

      +{{< gh-contributors >}} y los otros queridos que nos dan ayuda y información. - - ## Contacto -Por Discord +Por Discord [![Discord][shields-discord]](https://233.plus/discord) -Por GitHub Issues +Por GitHub [![GitHub issues][shields-github]](https://github.com/mtf-wiki/MtF-Wiki/issues/new) -Por correo electrónico email: mtfwiki@estela.cnemailmtfwiki@estela.cn +Por correo electrónico + +[shields-discord]: https://img.shields.io/discord/883004164760801320?style=flat-square +[shields-github]: https://img.shields.io/github/issues/mtf-wiki/MtF-Wiki?style=flat-square ## Agradecimiento diff --git a/content/zh-cn/_index.md b/content/zh-cn/_index.md index d966be8a..c5ef2be1 100644 --- a/content/zh-cn/_index.md +++ b/content/zh-cn/_index.md @@ -1,8 +1,6 @@ --- title: MtF Wiki description: MtF Wiki -date: 2020-10-26T04:15:05+08:00 -draft: false landing: height: 700 image: new/mtf-wiki-square.svg @@ -41,6 +39,6 @@ footer: applySinglePageCss: true markdown: >

      MtF Wiki

      -

      Copyright © 2020-2021 MtF Wiki. All rights reserved.

      +

      Copyright © 2020-2022 MtF Wiki. All rights reserved.

      如果你能记住我的名字,如果你们都能记住我的名字,也许我或者“我们”,终有一天能自由地生存着。
      --- diff --git a/content/zh-cn/about.md b/content/zh-cn/about.md index f1d8c6bc..54c41ca7 100644 --- a/content/zh-cn/about.md +++ b/content/zh-cn/about.md @@ -1,8 +1,6 @@ --- title: "关于我们" description: "MtF Wiki 致力于成为一个免费开放且持续更新的跨性别女生知识整合站点" -date: 2021-06-01T22:27:01+08:00 -draft: false weight: 0 --- @@ -20,8 +18,7 @@ weight: 0 ## 主要人员 -{{< gh-profile "kenchiu233" >}} -创始人 +创始人:{{< gh-profile "kenchiu233" >}} {{< gh-profile "CoelacanthusHex" >}}  站点与代码维护 diff --git a/content/zh-cn/docs/campus/_index.md b/content/zh-cn/docs/campus/_index.md index 045ecd75..d3bd3daa 100644 --- a/content/zh-cn/docs/campus/_index.md +++ b/content/zh-cn/docs/campus/_index.md @@ -5,5 +5,5 @@ collapsible: true --- {{< notice info "友情链接:大学生活质量指北" >}} -民间有对各个大学的生活质量的问卷结果可以[在此](https://colleges.chat/)查阅 +民间有对各个大学的生活质量的问卷结果可以[在此](https://colleges.chat)查阅 {{< /notice >}} diff --git a/content/zh-hant/_index.md b/content/zh-hant/_index.md index 40defa3b..34eae3d4 100644 --- a/content/zh-hant/_index.md +++ b/content/zh-hant/_index.md @@ -1,8 +1,6 @@ --- title: MtF Wiki description: MtF Wiki -date: 2020-10-26T04:15:05+08:00 -draft: false landing: height: 500 image: new/mtf-wiki-square.svg @@ -34,14 +32,13 @@ footer: link: https://github.com/mtf-wiki - title: Discord link: https://233.plus/discord - - title: e-mail - link: mailto:mtfwiki@estela.cn + - title: Email + link: mailto:mtf@kuaer.club contents: align: left applySinglePageCss: true - markdown: - | -

      MtF Wiki

      -

      Copyright © 2020-2021 MtF Wiki. All rights reserved.

      + markdown: > +

      MtF Wiki

      +

      Copyright © 2020-2022 MtF Wiki. All rights reserved.

      如果你能記住我的名字,如果你們都能記住我的名字,也許我或者“我們”,終有一天能自由地生存著。
      --- diff --git a/content/zh-hant/about.md b/content/zh-hant/about.md index 7280da70..5eab8f96 100644 --- a/content/zh-hant/about.md +++ b/content/zh-hant/about.md @@ -1,57 +1,53 @@ --- title: "關於我們" description: "MtF Wiki 致力於成為一個免費開放且持續更新的跨性別女生知識整合站點" -date: 2021-06-01T22:27:01+08:00 -draft: false weight: 0 --- # 關於 -![MtF-Wiki](./new/mtf-wiki-long.svg) +![MtF-Wiki](/new/mtf-wiki-long.svg) {{}} 致力於成為一個免費開放且持續更新的跨性別女生知識整合站點 -本專案 GitHub Repo:[mtf-wiki/MtF-Wiki](https://github.com/mtf-wiki/MtF-Wiki/) -本專案 網址:[MtF.Wiki](https://mtf.wiki/) - 同步映象網址:[mtfwiki.cn](https://mtfwiki.cn/) (同步週期 30 分鐘),[mtfwiki.com](https://mtfwiki.com/) +本專案 GitHub Repo:[mtf-wiki/MtF-Wiki](https://github.com/mtf-wiki/MtF-Wiki) +本專案 網址:[MtF.Wiki](https://mtf.wiki) + 同步映象網址:[mtfwiki.cn](https://mtfwiki.cn) (同步週期 30 分鐘),[mtfwiki.com](https://mtfwiki.com) ## 主要人員 -創始人: **可橙(Kenchiu)** +創始人:{{< gh-profile "kenchiu233" >}} - **Coelacanthus(Celeste)** email: coelacanthus@outlook.comemailcoelacanthus@outlook.com +{{< gh-profile "CoelacanthusHex" >}}  站點與程式碼維護 - **山前(Estela)** email: i@estela.cnemaili@estela.cn +{{< gh-profile "saeziae" >}}  藥物板塊、長三角地區編輯維護,映象維護,外文翻譯 - **珺妍(Joanna)** email: llh721113@outlook.comemailllh721113@outlook.com +{{< gh-profile "llh721113" >}}  北京地區編輯維護 - **Septs**  email: mtfwiki@septs.emailemailmtfwiki@septs.email +{{< gh-profile "septs" >}}  手术医疗相关板块维护 以及感謝所有 GitHub 貢獻者: -

        -

        +{{< gh-contributors >}} 與其它對我們提供幫助和資訊的小可愛們。 - - ## 聯絡 -透過 Discord +透過 Discord [![Discord][shields-discord]](https://233.plus/discord) -透過 QQ 群: MtF WikiQQ 群MtF Wiki +透過 GitHub [![GitHub issues][shields-github]](https://github.com/mtf-wiki/MtF-Wiki/issues/new) -透過 GitHub Issues +透過 郵件 -透過郵件 email: mtfwiki@estela.cnemailmtfwiki@estela.cn +[shields-discord]: https://img.shields.io/discord/883004164760801320?style=flat-square +[shields-github]: https://img.shields.io/github/issues/mtf-wiki/MtF-Wiki?style=flat-square ## 致謝 diff --git a/content/zh-hant/docs/colloquialism.md b/content/zh-hant/docs/colloquialism.md index 3773bc6c..8ed9f6ca 100644 --- a/content/zh-hant/docs/colloquialism.md +++ b/content/zh-hant/docs/colloquialism.md @@ -38,5 +38,5 @@ MtF:跨性別女性。 名詞。指透過醫院診斷等方法發現自己天生具有某些稀有異性生理特質的跨兒。 “抽獎”即指在醫院進行相關診斷,如外周血染色體、腹部平掃等。 -科普影片:[人類有多少種生理性別?你的性別是什麼決定的?](https://www.bilibili.com/video/BV1bZ4y1c7eh/) +科普影片:[人類有多少種生理性別?你的性別是什麼決定的?](https://www.bilibili.com/video/BV1bZ4y1c7eh) {{< /expand >}} diff --git a/content/zh-hant/docs/contributor-guide.md b/content/zh-hant/docs/contributor-guide.md index 93a22d9b..5d685eec 100644 --- a/content/zh-hant/docs/contributor-guide.md +++ b/content/zh-hant/docs/contributor-guide.md @@ -15,7 +15,7 @@ title: 貢獻者指南 ## 關於圖片資源 如果該圖片為對紙質材料的拍攝請使用 Microsoft Lens (fbk Office Lens) 進行掃描以便於提供更好的閱讀體驗 -當然如果有條件的話建議提供掃描件,如果您不會相關的後處理(可以將該圖片提交至 [mtfwiki@estela.cn](mailto:mtfwiki@estela.cn) 由我們進行脫敏後進行上傳) +當然如果有條件的話建議提供掃描件,如果您不會相關的後處理(可以將該圖片提交至 [mtf@kuaer.club](mailto:mtf@kuaer.club) 由我們進行脫敏後進行上傳) [Microsoft Lens (Android)](https://coolapk.com/apk/com.microsoft.office.officelens) [Microsoft Lens (iOS)](https://apps.apple.com/app/id975925059) diff --git a/content/zh-hant/docs/srs/compraise.md b/content/zh-hant/docs/srs/compraise.md index b32818d9..ac3fece4 100644 --- a/content/zh-hant/docs/srs/compraise.md +++ b/content/zh-hant/docs/srs/compraise.md @@ -19,7 +19,7 @@ weight: 4 因為在術後早期,手術部位可能會過分腫脹。 - 照片需要值得注意的地方 - 請提交至 經由 {{< mtf-wiki >}} 工作組成員對內容進行再加工後釋出。 + 請提交至 經由 {{< mtf-wiki >}} 工作組成員對內容進行再加工後釋出。 1. 一則有幫助的手術文字評價應包括: @@ -44,7 +44,7 @@ weight: 4 - 疤痕是否容易隱藏? - 是否有明顯的皮瓣拉伸感? - 請提交至 經由 {{< mtf-wiki >}} 工作組成員對內容進行再加工後釋出。 + 請提交至 經由 {{< mtf-wiki >}} 工作組成員對內容進行再加工後釋出。 注意:手術評價並不是單純的手術感想分享,請記住社群中對手術的目的要求並不一致。 diff --git a/content/zh-hant/docs/tools.md b/content/zh-hant/docs/tools.md index e9098d07..b0c98a8e 100644 --- a/content/zh-hant/docs/tools.md +++ b/content/zh-hant/docs/tools.md @@ -2,4 +2,4 @@ title: 實用工具 --- -[內衣尺碼助手](https://sizehelp.naitangpai.com/) \ No newline at end of file +[內衣尺碼助手](https://sizehelp.naitangpai.com)