initial rtj.dev blog commit
This commit is contained in:
commit
49b4aeba10
|
@ -0,0 +1,3 @@
|
||||||
|
[submodule "themes/PaperMod"]
|
||||||
|
path = themes/PaperMod
|
||||||
|
url = https://github.com/adityatelange/hugo-PaperMod.git
|
|
@ -0,0 +1,6 @@
|
||||||
|
---
|
||||||
|
title: "{{ replace .Name "-" " " | title }}"
|
||||||
|
date: {{ .Date }}
|
||||||
|
draft: true
|
||||||
|
---
|
||||||
|
|
|
@ -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'
|
File diff suppressed because one or more lines are too long
|
@ -0,0 +1 @@
|
||||||
|
Subproject commit 4a924cef54081b61530a30bd69d442ae95f16561
|
Loading…
Reference in New Issue