initial rtj.dev blog commit
This commit is contained in:
3
.gitmodules
vendored
Normal file
3
.gitmodules
vendored
Normal 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
0
.hugo_build.lock
Normal file
6
archetypes/default.md
Normal file
6
archetypes/default.md
Normal file
@ -0,0 +1,6 @@
|
||||
---
|
||||
title: "{{ replace .Name "-" " " | title }}"
|
||||
date: {{ .Date }}
|
||||
draft: true
|
||||
---
|
||||
|
26
hugo.toml
Normal file
26
hugo.toml
Normal 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
692
layouts/partials/svg.html
Normal file
File diff suppressed because one or more lines are too long
1
themes/PaperMod
Submodule
1
themes/PaperMod
Submodule
Submodule themes/PaperMod added at 4a924cef54
Reference in New Issue
Block a user