You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: hugo.toml
+7-2Lines changed: 7 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,9 +1,14 @@
1
1
baseURL = "https://maolan.github.io/"
2
-
languageCode = "en-us"
2
+
languageCode = "en"
3
3
title = "Maolan"
4
4
theme = "maolan"
5
5
paginate = 8
6
6
7
+
[sitemap]
8
+
changefreq = "weekly"
9
+
priority = 0.5
10
+
filename = "sitemap.xml"
11
+
7
12
[caches]
8
13
[caches.images]
9
14
dir = ":cacheDir/images"
@@ -47,7 +52,7 @@ paginate = 8
47
52
[params]
48
53
author = "Maolan"
49
54
avatar = "/img/logo.svg"
50
-
description = "Open source digital audio workstation built in Rustfor recording, MIDI editing, automation, routing, and community-driven production workflows."
55
+
description = "Maolan is a modern, open-source Digital Audio Workstation (DAW) built in Rust. Designed for performance, transparency, and community-driven music production workflows."
0 commit comments