diff --git a/archetypes/default.md b/archetypes/default.md new file mode 100644 index 0000000..26f317f --- /dev/null +++ b/archetypes/default.md @@ -0,0 +1,5 @@ +--- +title: "{{ replace .Name "-" " " | title }}" +date: {{ .Date }} +draft: true +--- diff --git a/config.toml b/config.toml new file mode 100644 index 0000000..abfd225 --- /dev/null +++ b/config.toml @@ -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 diff --git a/static/img/headshot.png b/static/img/headshot.png new file mode 100644 index 0000000..d12ef27 Binary files /dev/null and b/static/img/headshot.png differ