config.toml
file expires in 1 day | | 2.6 kB | torrent | get
.
baseURL = "http://192.168.1.110:8000"
#baseURL = "http://localhost:8000"
languageCode = "en-us"
defaultContentLanguage = "en"
title = "ybenel"
theme = "anubis2"
#paginate = 5

disqusShortname = "ybenel"
# googleAnalytics = "G-12S7XTXXWH"
# enableInlineShortcodes = true

[params.GoogleAnalytics]
enabled = true
gtag = "G-12S7XTXXWH"

[params.author]
name = "ybenel (M1ndo)"
email = "[email protected]"
location = "Space"

[params]
description = "A Blog Where All Magic Shows"
# dateFormat = "2006-01-02"
dateFormat = "Mon Jan 2 2006"
paginationSinglePost = true
style = "dark"
readMore = false
readNextPosts = 2
copyCodeButton = true
rssAsSocialIcon = true
mathjax = false
avatar = "/imgs/mcd.png"
toc = false

# Graphcomment support
graphcommentId = ""

# utteranc.es support
# utterancesRepo = ""  # mandatory
# utterancesTheme = "" # optional
# utterancesIssue = "" # optional
# utterancesLabel = "" # optional

social = [
    { id = "github", url = "https://github.com/m1ndo" },
    { id = "email", url = "[email protected]" },
    { id = "x", url = "https://x.com/_ybenel" }
    # { id = "linkedin", url = "#" }
    # { id = "facebook", url = "#" },
    # { id = "instagram", url = "#" },
    # { id = "netease-music", url = "#" },
    # { id = "telegram", url = "#" },
    # { id = "youtube", url = "#" }
]

# [[params.social]]
# id = "github"
# url = "https://github.com/m1ndo"
# 
# [[params.social]]
# id = "twitter"
# url = "https://twitter.com/_ybenel"

[[menu.main]]
identifier = "about"
name = "About"
url = "/about/"
weight = 1

[[menu.main]]
identifier = "tags"
name = "Tags"
url = "/tags/"
weight = 2

[[menu.main]]
name = "Archive"
identifier = "archive"
url = "/posts/"
weight = 3

[[menu.main]]
identifier = "Categories"
name = "categories"
url = "/categories/"
weight = 1

# [[menu.main]]
# identifier = "Donate"
# name = "donate"
# url = "/DonateToNeptune/"
# weight = 1

[pagination]
pagerSize = 5

[taxonomies]
category = "categories"
tag = "tags"

[markup]
defaultMarkdownHandler = 'goldmark'

[markup.goldmark.renderer]
unsafe = true # Enable unsafe mode to have a better experience

[markup.highlight]
anchorLineNos      = false
codeFences         = true # tested with true and false. Both work.
noClasses          = true # If you run with markup.highlight.noClasses=false in your site configuration, you need a style sheet.
style              = 'catppuccin-frappe' # Find more style at here: https://swapoff.org/chroma/playground/
tabWidth           = 4


# [markup]
#   [markup.goldmark]
#     [markup.goldmark.renderer]
#       unsafe = true
#       custom_attributes = true
# 
#   [markup.highlight]
#     style = "fruity"