File tree Expand file tree Collapse file tree 3 files changed +53
-37
lines changed Expand file tree Collapse file tree 3 files changed +53
-37
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,15 @@ date: 2023-04-30
55released : true
66---
77
8+ ## 0.1.1 (Preview Version)
89
10+ - Fixed: Use ` build.rs ` for local server data migrate
11+ - Fixed: Markdown code block highlight
12+ - Fixed: Dropdown icon fixed
13+
14+ - Feature: Upgrade ** Dioxus** to ` 0.4 `
15+ - Feature: Add more icons support
16+ - Feature: Add ** Remote** Routing support
917
1018## 0.1.0 (Preview Version)
1119
@@ -20,4 +28,4 @@ released: true
2028- Feature: Multi-Data-Source support
2129- Feature: Custom ` karaty.toml ` location
2230- Feature: Dark mode support
23- - Feature: Posts group configure
31+ - Feature: Posts group configure
Original file line number Diff line number Diff line change @@ -5,7 +5,15 @@ date: 2023-04-30
55released : true
66---
77
8+ ## 0.1.1 (Preview Version)
89
10+ - Fixed: Use ` build.rs ` for local server data migrate
11+ - Fixed: Markdown code block highlight
12+ - Fixed: Dropdown icon fixed
13+
14+ - Feature: Upgrade ** Dioxus** to ` 0.4 `
15+ - Feature: Add more icons support
16+ - Feature: Add ** Remote** Routing support
917
1018## 0.1.0 (Preview Version)
1119
@@ -20,4 +28,4 @@ released: true
2028- Feature: Multi-Data-Source support
2129- Feature: Custom ` karaty.toml ` location
2230- Feature: Dark mode support
23- - Feature: Posts group configure
31+ - Feature: Posts group configure
Original file line number Diff line number Diff line change @@ -9,6 +9,36 @@ mode = "custom-url"
99index-file = " _index.json"
1010url = " /data"
1111
12+ [[navigation .content ]]
13+ page = " /"
14+ text = " Home"
15+
16+ [[navigation .content ]]
17+ page = " /blog"
18+ text = " Blog"
19+
20+ [[navigation .content ]]
21+ page = " /docs"
22+ text = " Docs"
23+
24+ [[navigation .content ]]
25+ page = " /blog/roadmap"
26+ text = " Roadmap"
27+
28+ [[navigation .content ]]
29+ text = " About"
30+
31+ [[navigation .content .list ]]
32+ page = " /dependencies"
33+ text = " Dependencies"
34+
35+ [[navigation .content .list ]]
36+ page = " /author"
37+ text = " Author"
38+
39+ [[navigation .content ]]
40+ feature = " mode-switch"
41+
1242[[routing ]]
1343file = " home.md"
1444path = " /"
@@ -58,41 +88,6 @@ using = "docs"
5888name = " mrxiaozhuox/karaty"
5989service = " GitHub"
6090
61- [site ]
62- dark-mode = true
63- name = " Karaty Offical"
64- title-suffix = " | Karaty Site"
65-
66- [[navigation .content ]]
67- page = " /"
68- text = " Home"
69-
70- [[navigation .content ]]
71- page = " /blog"
72- text = " Blog"
73-
74- [[navigation .content ]]
75- page = " /docs"
76- text = " Docs"
77-
78- [[navigation .content ]]
79- page = " /blog/roadmap"
80- text = " Roadmap"
81-
82- [[navigation .content ]]
83- text = " About"
84-
85- [[navigation .content .list ]]
86- page = " /dependencies"
87- text = " Dependencies"
88-
89- [[navigation .content .list ]]
90- page = " /author"
91- text = " Author"
92-
93- [[navigation .content ]]
94- feature = " mode-switch"
95-
9691[footer ]
9792content = [
9893 [
@@ -102,3 +97,8 @@ content = [
10297],
10398 [{ text = " Powered by Karaty" }],
10499]
100+
101+ [site ]
102+ dark-mode = true
103+ name = " Karaty Offical"
104+ title-suffix = " | Karaty Site"
You can’t perform that action at this time.
0 commit comments