n0x.io/config.toml

89 lines
1.7 KiB
TOML
Raw Normal View History

2021-05-26 00:06:52 +02:00
baseurl = "https://n0x.io"
title = "n0x.io"
theme = "coder"
2023-03-09 21:08:34 +01:00
languagecode = "en"
2021-05-26 00:06:52 +02:00
paginate = 20
2023-03-09 21:08:34 +01:00
canonifyurls = false
2021-05-26 00:06:52 +02:00
pygmentsstyle = "b2"
pygmentscodefences = true
pygmentscodefencesguesssyntax = true
2023-03-09 21:21:56 +01:00
#favicon = "img/favicon/favicon.ico"
2023-03-09 22:21:44 +01:00
favicon = "/images/favicon.ico"
2021-05-26 00:06:52 +02:00
#disqusShortname = "yourdiscussshortname"
[params]
author = "_N0x"
2023-03-07 23:40:18 +01:00
description = "Just some small website"
2023-03-09 21:08:34 +01:00
keywords = "blog,developer,cyber security,personal"
2021-05-26 00:06:52 +02:00
info = "» Here be dragons «"
2023-03-09 22:21:44 +01:00
#avatarurl = "images/pics/spoopy.gif"
avatarurl = "images/pics/logo.png"
2021-05-26 00:06:52 +02:00
footercontent = ""
2021-05-26 00:06:52 +02:00
hideFooter = false
hideCredits = false
hideCopyright = false
since = 2018
colorScheme = "dark"
hidecolorschemetoggle = false
# Custom CSS
custom_css = []
# RTL support
rtl = false
[taxonomies]
author = "authors"
2021-05-26 00:06:52 +02:00
[[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
2023-03-07 23:40:18 +01:00
url = "https://twitter.com/_n0tn0x"
2021-05-26 00:06:52 +02:00
[[menu.main]]
name = "Blog"
2023-03-09 21:08:34 +01:00
weight = 10
2021-05-26 00:06:52 +02:00
url = "/posts/"
[[menu.main]]
name = "Cloud"
2023-03-09 21:08:34 +01:00
weight = 20
2021-05-26 00:06:52 +02:00
url = "https://cloud.n0x.io/"
2023-03-09 21:08:34 +01:00
[[menu.main]]
name = "FreshRSS"
weight = 30
url = "https://frss.n0x.io/"
2021-05-26 00:06:52 +02:00
[[menu.main]]
name = "Git"
2023-03-09 21:08:34 +01:00
weight = 40
2021-05-26 00:06:52 +02:00
url = "https://git.n0x.io/"
2023-03-09 21:08:34 +01:00
[[menu.main]]
name = "About"
weight = 100
url = "/about/"
2023-03-07 23:40:18 +01:00
#[[menu.main]]
# name = "PrivateBin"
# weight = 5
# url = "https://pb.n0x.io/"
#[[menu.main]]
# name = "BitWarden"
# weight = 7
# url = "https://bw.n0x.io/"