diff --git a/content/_index.md b/content/_index.md index 3279949..56b0938 100644 --- a/content/_index.md +++ b/content/_index.md @@ -1,4 +1,4 @@ +++ -title = 'Russell's Blog' +title = "Russell's Blog" draft = false +++ diff --git a/hugo.toml b/hugo.toml index 94d2a83..70a3d0a 100644 --- a/hugo.toml +++ b/hugo.toml @@ -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/" \ No newline at end of file + 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" \ No newline at end of file