69 lines
1.5 KiB
TOML
69 lines
1.5 KiB
TOML
baseURL = "https://www.captainark.net/"
|
|
languageCode = "en-us"
|
|
title = "Sysadmining. All day. Every day."
|
|
theme = "hugo-theme-casper"
|
|
copyright = "© 2015 - 2019"
|
|
summaryLength = "35"
|
|
Paginate = "5"
|
|
|
|
[params]
|
|
description = "Yet Another Blog about Linux and Networking"
|
|
cover = "images/cover.jpg"
|
|
author = "Antoine Joubert"
|
|
authorlocation = "Angers, France"
|
|
authorwebsite = "https://www.captainark.net"
|
|
authorbio = "Geek | Gamer | TV Shows Aficionado"
|
|
authoravatar = "images/author.jpg"
|
|
logo = "images/logo.png"
|
|
hideHUGOSupport = false
|
|
hjsVersion = "9.13.1"
|
|
hjsStyle = "solarized-light"
|
|
customHeaderPartial = "partialheader.html"
|
|
customFooterPartial = "partialfooter.html"
|
|
|
|
[[menu.main]]
|
|
identifier = "home"
|
|
name = "Home"
|
|
pre = "<h3>This site</h3>"
|
|
url = "/"
|
|
weight = 500
|
|
[[menu.main]]
|
|
identifier = "about"
|
|
name = "About"
|
|
url = "/about"
|
|
weight = 490
|
|
[[menu.main]]
|
|
identifier = "resume"
|
|
name = "Resume"
|
|
url = "/resume"
|
|
weight = 480
|
|
[[menu.main]]
|
|
identifier = "gitea"
|
|
pre = "<h3>Other services</h3>"
|
|
name = "Gitea"
|
|
url = "https://git.captainark.net"
|
|
weight = 470
|
|
[[menu.main]]
|
|
identifier = "chevereto"
|
|
name = "Chevereto"
|
|
url = "https://pics.captainark.net"
|
|
weight = 460
|
|
[[menu.main]]
|
|
identifier = "privatebin"
|
|
name = "Privatebin"
|
|
url = "https://paste.captainark.net"
|
|
weight = 450
|
|
[[menu.main]]
|
|
identifier = "rocketchat"
|
|
name = "Rocket.Chat"
|
|
url = "https://chat.captainark.net"
|
|
weight = 440
|
|
|
|
[permalinks]
|
|
post = "/:year/:month/:day/:slug/"
|
|
|
|
[sitemap]
|
|
ChangeFreq = ""
|
|
Filename = "sitemap.xml"
|
|
Priority = "-1"
|