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
|
2023-08-03 23:53:49 -04:00
|
|
|
pygmentsUseClasses = true
|
2023-07-08 22:09:42 -04:00
|
|
|
googleAnalytics = 'G-9BHN5G7N67'
|
2023-06-08 23:12:34 -04:00
|
|
|
|
|
|
|
[params]
|
2023-07-08 22:09:42 -04:00
|
|
|
env = 'production'
|
2023-06-08 23:12:34 -04:00
|
|
|
author = 'Roland Thomas Jr'
|
2023-07-30 23:25:44 -04:00
|
|
|
defaultTheme = 'dark'
|
|
|
|
disableThemeToggle = false
|
2023-06-08 23:12:34 -04:00
|
|
|
ShowShareButtons = true
|
|
|
|
ShowCodeCopyButtons = true
|
|
|
|
ShowPostNavLinks = true
|
|
|
|
ShowRssButtonInSectionTermList = true
|
|
|
|
comments = true
|
|
|
|
ShowReadingTime = true
|
2023-07-08 22:09:42 -04:00
|
|
|
ShowToc = false
|
2023-06-11 19:29:33 -04:00
|
|
|
|
2023-07-28 11:12:20 -04:00
|
|
|
[params.label]
|
2023-07-30 23:26:50 -04:00
|
|
|
icon = "/apple-touch-icon.png"
|
2023-08-03 09:57:54 -04:00
|
|
|
text = " "
|
2023-08-03 18:45:58 -04:00
|
|
|
iconHeight = 40
|
2023-08-03 09:57:54 -04:00
|
|
|
|
|
|
|
[params.gitea]
|
|
|
|
icon = "/gitea_rtj_logo.png"
|
|
|
|
text = "git.rtj.dev"
|
|
|
|
site = "https://git.rtj.dev"
|
2023-08-03 18:45:58 -04:00
|
|
|
iconHeight = 30
|
2023-07-28 11:12:20 -04:00
|
|
|
|
2023-07-28 10:29:42 -04:00
|
|
|
[params.assets]
|
2023-07-30 23:25:44 -04:00
|
|
|
favicon = "/favicon.ico"
|
|
|
|
favicon16x16 = "/favicon-16x16.png"
|
|
|
|
favicon32x32 = "/favicon-32x32.png"
|
|
|
|
apple_touch_icon = "/apple-touch-icon.png"
|
|
|
|
android_chrome_192x192 = "/android-chrome-192x192"
|
|
|
|
android_chrome_512x512 = "/android-chrome-512x512"
|
2023-07-28 09:52:55 -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"
|
2023-07-28 11:12:20 -04:00
|
|
|
Content = 'Welcome to my blog!'
|
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-07-08 17:40:19 -04:00
|
|
|
[[params.socialIcons]]
|
|
|
|
name = 'leetcode'
|
|
|
|
url = 'https://leetcode.com/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'
|
|
|
|
|
|
|
|
[[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
|
|
|
|
|
2023-06-07 19:25:58 -04:00
|
|
|
[outputs]
|
2023-06-14 21:49:50 -04:00
|
|
|
home = [ "HTML", "RSS", "JSON" ]
|