93 lines
1.7 KiB
TOML
93 lines
1.7 KiB
TOML
baseURL = 'https://rtj.dev/'
|
|
languageCode = 'en-us'
|
|
title = 'rtj.dev'
|
|
paginate = 10
|
|
theme = 'PaperMod'
|
|
enableEmoji = true
|
|
|
|
[params]
|
|
author = 'Roland Thomas Jr'
|
|
defaultTheme = 'auto'
|
|
ShowShareButtons = true
|
|
ShowCodeCopyButtons = true
|
|
ShowPostNavLinks = true
|
|
ShowRssButtonInSectionTermList = true
|
|
comments = true
|
|
ShowReadingTime = true
|
|
|
|
[params.homeInfoParams]
|
|
Title = "Roland Thomas Jr \U0001F525"
|
|
Content = 'Welcome to my blog'
|
|
|
|
[[params.socialIcons]]
|
|
name = 'twitter'
|
|
url = 'https://twitter.com/rolandthomasjr'
|
|
|
|
[[params.socialIcons]]
|
|
name = 'mastodon'
|
|
url = 'https://mastodon.social/@rolandtjr'
|
|
|
|
[[params.socialIcons]]
|
|
name = 'youtube'
|
|
url = 'https://www.youtube.com/@DevSecLife'
|
|
|
|
[[params.socialIcons]]
|
|
name = 'github'
|
|
url = 'https://github.com/rolandtjr'
|
|
|
|
[[params.socialIcons]]
|
|
name = 'codewars'
|
|
url = 'https://www.codewars.com/users/rolandtjr'
|
|
|
|
[[params.socialIcons]]
|
|
name = 'credly'
|
|
url = 'https://credly.com/users/roland-thomas-jr'
|
|
|
|
[[params.socialIcons]]
|
|
name = 'goodreads'
|
|
url = 'https://www.goodreads.com/rolandthomasjr'
|
|
|
|
[[params.socialIcons]]
|
|
name = 'tidal'
|
|
url = 'https://www.tidal.com'
|
|
|
|
[[params.socialIcons]]
|
|
name = 'email'
|
|
url = 'mailto:roland@rtj.dev'
|
|
|
|
[[params.socialIcons]]
|
|
name = 'Rss'
|
|
url = 'index.xml'
|
|
|
|
[languages.en]
|
|
languageName = 'English'
|
|
weight = 1
|
|
|
|
[languages.en.taxonomies]
|
|
category = "categories"
|
|
tag = "tags"
|
|
series = "series"
|
|
|
|
[[languages.en.menu.main]]
|
|
name = "Archive"
|
|
url = "archives/"
|
|
weight = 5
|
|
|
|
[[languages.en.menu.main]]
|
|
name = "Search"
|
|
url = "search/"
|
|
weight = 10
|
|
|
|
[[languages.en.menu.main]]
|
|
name = "Tags"
|
|
url = "tags/"
|
|
weight = 10
|
|
|
|
[[languages.en.menu.main]]
|
|
name = "git.rtj.dev"
|
|
url = "https://git.rtj.dev"
|
|
weight = 15
|
|
|
|
[outputs]
|
|
home = [ "HTML", "RSS", "JSON" ]
|