77 lines
1.5 KiB
TOML
77 lines
1.5 KiB
TOML
|
enableRobotsTXT = true
|
||
|
baseurl = "https://www.andrewnw.xyz"
|
||
|
title = "Andrew's Site"
|
||
|
theme = "hugo-coder"
|
||
|
languagecode = "en"
|
||
|
defaultcontentlanguage = "en"
|
||
|
|
||
|
paginate = 20
|
||
|
|
||
|
pygmentsstyle = "bw"
|
||
|
pygmentscodefences = true
|
||
|
pygmentscodefencesguesssyntax = true
|
||
|
|
||
|
|
||
|
|
||
|
[params]
|
||
|
author = "Andrew Woodlee"
|
||
|
info = "Cybersecurity Professional and Developer"
|
||
|
description = "Andrew Woodlee's personal website"
|
||
|
keywords = "blog,developer,personal"
|
||
|
# avatarurl = "images/avatar.jpg"
|
||
|
#gravatar = "john.doe@example.com"
|
||
|
|
||
|
# favicon_32 = "/img/favicon-32x32.png"
|
||
|
# favicon_16 = "/img/favicon-16x16.png"
|
||
|
|
||
|
since = 2022
|
||
|
|
||
|
enableTwemoji = true
|
||
|
|
||
|
colorScheme = "dark"
|
||
|
hidecolorschemetoggle = false
|
||
|
|
||
|
customCSS = []
|
||
|
customSCSS = []
|
||
|
customJS = []
|
||
|
|
||
|
[taxonomies]
|
||
|
category = "categories"
|
||
|
series = "series"
|
||
|
tag = "tags"
|
||
|
author = "authors"
|
||
|
|
||
|
# Social links
|
||
|
[[params.social]]
|
||
|
name = "Gitea.com"
|
||
|
# icon = "fa fa-gitea fa-2x"
|
||
|
weight = 1
|
||
|
url = "https://gitea.com/CyberShell"
|
||
|
[[params.social]]
|
||
|
name = "Personal Git"
|
||
|
# icon = "fa fa-gitea fa-2x"
|
||
|
weight = 1
|
||
|
url = "https://git.andrewnw.xyz/CyberShell"
|
||
|
[[params.social]]
|
||
|
name = "CV"
|
||
|
# icon = "fa fa-gitea fa-2x"
|
||
|
weight = 1
|
||
|
url = "/cv.html"
|
||
|
|
||
|
# Menu links
|
||
|
[[menu.main]]
|
||
|
name = "Blog"
|
||
|
weight = 1
|
||
|
url = "https://blog.cybershell.xyz"
|
||
|
[[menu.main]]
|
||
|
name = "About"
|
||
|
weight = 2
|
||
|
url = "about/"
|
||
|
[[menu.main]]
|
||
|
name = "CV"
|
||
|
weight = 3
|
||
|
url = "/cv.html"
|
||
|
# [[menu.main]]
|
||
|
# name = "Email"
|
||
|
# weight = 3
|
||
|
# url = "andrewnwoodlee@proton.me"
|