diff options
| author | Miqdd <ahmadmiqdad27@te.student.pens.ac.id> | 2024-01-22 06:39:54 +0700 |
|---|---|---|
| committer | Miqdd <ahmadmiqdad27@te.student.pens.ac.id> | 2024-01-22 06:39:54 +0700 |
| commit | 04fdcac1dce2cc439dd8ad1b115507671040737e (patch) | |
| tree | fca0e8fa90c182863adf6a2baedadf8ebb46a5f4 /hugo.toml | |
Publish
Diffstat (limited to 'hugo.toml')
| -rw-r--r-- | hugo.toml | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/hugo.toml b/hugo.toml new file mode 100644 index 0000000..081c867 --- /dev/null +++ b/hugo.toml @@ -0,0 +1,37 @@ +baseURL = "/" +languageCode = "en-us" +title = "📙 Mqdd Blog Posts" +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/linc2427" + +[[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 |
