Skip to content

Commit

Permalink
set up eleventy
Browse files Browse the repository at this point in the history
  • Loading branch information
oguching committed May 4, 2023
1 parent 27b971a commit bf38733
Show file tree
Hide file tree
Showing 6 changed files with 2,366 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

Hej is an 11ty starter site with inspiration from the [Hey](https://wordpress.com/theme/hey) WordPress theme.

The goal is to make a lightweight, simple starter site for blogs.
The goal is to make a lightweight, simple starter site for personal bloggers. You can find my initial prototype on [codepen](https://codepen.io/oguching/pen/eYPBgYG)
3 changes: 3 additions & 0 deletions _site/README/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
<h1>hej-12ty</h1>
<p>Hej is an 11ty starter site with inspiration from the <a href="https://wordpress.com/theme/hey">Hey</a> WordPress theme.</p>
<p>The goal is to make a lightweight, simple starter site for personal bloggers. You can find my initial prototype on <a href="https://codepen.io/oguching/pen/eYPBgYG">codepen</a></p>
12 changes: 12 additions & 0 deletions _site/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Hello Tokyo</title>
</head>
<body>
<h1>Hello Tokyo</h1>
</body>
</html>
12 changes: 12 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Hello Tokyo</title>
</head>
<body>
<h1>Hello Tokyo</h1>
</body>
</html>
Loading

0 comments on commit bf38733

Please sign in to comment.