mirror of
https://github.com/ditatompel/insights.git
synced 2025-01-08 03:12:06 +07:00
Feat: Adding old authors from rtd
blog
This commit is contained in:
parent
8a8c96afa6
commit
da64b6da9c
11 changed files with 104 additions and 111 deletions
|
@ -1,5 +1,5 @@
|
||||||
baseURL: https://insights.ditatompel.com/
|
baseURL: https://insights.ditatompel.com/
|
||||||
title: Insights
|
title: ditatompel Insights
|
||||||
# Copyright, the {year} is the placeholder of this year.
|
# Copyright, the {year} is the placeholder of this year.
|
||||||
copyright: "Copyright © 2022-{year} [insights.ditatompel.com](https://insights.ditatompel.com/). All Rights Reserved."
|
copyright: "Copyright © 2022-{year} [insights.ditatompel.com](https://insights.ditatompel.com/). All Rights Reserved."
|
||||||
defaultContentLanguage: en
|
defaultContentLanguage: en
|
||||||
|
|
|
@ -6,8 +6,3 @@ id:
|
||||||
languageName: Indonesia
|
languageName: Indonesia
|
||||||
title: ditatompel Insights
|
title: ditatompel Insights
|
||||||
weight: 2
|
weight: 2
|
||||||
|
|
||||||
zh-hans:
|
|
||||||
languageName: 简体中文
|
|
||||||
title: HB 博客主题模板
|
|
||||||
weight: 3
|
|
||||||
|
|
70
config/_default/menus.id.yaml
Normal file
70
config/_default/menus.id.yaml
Normal file
|
@ -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.
|
|
@ -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
|
|
|
@ -1,5 +1,5 @@
|
||||||
---
|
---
|
||||||
title: 作者
|
title: Penulis
|
||||||
menu:
|
menu:
|
||||||
main:
|
main:
|
||||||
parent: blog
|
parent: blog
|
||||||
|
@ -8,5 +8,5 @@ menu:
|
||||||
vendor: bs
|
vendor: bs
|
||||||
name: pencil
|
name: pencil
|
||||||
color: '#0f5e97'
|
color: '#0f5e97'
|
||||||
description: 作者列表。
|
description: Daftar penulis
|
||||||
---
|
---
|
10
content/authors/ditatompel/_index.id.md
Normal file
10
content/authors/ditatompel/_index.id.md
Normal file
|
@ -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
|
||||||
|
---
|
10
content/authors/ditatompel/_index.md
Normal file
10
content/authors/ditatompel/_index.md
Normal file
|
@ -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
|
||||||
|
---
|
|
@ -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
|
|
||||||
---
|
|
|
@ -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
|
|
||||||
---
|
|
5
content/authors/mrmorningstar/_index.id.md
Normal file
5
content/authors/mrmorningstar/_index.id.md
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
---
|
||||||
|
title: Mr. Morningstar
|
||||||
|
description: The boy with broken halo
|
||||||
|
email_hash: 8069010b8f6cd3d1514eab4677bb89f8
|
||||||
|
---
|
5
content/authors/mrmorningstar/_index.md
Normal file
5
content/authors/mrmorningstar/_index.md
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
---
|
||||||
|
title: Mr. Morningstar
|
||||||
|
description: The boy with broken halo
|
||||||
|
email_hash: 8069010b8f6cd3d1514eab4677bb89f8
|
||||||
|
---
|
Loading…
Reference in a new issue