Skip to content

Commit

Permalink
fix title
Browse files Browse the repository at this point in the history
  • Loading branch information
rustyoz committed Aug 15, 2024
1 parent 9e40b2a commit 5404f10
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 13 deletions.
2 changes: 1 addition & 1 deletion content/_index.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
+++
title = 'Russell's Blog'
title = "Russell's Blog"
draft = false
+++
36 changes: 24 additions & 12 deletions hugo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,27 @@ min = "0.116.0"
[params]
githubName = "rustyoz"
twitterName = "rustyoliver"
facebookName = "russelloliver"
[[menu.main]]
name = "Home"
weight = -130
identifier = "home"
url = "/"

[[menu.main]]
name = "Blog"
weight = -120
identifier = "blog"
url = "/blog/"
facebookName = "russelloliver"
homeCollectionTitle = 'Posts'
homeCollection = 'posts'

[[params.menu]]
name = "home"
url = "/"

[[params.menu]]
name = "posts"
url = "/posts"

[[params.social]]
name = "linkedin"
url = "https://www.linkedin.com/in/russelloliver2"

[[params.social]]
name = "twitter"
url = "https://x.com/@rusty_oliver"


[[params.social]]
name = "github"
url = "https://github.com/@rustyozs"

0 comments on commit 5404f10

Please sign in to comment.