feat: adding books section
This commit is contained in:
@ -1,4 +1,3 @@
|
|||||||
+++
|
+++
|
||||||
title = 'Blog'
|
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]]
|
[[menu.main]]
|
||||||
name = 'Blog'
|
name = 'Blog'
|
||||||
pageRef = '/blog'
|
pageRef = '/blog'
|
||||||
|
weight = 1
|
||||||
[[menu.main]]
|
[[menu.main]]
|
||||||
|
weight = 1
|
||||||
name = 'Projects'
|
name = 'Projects'
|
||||||
pageRef = '/projects'
|
pageRef = '/projects'
|
||||||
|
[[menu.main]]
|
||||||
|
weight = 10
|
||||||
|
name = 'Books'
|
||||||
|
pageRef = '/books'
|
||||||
|
|
||||||
[params.about]
|
[params.about]
|
||||||
title = "John Costa"
|
title = "John Costa"
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
<li>
|
<li>
|
||||||
<a href="{{ .Permalink }}">{{ .Title | markdownify }}</a>
|
{{ $format := "02 Jan 2006" }}
|
||||||
|
<a href="{{ .Permalink }}">{{ .Date.Format $format }} | {{ .Title | markdownify }}</a>
|
||||||
</li>
|
</li>
|
||||||
|
Reference in New Issue
Block a user