Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
zhendewokusi committed Sep 26, 2023
1 parent d2e2a04 commit 5093875
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
2 changes: 1 addition & 1 deletion _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ timezone: 'UTC'

# URL
## Set your site url here. For example, if you use GitHub Page, set url as 'https://username.github.io/project'
url: http://zhendewokusi.github.io/
url: http://zhendewokusi.github.io/index.html
permalink: :year/:month/:day/:title/
permalink_defaults:
pretty_urls:
Expand Down
10 changes: 10 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
<!DOCTYPE html>
<html>
<head>
<title>Welcome to My Website</title>
</head>
<body>
<h1>Hello, World!</h1>
<p>Welcome to my website. This is the default homepage.</p>
</body>
</html>

0 comments on commit 5093875

Please sign in to comment.