Skip to content

Commit dd75028

Browse files
committed
🔧 Fix GitHub Pages configuration - Update baseurl and add default layout for pages
1 parent 43c8e5e commit dd75028

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

‎_config.yml‎

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# Site settings
22
title: Aviral Verma
33
description: 'Hi there! Welcome to my personal webpage.'
4-
url: "http://127.0.0.1:4000"
5-
baseurl: "/Avi_web"
4+
url: "https://avi-xd.github.io"
5+
baseurl: "/Aviral"
66

77
author:
88
name: 'Aviral Verma'
@@ -18,6 +18,12 @@ collections:
1818

1919
# Default layouts
2020
defaults:
21+
-
22+
scope:
23+
path: ""
24+
type: "pages"
25+
values:
26+
layout: "single-page"
2127
-
2228
scope:
2329
path: ''

0 commit comments

Comments
 (0)