Set up placeholder article and project.

This commit is contained in:
Joey Hafner 2024-05-28 22:15:22 -07:00
parent 0eb304fec8
commit b8a5b8f6b2
4 changed files with 20 additions and 3 deletions

View File

@ -0,0 +1,7 @@
+++
title = 'Test Article Please Ignore'
date = 2024-05-28T22:10:00-07:00
draft = false
+++
# No Articles Yet, Check Back Later

View File

@ -1,6 +1,6 @@
+++
title = 'Projects'
date = 2024-05-28T17:56:41-07:00
draft = true
draft = false
url = '/projects'
+++

View File

@ -0,0 +1,7 @@
+++
title = 'Test Project Please Ignore'
date = 2024-05-28T22:12:51-07:00
draft = false
+++
# No Projects Yet, Check Back Later

View File

@ -36,7 +36,6 @@ disableHugoGeneratorInject = false
[taxonomies]
tag = "tags"
category = "categories"
series = "series"
[params]
dateform = "Jan 2, 2006"
@ -66,7 +65,7 @@ disableHugoGeneratorInject = false
topText = []
bottomText = [
"Powered by <a href=\"http://gohugo.io\">Hugo</a>",
"Made with &#10084; by <a href=\"https://github.com/rhazdon\">Djordje Atlialp</a>"
"Theme made with &#10084; by <a href=\"https://github.com/rhazdon\">Djordje Atlialp</a>"
]
[params.favicon.color]
@ -115,15 +114,19 @@ disableHugoGeneratorInject = false
identifier = "about"
name = "About"
url = "about"
weight = 10
[[menu.main]]
identifier = "experience"
name = "Experience"
url = "experience"
weight = 20
[[menu.main]]
identifier = "articles"
name = "Articles"
url = "articles"
weight = 30
[[menu.main]]
identifier = "projects"
name = "Projects"
url = "projects"
weight = 40