Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 8 additions & 9 deletions _config.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
# Site settings
title: My Blog
email: [email protected]
description: My simple blog.
baseurl: ""
url: ""
twitter_username:
avatar: "" # Set footer avatar
title: Practice Site Alyssa
email: [email protected]
description: My practice site.
baseurl: "/Practice-Site-Alyssa"
twitter_username: @AlyssaR21899079
avatar: "https://unsplash.com/photos/93XpuhUAz5U" # Set footer avatar
paginate: 3

# Build settings
Expand All @@ -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
-
Expand Down