Skip to content

Commit

Permalink
feat: update configs
Browse files Browse the repository at this point in the history
Signed-off-by: Morris Tai <morristai@apache.org>
  • Loading branch information
morristai committed Dec 26, 2024
1 parent 458213b commit f703779
Show file tree
Hide file tree
Showing 15 changed files with 16 additions and 130 deletions.
6 changes: 3 additions & 3 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
[submodule "themes/ananke"]
path = themes/ananke
url = https://github.com/theNewDynamic/gohugo-theme-ananke.git
[submodule "themes/hugo-theme-stack"]
path = themes/hugo-theme-stack
url = https://github.com/CaiJimmy/hugo-theme-stack.git
[submodule "themes/DoIt"]
path = themes/DoIt
url = https://github.com/morristai/DoIt.git
# [submodule "themes/hugo-theme-stack"]
# path = themes/hugo-theme-stack
# url = https://github.com/CaiJimmy/hugo-theme-stack.git
7 changes: 0 additions & 7 deletions config/DoIt/author.toml

This file was deleted.

107 changes: 0 additions & 107 deletions config/_default/config-bk.toml

This file was deleted.

2 changes: 1 addition & 1 deletion config/_default/languages.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
# whether to include Chinese/Japanese/Korean
hasCJKLanguage = false
# default amount of posts in each pages
paginate = 12
pagination.pagerSize = 12
# copyright description used only for seo schema
copyright = "This work is licensed under a Creative Commons Attribution-NonCommercial 4.0 International License."
# Menu config
Expand Down
2 changes: 1 addition & 1 deletion config/_default/params.toml
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ sort = true
# whether to enable auto header numbering
# 是否开启标题自动编号
[page.header.number]
enable = true
enable = false
[page.header.number.format]
h2 = "{h2} {title}"
h3 = "{h2}.{h3} {title}"
Expand Down
2 changes: 1 addition & 1 deletion content/about/me.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ ShowToc: false
<!-- ![Ferris and me](/images/ziva_ferris.jpg#center) -->
<img src="/images/ziva_ferris.jpg" alt="Ferris and me" width="400" style="display: block; margin: 0 auto;">

Welcome to Morris Tai's blog! I write articles based on my work and observations, aiming to present information in an easy-to-understand way. My articles focus on topics such as **[Rust](https://www.rust-lang.org/)**, **Cloud Native**, **Data Streaming** and **Middleware** ([Kafka](https://kafka.apache.org/), [Flink](https://flink.apache.org/) etc.). You can find my activity on [GitHub](https://github.com/morristai).
Welcome to Morris's blog! I write articles based on my work and observations, aiming to present information in an easy-to-understand way. My articles focus on topics such as **[Rust](https://www.rust-lang.org/)**, **Cloud Native**, **Data Streaming** and **Middleware**. You can find my activity on [GitHub](https://github.com/morristai).

<p align="center">
<a href="/docs/resume_morris_tai.pdf"><b>📃Resume<b> (Update: 2024/1)</a>
Expand Down
2 changes: 1 addition & 1 deletion content/posts/async-in-traits-just-save-us/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ date: "2024-03-10T10:04:55+08:00"
lastmod:
draft: false
series: []
authors: ["Morris Tai"]
authors: ["Morris"]
tags: ["rust", "opendal", "async", "future", "trait"]
---

Expand Down
4 changes: 2 additions & 2 deletions content/posts/building-serverless-with-rust/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ date: "2023-03-08T19:43:00.000Z"
lastmod: "2023-03-30T20:27:00.000Z"
draft: false
series: []
authors: ["Morris Tai"]
authors: ["Morris"]
tags: ["rust", "protobuf", "grpc", "aws", "lambda"]

categories: []
Expand Down Expand Up @@ -40,7 +40,7 @@ NOTION_METADATA:
people:
- object: "user"
id: "d7ff686b-6744-4337-b9d7-7286d20d3c4a"
name: "Morris Tai"
name: "Morris"
avatar_url: "https://s3-us-west-2.amazonaws.com/public.notion-static.com/1d886c\
85-afcf-4691-aef3-561c5efc93ac/flat750x075f-pad750x1000f8f8f8.u2.jp\
g"
Expand Down
2 changes: 1 addition & 1 deletion content/posts/golang_bisect.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: "Practicing bisect in Go"
date: 2020-05-05T11:46:56+08:00
draft: false
authors: ["Morris Tai"]
authors: ["Morris"]
tags: ["go", "binary search"]
---

Expand Down
2 changes: 1 addition & 1 deletion content/posts/how_to_log_movie_list.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: "How to mail the movie list from the remote host"
date: 2020-01-10T17:04:55+08:00
draft: false
authors: ["Morris Tai"]
authors: ["Morris"]
tags: ["powershell", "go", "smtplib"]
---

Expand Down
2 changes: 1 addition & 1 deletion content/posts/make-kafka-schema-easier/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ date: "2022-01-26T10:04:55+08:00"
lastmod:
draft: false
series: []
authors: ["Morris Tai"]
authors: ["Morris"]
tags: ["kafka", "schema", "avro"]
---

Expand Down
2 changes: 1 addition & 1 deletion content/posts/python_vs_cpp.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: "Common Python and C++11 usage comparison"
date: 2019-05-12T11:46:56+08:00
draft: false
authors: ["Morris Tai"]
authors: ["Morris"]
tags: ["python", "c++"]
---

Expand Down
2 changes: 1 addition & 1 deletion content/posts/rust-profiling-essentials-with-perf/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ date: "2023-10-09T10:04:55+08:00"
lastmod:
draft: false
series: []
authors: ["Morris Tai"]
authors: ["Morris"]
tags: ["rust", "perfiling", "perf", "pmu", "kprobes", "dwarf", "linux"]
---

Expand Down
2 changes: 1 addition & 1 deletion content/posts/ssh-tunneling-summary/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: "SSH Tunneling Summary"
date: 2020-12-10T10:04:55+08:00
draft: false
authors: ["Morris Tai"]
authors: ["Morris"]
tags: ["port forwarding", "ssh", "networking"]
---

Expand Down
2 changes: 1 addition & 1 deletion themes/ananke
Submodule ananke updated 542 files

0 comments on commit f703779

Please sign in to comment.