Set up placeholder article and project.
This commit is contained in:
parent
0eb304fec8
commit
b8a5b8f6b2
@ -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
|
@ -1,6 +1,6 @@
|
||||
+++
|
||||
title = 'Projects'
|
||||
date = 2024-05-28T17:56:41-07:00
|
||||
draft = true
|
||||
draft = false
|
||||
url = '/projects'
|
||||
+++
|
||||
|
@ -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
|
@ -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 ❤ by <a href=\"https://github.com/rhazdon\">Djordje Atlialp</a>"
|
||||
"Theme made with ❤ 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
|
||||
|
Loading…
Reference in New Issue
Block a user