diff --git a/exampleSite/content/post/markdown-syntax/index.md b/exampleSite/content/post/markdown-syntax/index.md
index 85fdcff..be381a0 100644
--- a/exampleSite/content/post/markdown-syntax/index.md
+++ b/exampleSite/content/post/markdown-syntax/index.md
@@ -69,6 +69,10 @@ Tables aren't part of the core Markdown spec, but Hugo supports supports them ou
| -------- | -------- | ------ |
| *italics* | **bold** | `code` |
+| A | B | C | D | E | F |
+|----------------------------------------------------------|---------------------------------------------------------------------------------------------------------------|--------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------|------------------------------------------------------------|----------------------------------------------------------------------|
+| Lorem ipsum dolor sit amet, consectetur adipiscing elit. | Phasellus ultricies, sapien non euismod aliquam, dui ligula tincidunt odio, at accumsan nulla sapien eget ex. | Proin eleifend dictum ipsum, non euismod ipsum pulvinar et. Vivamus sollicitudin, quam in pulvinar aliquam, metus elit pretium purus | Proin sit amet velit nec enim imperdiet vehicula. | Ut bibendum vestibulum quam, eu egestas turpis gravida nec | Sed scelerisque nec turpis vel viverra. Vivamus vitae pretium sapien |
+
## Code Blocks
#### Code block with backticks
diff --git a/go.mod b/go.mod
new file mode 100644
index 0000000..1cf4674
--- /dev/null
+++ b/go.mod
@@ -0,0 +1,3 @@
+module github.com/CaiJimmy/hugo-theme-stack
+
+go 1.12
diff --git a/i18n/zh-TW.yaml b/i18n/zh-TW.yaml
index 871d937..7163879 100644
--- a/i18n/zh-TW.yaml
+++ b/i18n/zh-TW.yaml
@@ -4,6 +4,18 @@ toggleMenu:
darkMode:
other: 夜晚模式
+list:
+ page:
+ one: "{{ .Count }} 個頁面"
+ other: "{{ .Count }} 個頁面"
+
+ section:
+ other: Section
+
+ subsection:
+ one: Subsection
+ other: Subsections
+
article:
back:
other: 返回
@@ -18,13 +30,15 @@ article:
other: 最後更新
readingTime:
+ one: "閱讀時間: {{ .Count }} 分鐘"
other: "閱讀時間: {{ .Count }} 分鐘"
notFound:
title:
- other: 404 錯誤
+ other: 404 錯誤:(
+
subtitle:
- other: 頁面不存在
+ other: 頁面並不存在:(
widget:
archives:
@@ -43,7 +57,14 @@ search:
other: 搜尋
placeholder:
- other: 輸入關鍵字...
+ other: 請輸入關鍵字...
resultTitle:
- other: "#PAGES_COUNT 個結果 (用時 #TIME_SECONDS 秒)"
+ other: "#PAGES_COUNT 個結果 (花了 #TIME_SECONDS 秒)"
+
+footer:
+ builtWith:
+ other: 使用 {{ .Generator }} 建造
+
+ designedBy:
+ other: 自豪的使用由 {{ .DesignedBy }} 設計的 {{ .Theme }}
\ No newline at end of file
diff --git a/layouts/partials/article/components/content.html b/layouts/partials/article/components/content.html
index fc0f8f6..61e536c 100644
--- a/layouts/partials/article/components/content.html
+++ b/layouts/partials/article/components/content.html
@@ -1,3 +1,5 @@
- {{ .Content }}
+
+ {{ $wrappedTable := printf "${1}
" }}
+ {{ .Content | replaceRE "()" $wrappedTable | safeHTML }}
diff --git a/layouts/partials/comments/provider/giscus.html b/layouts/partials/comments/provider/giscus.html
index f36ead9..f43b71f 100644
--- a/layouts/partials/comments/provider/giscus.html
+++ b/layouts/partials/comments/provider/giscus.html
@@ -9,6 +9,7 @@
data-reactions-enabled="{{- default 1 .reactionsEnabled -}}"
data-emit-metadata="{{- default 0 .emitMetadata -}}"
data-theme="{{- default `light` .lightTheme -}}"
+ data-lang="zh-TW"
crossorigin="anonymous"
async
>
diff --git a/layouts/partials/comments/provider/twikoo.html b/layouts/partials/comments/provider/twikoo.html
index 4dbf976..30c7033 100644
--- a/layouts/partials/comments/provider/twikoo.html
+++ b/layouts/partials/comments/provider/twikoo.html
@@ -1,4 +1,4 @@
-
+