From 20ed3e2c79b30c9edca143381d0fb971efcd0506 Mon Sep 17 00:00:00 2001 From: chazzjordan Date: Thu, 9 Jan 2025 12:38:02 -0500 Subject: [PATCH 1/2] Update _config.yml --- _config.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/_config.yml b/_config.yml index d13c687b5b6..c3bacecbbc9 100644 --- a/_config.yml +++ b/_config.yml @@ -1,6 +1,6 @@ -title: "Blog Title" -author: "Blog Author" -description: "Made with <3" +title: "Chazz Jordan" +author: "Chazz Jordan" +description: "University of Georgia | Plant Biology Department" permalink: /:title/ lang: "en" excerpt_separator: "\n\n\n" From e8d11b61982c33b497b753833cde0c63ef3654b9 Mon Sep 17 00:00:00 2001 From: chazzjordan Date: Thu, 9 Jan 2025 12:41:31 -0500 Subject: [PATCH 2/2] Update _config.yml --- _config.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/_config.yml b/_config.yml index c3bacecbbc9..80faff98255 100644 --- a/_config.yml +++ b/_config.yml @@ -10,14 +10,14 @@ date_format: "%B %d, %Y" show_excerpts: true # show article excerpts on the home page show_frame: true # adds a gray frame to the site -show_sidebar: false # show a sidebar instead of the usual header +show_sidebar: true # show a sidebar instead of the usual header minimal: false # use a dark header # Menu navigation: # accepts {file, title, url, icon, sidebaricon} - - {file: "index.html"} - - {file: "README.md"} + - {file: "index.html", title: Home Change, icon: home} + - {file: "README.md", title: About, icon: address-card} external: # shows a footer with social links - for available icons see fontawesome.com/icons - {title: Mail, icon: envelope, url: "mailto:niklasbuschmann@users.noreply.github.com"}