diff --git a/_config.yml b/_config.yml index 7e79316..9a38cf8 100644 --- a/_config.yml +++ b/_config.yml @@ -1,11 +1,10 @@ # Site settings -title: My Blog -email: coolwebconfs@gmail.com -description: My simple blog. -baseurl: "" -url: "" -twitter_username: -avatar: "" # Set footer avatar +title: Practice Site Alyssa +email: aruss947@gmail.com +description: My practice site. +baseurl: "/Practice-Site-Alyssa" +twitter_username: @AlyssaR21899079 +avatar: "https://unsplash.com/photos/93XpuhUAz5U" # Set footer avatar paginate: 3 # Build settings @@ -19,8 +18,8 @@ defaults: path: "" type: "posts" values: - author: "My Author" # Set default author name - categories: "cats" + author: "Alyssa Russell" # Set default author name + categories: "dogs" layout: "post" comments: true -