feat: adding books section
This commit is contained in:
@ -1,4 +1,3 @@
|
||||
+++
|
||||
title = 'Blog'
|
||||
date = 2023-11-14T17:55:14Z
|
||||
+++
|
||||
|
4
content/books/_index.md
Normal file
4
content/books/_index.md
Normal file
@ -0,0 +1,4 @@
|
||||
+++
|
||||
title = 'Books'
|
||||
date = 2025-07-22T15:15:00Z
|
||||
+++
|
@ -9,9 +9,15 @@ theme = 'risotto'
|
||||
[[menu.main]]
|
||||
name = 'Blog'
|
||||
pageRef = '/blog'
|
||||
weight = 1
|
||||
[[menu.main]]
|
||||
weight = 1
|
||||
name = 'Projects'
|
||||
pageRef = '/projects'
|
||||
[[menu.main]]
|
||||
weight = 10
|
||||
name = 'Books'
|
||||
pageRef = '/books'
|
||||
|
||||
[params.about]
|
||||
title = "John Costa"
|
||||
|
@ -1,3 +1,4 @@
|
||||
<li>
|
||||
<a href="{{ .Permalink }}">{{ .Title | markdownify }}</a>
|
||||
{{ $format := "02 Jan 2006" }}
|
||||
<a href="{{ .Permalink }}">{{ .Date.Format $format }} | {{ .Title | markdownify }}</a>
|
||||
</li>
|
||||
|
Reference in New Issue
Block a user