89 lines
1.7 KiB
TOML
89 lines
1.7 KiB
TOML
baseurl = "https://n0x.io"
|
|
title = "n0x.io"
|
|
|
|
theme = "coder"
|
|
|
|
languagecode = "en"
|
|
|
|
paginate = 20
|
|
canonifyurls = false
|
|
|
|
pygmentsstyle = "b2"
|
|
pygmentscodefences = true
|
|
pygmentscodefencesguesssyntax = true
|
|
|
|
#favicon = "img/favicon/favicon.ico"
|
|
favicon = "/images/favicon.ico"
|
|
#disqusShortname = "yourdiscussshortname"
|
|
|
|
[params]
|
|
author = "_N0x"
|
|
description = "Just some small website"
|
|
keywords = "blog,developer,cyber security,personal"
|
|
info = "» Here be dragons «"
|
|
#avatarurl = "images/pics/spoopy.gif"
|
|
avatarurl = "images/pics/logo.png"
|
|
|
|
footercontent = ""
|
|
hideFooter = false
|
|
hideCredits = false
|
|
hideCopyright = false
|
|
since = 2018
|
|
|
|
colorScheme = "dark"
|
|
hidecolorschemetoggle = false
|
|
|
|
# Custom CSS
|
|
custom_css = []
|
|
|
|
# RTL support
|
|
rtl = false
|
|
|
|
[taxonomies]
|
|
author = "authors"
|
|
|
|
[[params.social]]
|
|
name = "Github"
|
|
weight = 2
|
|
icon = "fa fa-github fa-2x"
|
|
url = "https://github.com/n0x-io/"
|
|
[[params.social]]
|
|
name = "GitLab"
|
|
weight = 1
|
|
icon = "fa fa-gitlab fa-2x"
|
|
url = "https://gitlab.com/n0x_io"
|
|
[[params.social]]
|
|
name = "Twitter"
|
|
icon = "fa fa-twitter fa-2x"
|
|
weight = 3
|
|
url = "https://twitter.com/_n0tn0x"
|
|
|
|
[[menu.main]]
|
|
name = "Blog"
|
|
weight = 10
|
|
url = "/posts/"
|
|
[[menu.main]]
|
|
name = "Cloud"
|
|
weight = 20
|
|
url = "https://cloud.n0x.io/"
|
|
[[menu.main]]
|
|
name = "FreshRSS"
|
|
weight = 30
|
|
url = "https://frss.n0x.io/"
|
|
[[menu.main]]
|
|
name = "Git"
|
|
weight = 40
|
|
url = "https://git.n0x.io/"
|
|
[[menu.main]]
|
|
name = "About"
|
|
weight = 100
|
|
url = "/about/"
|
|
#[[menu.main]]
|
|
# name = "PrivateBin"
|
|
# weight = 5
|
|
# url = "https://pb.n0x.io/"
|
|
#[[menu.main]]
|
|
# name = "BitWarden"
|
|
# weight = 7
|
|
# url = "https://bw.n0x.io/"
|