Skip to content

Commit

Permalink
under construction
Browse files Browse the repository at this point in the history
  • Loading branch information
sungmykim committed Nov 16, 2024
1 parent aa30f92 commit 4b4081b
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 4 deletions.
19 changes: 16 additions & 3 deletions 404.html
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
---
layout: 404
---
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Under Constuction</title>
<link rel="stylesheet" href="{{ "/assets/css/style.css" | relative_url }}">
</head>
<body>
<div class="under-construction">
<h1>Under Construction</h1>
<p>Stay tuned! Check back soon!</p>
<p> Sungmy Kim </p>
</div>
</body>
</html>

2 changes: 1 addition & 1 deletion _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ description: >- # this means to ignore newlines until "baseurl:"
line in _config.yml. It will appear in your document head meta (for
Google search results) and in your feed.xml site description.
baseurl: "" # the subpath of your site, e.g. /blog
baseurl: "/under-construction" # the subpath of your site, e.g. /blog
url: "" # the base hostname & protocol for your site, e.g. https://example.com
favicon: "" # the favicon for your site

Expand Down

0 comments on commit 4b4081b

Please sign in to comment.