97 lines
2.3 KiB
TOML
97 lines
2.3 KiB
TOML
title = "sudoscientist"
|
|
theme = "Hugo-2-Gopher-and-Gemini"
|
|
languageCode = "en-us"
|
|
defaultcontentlanguage = "en-us"
|
|
|
|
# Ignore content written in html files
|
|
ignoreFiles = [".html$"]
|
|
|
|
[params]
|
|
author = "Asara"
|
|
copyright = "© [Asara](https://sudoscientist.com)"
|
|
info = "Asara's personal blog"
|
|
returnHome = "Return to main page"
|
|
|
|
[params.gemini]
|
|
description = "Asara's blog as a gemblog/gemini capsule"
|
|
menuText = "## Site sections"
|
|
postText = "## Posts"
|
|
socialText = "## Social media links"
|
|
includeMenu = ["main", "lists", "pages" ]
|
|
includeCategories = ["main", "lists", "pages" ]
|
|
includeSocial = ["main", "lists", "pages" ]
|
|
includeReturnHome = ["main", "lists", "pages" ]
|
|
includeAuthor = ["main", "lists", "pages" ]
|
|
|
|
[[menu.main]]
|
|
name = "Home"
|
|
weight = 1
|
|
url = "/"
|
|
[[menu.main]]
|
|
name = "Posts"
|
|
weight = 2
|
|
url = "/posts/"
|
|
[[menu.main]]
|
|
name = "About"
|
|
weight = 3
|
|
url = "/about/"
|
|
|
|
[[params.social]]
|
|
name = "personal git server"
|
|
weight = 1
|
|
url = "https://git.minhas.io/Asara"
|
|
[[params.social]]
|
|
name = "github"
|
|
weight = 2
|
|
url = "https://github.com/Asara"
|
|
[[params.social]]
|
|
name = "email"
|
|
weight = 3
|
|
url = "mailto:amarpreet@minhas.io"
|
|
|
|
#######################################################
|
|
# You may not need to touch the following configuration
|
|
|
|
config = "config-gg.toml"
|
|
metaDataFormat = "toml"
|
|
|
|
# Disable files not needed for Gopher and Gemini
|
|
disableRSS = true
|
|
disableSitemap = true
|
|
disable404 = true
|
|
enableEmoji = false
|
|
|
|
# Directories used for Gopher and Gemini generation
|
|
layoutDir = "layouts-gg"
|
|
publishDir = "public-gg"
|
|
|
|
uglyURLs = true
|
|
relativeURLs = false
|
|
canonifyURLs = true
|
|
|
|
[mediaTypes]
|
|
[mediaTypes."text/gemini"]
|
|
suffixes = ["gmi"]
|
|
[mediaTypes."text/plain"]
|
|
suffixes = ["txt"]
|
|
|
|
[outputs]
|
|
home = ["gemini",]
|
|
section = ["gemini",]
|
|
taxonomy = ["gemini",]
|
|
term = ["gemini",]
|
|
page = ["gemini",]
|
|
|
|
[outputFormats]
|
|
[outputFormats.Gemini]
|
|
name = "gemini"
|
|
mediaType = "text/gemini"
|
|
baseName = "gemini-page"
|
|
isPlainText = true
|
|
permalinkable = true
|
|
isHTML = false
|
|
protocol = "gemini://"
|
|
noUgly = false
|
|
path = "gemini/"
|
|
|