diff options
| author | root <root@mqdd.my.id> | 2026-03-14 14:38:27 +0000 |
|---|---|---|
| committer | root <root@mqdd.my.id> | 2026-03-14 14:38:27 +0000 |
| commit | cc4fde6912ee2c416873f8b15c75b2856d2fdb7e (patch) | |
| tree | 79095b637d6ad9496a7883d539f185dd235b066e /config.toml | |
| parent | 558858f630a37b4aef3944c5f1202eb04a1a942e (diff) | |
Update 2026
Diffstat (limited to 'config.toml')
| -rw-r--r-- | config.toml | 42 |
1 files changed, 42 insertions, 0 deletions
diff --git a/config.toml b/config.toml new file mode 100644 index 0000000..d406f0f --- /dev/null +++ b/config.toml @@ -0,0 +1,42 @@ +baseURL = "/" +languageCode = "en-us" +title = "📙 Mqdd Personal Website" +theme="archie" +copyright = "© Mqdd" +pygmentsstyle = "monokai" +pygmentscodefences = true +pygmentscodefencesguesssyntax = true +draft = true +[params] + mode="auto" + useCDN=false + +[[params.social]] +name = "GitHub" +icon = "github" +url = "https://github.com/Mqdd27" + +[[menu.main]] +name = "Home" +url = "/" +weight = 1 + +[[menu.main]] +name = "All posts" +url = "/posts" +weight = 2 + +[[menu.main]] +name = "About" +url = "/about" +weight = 3 + +[[menu.main]] +name = "Tags" +url = "/tags" +weight = 4 + +[[menu.main]] +name = "Git" +url = "https://git.mqdd.my.id" +weight = 5 |
