inital commit
This commit is contained in:
77
configs/config.toml
Normal file
77
configs/config.toml
Normal file
@ -0,0 +1,77 @@
|
||||
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"
|
Reference in New Issue
Block a user