baseURL = 'https://zerai.xyz/'
title = 'Naoufal Zerai'
theme = 'notepadium'
copyright = "
This work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License."
languageCode = "en" # for the RSS generation
defaultContentLanguage = "en"
hasCJKLanguage = true
enableRobotsTXT = true
# Enable relativeURLs if your site hosted on GitHub.io
#relativeURLs = true
# Enable Disqus
#disqusShortname = "XXX"
# Google Analytics
#googleAnalytics = "UA-123-45"
ignoreErrors = ["error-remote-getjson"]
[markup.highlight]
codeFences = true
noClasses = false
[markup.goldmark.renderer]
unsafe = true # enable raw HTML in Markdown
[params]
style = "auto" # default: auto. light: light theme, dark: dark theme, auto: based on system.
dateFormat = "Jan 02, 2006" # if unset, default is "2006-01-02"
readingTime = false # show reading time after article date
logo = ""
slogan = "Blog"
#license = "
This work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License."
#ipv6ready = true
[params.assets]
css = ["css/fonts.css"]
[params.comments]
enable = false # En/Disable comments globally, default: false. You can always enable comments on per page.
[params.share]
enable = false # En/Disable share globally, default: false. You can always enable share on per page.
addThisId = ""
inlineToolId = ""
[params.math]
enable = false # load math globally, default: false. You can always enable math on per page.
use = "katex" # builtin: "katex", "mathjax". default: "katex"
[params.syntax]
use = "hljs" # builtin: "prismjs", "hljs". "none" means Chroma
theme = "github"
darkTheme = "dracula"
[params.profile]
enable = true
avatar = "https://avatars.githubusercontent.com/u/2678365"
name = ""
bio = "" # support markdown syntax
# twitter = "GoHugoIO" # https://twitter.com/XXX
github = "naoufalzerai" # https://github.com/XXX
email = "naoufal.zerai@gmail.com"
[params.nav]
showCategories = true # /categories/
showTags = true # /tags/
[[params.nav.custom]]
title = "Home"
url = "/"
[[params.nav.custom]]
title = "About"
url = "/about/"