173 lines
4.9 KiB
TOML
173 lines
4.9 KiB
TOML
# For a description of these parameters, please visit the theme wiki.
|
|
# https://github.com/pacollins/hugo-future-imperfect-slim/wiki/config.toml
|
|
baseurl = "http://crypticturtle.mynetgear.com:8080"
|
|
DefaultContentLanguage = "en"
|
|
title = "Colin's Blog"
|
|
theme = "hugo-future-imperfect-slim"
|
|
paginate = 3
|
|
disqusShortname = ""
|
|
googleAnalytics = ""
|
|
pluralizeListTitles = false
|
|
disableLanguages = [""]
|
|
|
|
[outputs]
|
|
home = ["html", "json"]
|
|
|
|
[params]
|
|
enableCDN = false
|
|
cssFiles = ["default"]
|
|
jsFiles = ["default"]
|
|
highlightjs = true
|
|
highlightjsTheme = "github"
|
|
highlightjsLang = ["html", "css", "js", "toml"]
|
|
viewMorePostsLink = "/blog/"
|
|
readingTime = true
|
|
socialShare = []
|
|
|
|
[params.meta]
|
|
description = "A theme by HTML5 UP, ported by Julio Pescador. Slimmed and enhanced by Patrick Collins. Multilingual by StatnMap. Powered by Hugo."
|
|
author = "HTML5UP and Hugo"
|
|
favicon = false
|
|
svg = true
|
|
faviconVersion = "1"
|
|
msColor = "#ffffff"
|
|
iOSColor = "#ffffff"
|
|
|
|
[params.header]
|
|
navbarTitle = "Colins's Blog"
|
|
dynamicTitles = true
|
|
searchMenu = true
|
|
shareMenu = true
|
|
languageMenu = true
|
|
|
|
[params.intro]
|
|
header = "Colin's Hugo Site"
|
|
paragraph = "Just some strange and rambling ruminations."
|
|
rssIntro = true
|
|
socialIntro = true
|
|
hideWhenSingleColumn = false
|
|
alwaysOnHomepage = false
|
|
|
|
# [params.intro.pic]
|
|
# src = "img/main/logo.jpg"
|
|
# shape = "circle"
|
|
# width = ""
|
|
# alt = "Colin's Blog"
|
|
|
|
[params.sidebar]
|
|
about = "Some random thoguhts"
|
|
postAmount = 5
|
|
categories = true
|
|
categoriesByCount = true
|
|
|
|
[params.footer]
|
|
rssFooter = true
|
|
socialFooter = true
|
|
|
|
[params.staticman]
|
|
enabled = true
|
|
api = "" # No Trailing Slash
|
|
gitProvider = ""
|
|
username = ""
|
|
repo = ""
|
|
branch = ""
|
|
|
|
[params.staticman.recaptcha]
|
|
siteKey = ""
|
|
encryptedKey = ""
|
|
|
|
[menu]
|
|
|
|
[[menu.main]]
|
|
name = "Home"
|
|
identifier = "home"
|
|
url = "/"
|
|
pre = "<i class='fa fa-home'></i>"
|
|
weight = 1
|
|
|
|
[[menu.main]]
|
|
name = "About"
|
|
identifier = "about"
|
|
url = "/about/"
|
|
pre = "<i class='far fa-id-card'></i>"
|
|
weight = 2
|
|
|
|
[[menu.main]]
|
|
name = "Blog"
|
|
identifier = "blog"
|
|
url = "/blog/"
|
|
pre = "<i class='far fa-newspaper'></i>"
|
|
weight = 3
|
|
|
|
[[menu.main]]
|
|
name = "Categories"
|
|
identifier = "categories"
|
|
url = "/categories/"
|
|
pre = "<i class='fas fa-sitemap'></i>"
|
|
weight = 5
|
|
|
|
[[menu.main]]
|
|
name = "Contact"
|
|
identifier = "contact"
|
|
url = "/contact/"
|
|
pre = "<i class='far fa-envelope'></i>"
|
|
weight = 6
|
|
|
|
[Languages]
|
|
|
|
[Languages.en]
|
|
LanguageCode = "en"
|
|
LanguageName = "English"
|
|
weight = 1
|
|
|
|
|
|
[social]
|
|
# Coding Communities
|
|
github = ""
|
|
gitlab = ""
|
|
stackoverflow = "" # User Number
|
|
bitbucket = ""
|
|
jsfiddle = ""
|
|
codepen = ""
|
|
# Visual Art Communities
|
|
deviantart = ""
|
|
flickr = ""
|
|
behance = ""
|
|
dribbble = ""
|
|
# Publishing Communities
|
|
wordpress = ""
|
|
medium = ""
|
|
# Professional/Business Oriented Communities
|
|
linkedin = ""
|
|
linkedin_company = ""
|
|
foursquare = ""
|
|
xing = ""
|
|
slideshare = ""
|
|
# Social Networks
|
|
facebook = ""
|
|
googleplus = ""
|
|
reddit = ""
|
|
quora = ""
|
|
youtube = ""
|
|
vimeo = ""
|
|
whatsapp = "" # WhatsApp Number
|
|
# WeChat and QQ need testing.
|
|
wechat = ""
|
|
qq = "" # User ID Number
|
|
instagram = ""
|
|
tumblr = ""
|
|
twitter = ""
|
|
strava = ""
|
|
skype = ""
|
|
snapchat = ""
|
|
pinterest = ""
|
|
telegram = ""
|
|
vine = ""
|
|
googlescholar = ""
|
|
orcid = ""
|
|
researchgate = ""
|
|
keybase = ""
|
|
mastodon = ""
|
|
# Email
|
|
email = ""
|