2023-06-07 14:41:41 -04:00
|
|
|
baseURL = 'https://rtj.dev/'
|
|
|
|
languageCode = 'en-us'
|
|
|
|
title = 'rtj.dev'
|
2023-06-07 19:25:58 -04:00
|
|
|
paginate = 10
|
2023-06-07 14:41:41 -04:00
|
|
|
theme = 'PaperMod'
|
2023-06-08 23:12:34 -04:00
|
|
|
enableEmoji = true
|
|
|
|
|
|
|
|
[params]
|
|
|
|
author = 'Roland Thomas Jr'
|
|
|
|
defaultTheme = 'auto'
|
|
|
|
ShowShareButtons = true
|
|
|
|
ShowCodeCopyButtons = true
|
|
|
|
ShowPostNavLinks = true
|
|
|
|
ShowRssButtonInSectionTermList = true
|
|
|
|
comments = true
|
|
|
|
ShowReadingTime = true
|
2023-06-11 19:29:33 -04:00
|
|
|
|
2023-06-07 14:41:41 -04:00
|
|
|
[params.homeInfoParams]
|
2023-06-27 11:05:18 -04:00
|
|
|
Title = "Roland Thomas Jr \U0001F525"
|
|
|
|
Content = 'Welcome to my blog'
|
2023-06-07 14:41:41 -04:00
|
|
|
|
2023-06-16 22:38:01 -04:00
|
|
|
[[params.socialIcons]]
|
|
|
|
name = 'twitter'
|
|
|
|
url = 'https://twitter.com/rolandthomasjr'
|
|
|
|
|
2023-06-07 14:41:41 -04:00
|
|
|
[[params.socialIcons]]
|
2023-06-08 23:12:34 -04:00
|
|
|
name = 'mastodon'
|
|
|
|
url = 'https://mastodon.social/@rolandtjr'
|
2023-06-07 14:41:41 -04:00
|
|
|
|
2023-06-25 21:20:09 -04:00
|
|
|
[[params.socialIcons]]
|
|
|
|
name = 'youtube'
|
2023-06-26 12:29:36 -04:00
|
|
|
url = 'https://www.youtube.com/@DevSecLife'
|
2023-06-25 21:20:09 -04:00
|
|
|
|
2023-06-07 14:41:41 -04:00
|
|
|
[[params.socialIcons]]
|
|
|
|
name = 'github'
|
|
|
|
url = 'https://github.com/rolandtjr'
|
|
|
|
|
2023-06-08 23:12:34 -04:00
|
|
|
[[params.socialIcons]]
|
|
|
|
name = 'codewars'
|
|
|
|
url = 'https://www.codewars.com/users/rolandtjr'
|
|
|
|
|
2023-06-23 16:47:25 -04:00
|
|
|
[[params.socialIcons]]
|
|
|
|
name = 'credly'
|
|
|
|
url = 'https://credly.com/users/roland-thomas-jr'
|
|
|
|
|
2023-06-08 23:12:34 -04:00
|
|
|
[[params.socialIcons]]
|
|
|
|
name = 'goodreads'
|
|
|
|
url = 'https://www.goodreads.com/rolandthomasjr'
|
|
|
|
|
2023-07-08 13:28:37 -04:00
|
|
|
[[params.socialIcons]]
|
|
|
|
name = 'tidal'
|
|
|
|
url = 'https://www.tidal.com'
|
|
|
|
|
2023-06-08 23:12:34 -04:00
|
|
|
[[params.socialIcons]]
|
|
|
|
name = 'email'
|
|
|
|
url = 'mailto:roland@rtj.dev'
|
|
|
|
|
|
|
|
[[params.socialIcons]]
|
|
|
|
name = 'Rss'
|
|
|
|
url = 'index.xml'
|
|
|
|
|
2023-06-07 19:25:58 -04:00
|
|
|
[languages.en]
|
|
|
|
languageName = 'English'
|
|
|
|
weight = 1
|
|
|
|
|
|
|
|
[languages.en.taxonomies]
|
|
|
|
category = "categories"
|
|
|
|
tag = "tags"
|
|
|
|
series = "series"
|
|
|
|
|
|
|
|
[[languages.en.menu.main]]
|
|
|
|
name = "Archive"
|
2023-06-10 20:46:37 -04:00
|
|
|
url = "archives/"
|
2023-06-07 19:25:58 -04:00
|
|
|
weight = 5
|
|
|
|
|
|
|
|
[[languages.en.menu.main]]
|
|
|
|
name = "Search"
|
|
|
|
url = "search/"
|
|
|
|
weight = 10
|
|
|
|
|
|
|
|
[[languages.en.menu.main]]
|
|
|
|
name = "Tags"
|
|
|
|
url = "tags/"
|
2023-06-08 23:12:34 -04:00
|
|
|
weight = 10
|
|
|
|
|
|
|
|
[[languages.en.menu.main]]
|
2023-06-10 20:22:23 -04:00
|
|
|
name = "git.rtj.dev"
|
2023-06-08 23:12:34 -04:00
|
|
|
url = "https://git.rtj.dev"
|
|
|
|
weight = 15
|
2023-06-07 19:25:58 -04:00
|
|
|
|
|
|
|
[outputs]
|
2023-06-14 21:49:50 -04:00
|
|
|
home = [ "HTML", "RSS", "JSON" ]
|