97 lines
3.5 KiB
TOML
97 lines
3.5 KiB
TOML
baseURL = "https://mnw.sdf.org/blog/"
|
|
title = "mnw.sdf.org"
|
|
languageCode = "en"
|
|
DefaultContentLanguage = "en" # Change this to change the site's language
|
|
theme = "hugo.386"
|
|
publishDir = "/sdf/arpa/gm/m/mnw/html/blog"
|
|
preserveTaxonomyNames = true
|
|
|
|
[params]
|
|
# The name to display as main title in the home page
|
|
mainpagetitle = "MarcusWorld.sh"
|
|
|
|
# The subtitle to display under the title in the home page
|
|
mainpagesubtitle = "Hosted on SDF"
|
|
|
|
# The description of your website. It will be displayed in the home page
|
|
mainpagedesc = "Welcome to the about me or introduction page for <b>Marcus Wilson</b>. Everything asks for your website these days, and I'm not good at regularly updating things. This page should give a good snapshot of who I am and what I'm into for at least a few years. My big interests are GNU/Linux, Open Source Software, electronic music, and motorcycles. For many years I was very into local stand-up comedy. Like many in Austin, Texas I work for a large tech company doing mostly DevOps kind of work. One of my favorite hobbies is going to Linux centric or Free Software themed conferences and events. My favorites are Libre Planet, HOPE, FOSSY, and SeaGL. Also excited for the return of Texas Linux fest. I'll probably go to that one next year."
|
|
|
|
# The name to display in the copyright section in the footer
|
|
copyrightname = "Marcus Wilson"
|
|
|
|
# The url to use as link in the copyright name in the footer. Leave empty to use none.
|
|
copyrighturl = "https://creativecommons.org/licenses/by-sa/4.0/"
|
|
|
|
# Show the "built on Hugo" disclaimer
|
|
showhugo = true
|
|
|
|
# Urls for social networks
|
|
mastodon = "https://tilde.zone/@mnw"
|
|
|
|
# Enables or disables the loading animations. false activates them. Default is false.
|
|
loadfastload = true
|
|
|
|
# Sets the speed for the page loading effect. Default is 1.0.
|
|
loadspeedfactor = 1.5
|
|
|
|
# Enables or disables the second flyby cursor. Default is false.
|
|
loadonepass = true
|
|
|
|
[params.copyright]
|
|
name = "CC-BY-SA"
|
|
|
|
# The url to use as link in the copyright name in the footer. Leave empty to use none.
|
|
url = "https://creativecommons.org/licenses/by-sa/4.0/"
|
|
|
|
# Text to go between copyright and hugo disclaimer (if enabled)
|
|
suffix = "[hugo.386 theme by Max le Fou](https://gitlab.com/maxlefou/hugo.386)"
|
|
|
|
# Text to go before copyright information
|
|
prefix= "[FSF 2016](https://www.fsf.org/about/) [GNOME Lover](https://www.gnome.org/friends/) [GPG Key](https://keys.openpgp.org/vks/v1/by-fingerprint/034C591E11591CC00ADCF3DA7DC7E4FF11629043)"
|
|
|
|
[menu]
|
|
# This displays buttons in the navbar to access your contents
|
|
[[menu.main]]
|
|
identifier = "about" # An unique identifier for the button
|
|
name = "About" # A display name for the button
|
|
url = "/about/" # The path to the content. It can lead to a single page (like here)
|
|
weight = 10 # A number to order the buttons in the navbar
|
|
|
|
[[menu.main]]
|
|
identifier = "posts"
|
|
name = "All posts"
|
|
url = "/post/" # The path can lead to a content folder too.
|
|
weight = 20
|
|
|
|
[taxonomies]
|
|
category = "categories"
|
|
tag = "tags"
|
|
|
|
|
|
[privacy]
|
|
|
|
[privacy.vimeo]
|
|
disabled = false
|
|
simple = true
|
|
|
|
[privacy.twitter]
|
|
disabled = false
|
|
enableDNT = true
|
|
simple = true
|
|
|
|
[privacy.instagram]
|
|
disabled = false
|
|
simple = true
|
|
|
|
[privacy.youtube]
|
|
disabled = false
|
|
privacyEnhanced = true
|
|
|
|
[services]
|
|
|
|
[services.instagram]
|
|
disableInlineCSS = true
|
|
|
|
[services.twitter]
|
|
disableInlineCSS = true
|