Skip to content

Commit

Permalink
Add main menu items
Browse files Browse the repository at this point in the history
Signed-off-by: Albert Esteve <aesteve@redhat.com>
  • Loading branch information
aesteve-rh committed Nov 6, 2023
1 parent 1277d87 commit 5676d0d
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 2 deletions.
35 changes: 33 additions & 2 deletions config.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,36 @@
baseURL = '/'
languageCode = 'en-us'
title = "alesgar's blog"
title = "alesgar's Digital Cockpit"
theme = "m10c"
author = "alesgar"

[params]
author = 'alesgar'
description = 'A blog about Linux, virtualization, and automotive. My journey.'
avatar = 'NOTSUREIF.jpg'
menu_item_separator = '|'

[taxonomies]
tag = "tags"
category = "categories"

[[menu.main]]
identifier = "posts"
name = "Posts"
url = "/posts/"
weight = 100

[[menu.main]]
identifier = "tags"
name = "Tags"
url = "/tags/"
weight = 200

[[params.social]]
icon = 'github'
name = 'github'
url = 'https://github.com/alesgar-rh'

[[params.social]]
icon = 'linkedin'
name = 'linkedin'
url = 'https://www.linkedin.com/in/alesgar/'
Binary file added static/NOTSUREIF.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 5676d0d

Please sign in to comment.