diff --git a/_config.yml b/_config.yml index d13c687b5b6..80faff98255 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" @@ -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"}