diff --git a/config/_default/hugo.yaml b/config/_default/hugo.yaml index dd4be92..e319680 100644 --- a/config/_default/hugo.yaml +++ b/config/_default/hugo.yaml @@ -1,5 +1,5 @@ baseURL: https://insights.ditatompel.com/ -title: Insights +title: ditatompel Insights # Copyright, the {year} is the placeholder of this year. copyright: "Copyright © 2022-{year} [insights.ditatompel.com](https://insights.ditatompel.com/). All Rights Reserved." defaultContentLanguage: en diff --git a/config/_default/languages.yaml b/config/_default/languages.yaml index dc3e331..b7c1c04 100644 --- a/config/_default/languages.yaml +++ b/config/_default/languages.yaml @@ -5,9 +5,4 @@ en: id: languageName: Indonesia title: ditatompel Insights - weight: 2 - -zh-hans: - languageName: 简体中文 - title: HB 博客主题模板 - weight: 3 + weight: 2 \ No newline at end of file diff --git a/config/_default/menus.id.yaml b/config/_default/menus.id.yaml new file mode 100644 index 0000000..f41b9c4 --- /dev/null +++ b/config/_default/menus.id.yaml @@ -0,0 +1,70 @@ +main: + - name: Support + identifier: support + weight: 100 + url: https://github.com/hbstack + params: + header: The HB support community. + icon: + vendor: font-awesome-solid + name: headset + + - name: Documentations + parent: support + url: https://hbstack.dev/ + weight: 1 + params: + icon: + vendor: bs + name: book + className: text-primary + description: The documentations. + + - identifier: support-divider + parent: support + weight: 10 + params: + divider: true + + - name: GitHub + parent: support + url: https://github.com/hbstack + weight: 11 + params: + icon: + vendor: fab + name: github + description: The code repository. + + - name: Discussion + parent: support + url: https://github.com/orgs/hbstack/discussions + weight: 12 + params: + icon: + vendor: font-awesome-regular + name: comments + color: green + description: Ask questions and share your ideas. + + - name: Bug Report + parent: support + url: https://github.com/orgs/hbstack/discussions/new?category=issues-and-bugs + weight: 13 + params: + icon: + vendor: font-awesome-solid + name: bug + color: red + description: Tell us about a bug or issue. + + - name: Feature Request + parent: support + url: https://github.com/orgs/hbstack/discussions/new?category=ideas + weight: 14 + params: + icon: + vendor: font-awesome-regular + name: lightbulb + color: orange + description: Suggest new or updated features. \ No newline at end of file diff --git a/config/_default/menus.zh-hans.yaml b/config/_default/menus.zh-hans.yaml deleted file mode 100644 index 9b099c6..0000000 --- a/config/_default/menus.zh-hans.yaml +++ /dev/null @@ -1,80 +0,0 @@ -main: - - name: 支持 - identifier: support - weight: 100 - url: https://github.com/hbstack - params: - header: HB 支持社区。 - icon: - vendor: font-awesome-solid - name: headset - - - name: GitHub - parent: support - url: https://github.com/hbstack - weight: 1 - params: - icon: - vendor: fab - name: github - description: 代码仓库。 - - - name: 讨论 - parent: support - url: https://github.com/hbstack/discussions - weight: 2 - params: - icon: - vendor: font-awesome-regular - name: comments - color: green - description: 提问题和分享你的想法。 - - - name: Bug 反馈 - parent: support - url: https://github.com/hbstack/issues/new - weight: 3 - params: - icon: - vendor: font-awesome-solid - name: bug - color: red - description: 向我们反馈一个错误或问题。 - - - name: 功能提议 - parent: support - url: https://github.com/hbstack/issues/new - weight: 4 - params: - icon: - vendor: font-awesome-regular - name: lightbulb - color: orange - description: 建议新的或需要改进的功能。 - - - name: Sponsor - identifier: sponsor - parent: support - weight: 10 - params: - divider: true - - - name: PayPal - weight: 11 - parent: support - url: https://paypal.me/razonyang - params: - description: 通过 PayPal 赞助我们。 - icon: - vendor: simple-icons - name: paypal - - - name: Ko-fi - weight: 12 - parent: support - url: https://ko-fi.com/razonyang - params: - description: 通过 Ko-fi 赞助我们。 - icon: - vendor: simple-icons - name: kofi diff --git a/content/authors/_index.zh-hans.md b/content/authors/_index.id.md similarity index 72% rename from content/authors/_index.zh-hans.md rename to content/authors/_index.id.md index f2e680a..117912a 100644 --- a/content/authors/_index.zh-hans.md +++ b/content/authors/_index.id.md @@ -1,5 +1,5 @@ --- -title: 作者 +title: Penulis menu: main: parent: blog @@ -8,5 +8,5 @@ menu: vendor: bs name: pencil color: '#0f5e97' - description: 作者列表。 + description: Daftar penulis --- diff --git a/content/authors/ditatompel/_index.id.md b/content/authors/ditatompel/_index.id.md new file mode 100644 index 0000000..f457c58 --- /dev/null +++ b/content/authors/ditatompel/_index.id.md @@ -0,0 +1,10 @@ +--- +title: ditatompel +description: Programmer dan Sistem Administrator yang hidup di Indonesia +images: + - https://avatars.githubusercontent.com/u/1184957?s=200&v=4 +socials: + github: ditatompel + twitter: ditatompel + patreon: svcadm +--- diff --git a/content/authors/ditatompel/_index.md b/content/authors/ditatompel/_index.md new file mode 100644 index 0000000..dfdc074 --- /dev/null +++ b/content/authors/ditatompel/_index.md @@ -0,0 +1,10 @@ +--- +title: ditatompel +description: A programmer and sys-admin living in Indonesia +images: + - https://avatars.githubusercontent.com/u/1184957?s=200&v=4 +socials: + github: ditatompel + twitter: ditatompel + patreon: svcadm +--- diff --git a/content/authors/hugomods/_index.en.md b/content/authors/hugomods/_index.en.md deleted file mode 100644 index 232cd52..0000000 --- a/content/authors/hugomods/_index.en.md +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: Hugo Modules Authors -description: Hugo Modules codes and documentations contributors -images: - - https://avatars.githubusercontent.com/u/128204519?s=200&v=4 -socials: - github: hugomods - paypal: razonyang - kofi: razonyang - gmail: mailto:support@hugomods.com ---- diff --git a/content/authors/hugomods/_index.zh-hans.md b/content/authors/hugomods/_index.zh-hans.md deleted file mode 100644 index fe1c659..0000000 --- a/content/authors/hugomods/_index.zh-hans.md +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: Hugo Modules Authors -description: Hugo 模块代码和文档的贡献者 -images: - - https://avatars.githubusercontent.com/u/128204519?s=200&v=4 -socials: - github: hugomods - paypal: razonyang - kofi: razonyang - gmail: mailto:support@hugomods.com ---- diff --git a/content/authors/mrmorningstar/_index.id.md b/content/authors/mrmorningstar/_index.id.md new file mode 100644 index 0000000..0b384b3 --- /dev/null +++ b/content/authors/mrmorningstar/_index.id.md @@ -0,0 +1,5 @@ +--- +title: Mr. Morningstar +description: The boy with broken halo +email_hash: 8069010b8f6cd3d1514eab4677bb89f8 +--- diff --git a/content/authors/mrmorningstar/_index.md b/content/authors/mrmorningstar/_index.md new file mode 100644 index 0000000..0b384b3 --- /dev/null +++ b/content/authors/mrmorningstar/_index.md @@ -0,0 +1,5 @@ +--- +title: Mr. Morningstar +description: The boy with broken halo +email_hash: 8069010b8f6cd3d1514eab4677bb89f8 +---