Add first post

This commit is contained in:
Roland Thomas
2023-06-07 19:25:58 -04:00
parent 49b4aeba10
commit 41a264a32b
6 changed files with 66 additions and 8 deletions

View File

@@ -1,16 +1,11 @@
baseURL = 'https://rtj.dev/'
languageCode = 'en-us'
title = 'rtj.dev'
paginate = 10
theme = 'PaperMod'
[params]
foo = 'bar'
# home-info mode
[params.homeInfoParams]
Title = "Hi there \U0001F44B"
Title = "Roland Thomas Jr \U0001F525"
Content = 'Welcome to my blog'
[[params.socialIcons]]
@@ -23,4 +18,31 @@ theme = 'PaperMod'
[[params.socialIcons]]
name = 'credly'
url = 'https://credly.com/users/roland-thomas-jr'
url = 'https://credly.com/users/roland-thomas-jr'
[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 = 1
[outputs]
home = [ "HTML", "RSS", "JSON" ]