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

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

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

[author]
name = "Younes BE"

[params]
author = "ybenel (M1ndo)"
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"


# 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]

[[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]
  [markup.goldmark]
    [markup.goldmark.renderer]
      unsafe = true
      custom_attributes = true

  [markup.highlight]
    style = "fruity"