Skip to content

Commit 0a609dc

Browse files
committed
feat: new version
1 parent 4589fee commit 0a609dc

File tree

3 files changed

+53
-37
lines changed

3 files changed

+53
-37
lines changed

data/posts/blog/roadmap.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,15 @@ date: 2023-04-30
55
released: 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

public/data/posts/blog/roadmap.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,15 @@ date: 2023-04-30
55
released: 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

public/karaty.toml

Lines changed: 35 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,36 @@ mode = "custom-url"
99
index-file = "_index.json"
1010
url = "/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]]
1343
file = "home.md"
1444
path = "/"
@@ -58,41 +88,6 @@ using = "docs"
5888
name = "mrxiaozhuox/karaty"
5989
service = "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]
9792
content = [
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"

0 commit comments

Comments
 (0)