initial rtj.dev blog commit

This commit is contained in:
Roland Thomas 2023-06-07 14:41:41 -04:00
commit 49b4aeba10
6 changed files with 728 additions and 0 deletions

3
.gitmodules vendored Normal file
View File

@ -0,0 +1,3 @@
[submodule "themes/PaperMod"]
path = themes/PaperMod
url = https://github.com/adityatelange/hugo-PaperMod.git

0
.hugo_build.lock Normal file
View File

6
archetypes/default.md Normal file
View File

@ -0,0 +1,6 @@
---
title: "{{ replace .Name "-" " " | title }}"
date: {{ .Date }}
draft: true
---

26
hugo.toml Normal file
View File

@ -0,0 +1,26 @@
baseURL = 'https://rtj.dev/'
languageCode = 'en-us'
title = 'rtj.dev'
theme = 'PaperMod'
[params]
foo = 'bar'
# home-info mode
[params.homeInfoParams]
Title = "Hi there \U0001F44B"
Content = 'Welcome to my blog'
[[params.socialIcons]]
name = 'twitter'
url = 'https://twitter.com/rolandthomasjr'
[[params.socialIcons]]
name = 'github'
url = 'https://github.com/rolandtjr'
[[params.socialIcons]]
name = 'credly'
url = 'https://credly.com/users/roland-thomas-jr'

692
layouts/partials/svg.html Normal file

File diff suppressed because one or more lines are too long

1
themes/PaperMod Submodule

@ -0,0 +1 @@
Subproject commit 4a924cef54081b61530a30bd69d442ae95f16561