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 b47e2b489645f238143380fddeca08ab4f64b9a2 Mon Sep 17 00:00:00 2001 From: chazzjordan Date: Thu, 9 Jan 2025 12:42:48 -0500 Subject: [PATCH 2/2] Update _config.yml --- _config.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/_config.yml b/_config.yml index c3bacecbbc9..bdf1321b214 100644 --- a/_config.yml +++ b/_config.yml @@ -9,15 +9,15 @@ date_format: "%B %d, %Y" # Layout 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 -minimal: false # use a dark header +show_frame: false # adds a gray frame to the site +show_sidebar: true # show a sidebar instead of the usual header +minimal: true # 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"}