add configs
This commit is contained in:
parent
86848bed61
commit
bc1ac48c36
5
archetypes/default.md
Normal file
5
archetypes/default.md
Normal file
@ -0,0 +1,5 @@
|
||||
---
|
||||
title: "{{ replace .Name "-" " " | title }}"
|
||||
date: {{ .Date }}
|
||||
draft: true
|
||||
---
|
19
config.toml
Normal file
19
config.toml
Normal file
@ -0,0 +1,19 @@
|
||||
baseURL = "https://cybercyst.me"
|
||||
languageCode = "en-us"
|
||||
title = "Forrest Loomis"
|
||||
theme = "hugo-goa"
|
||||
|
||||
[params]
|
||||
author = "Forrest Loomis"
|
||||
intro = "Code Monkey"
|
||||
authorimage = "headshot.png"
|
||||
|
||||
[params.social]
|
||||
linkedin = "forrest-loomis-7520a3b8"
|
||||
gitlab = "cybercyst"
|
||||
github = "cybercyst"
|
||||
keybase = "forrestloomis"
|
||||
|
||||
[params.extra]
|
||||
copyright = "© 2021 Forrest Loomis"
|
||||
poweredby = true
|
BIN
static/img/headshot.png
Normal file
BIN
static/img/headshot.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 216 KiB |
Loading…
x
Reference in New Issue
Block a user