Skip to content

Commit 19d2e34

Browse files
committed
Build Placeholder Static Site
1 parent 3085abd commit 19d2e34

17 files changed

+425
-0
lines changed

public/404.html

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
<!doctype html>
2+
<html lang="en-GB">
3+
<head><script src="/livereload.js?mindelay=10&amp;v=2&amp;port=1313&amp;path=livereload" data-no-instant defer></script>
4+
<title>404 Page not found // CodeLust</title>
5+
<link rel="shortcut icon" href="/favicon.ico" />
6+
<meta charset="utf-8" />
7+
<meta name="generator" content="Hugo 0.147.3">
8+
<meta name="viewport" content="width=device-width, initial-scale=1" />
9+
<meta name="author" content="John Doe" />
10+
<meta name="description" content="" />
11+
<link rel="stylesheet" href="/css/main.min.5b1fcc8902588589c4767187402a3c29f8b8d7a6fdef6d9f8f77045bb0d14fee.css" />
12+
13+
14+
15+
16+
<meta name="twitter:card" content="summary">
17+
<meta name="twitter:title" content="404 Page not found">
18+
19+
<meta property="og:url" content="http://localhost:1313/404.html">
20+
<meta property="og:site_name" content="CodeLust">
21+
<meta property="og:title" content="404 Page not found">
22+
<meta property="og:locale" content="en_GB">
23+
<meta property="og:type" content="website">
24+
25+
26+
</head>
27+
<body>
28+
<header class="app-header">
29+
<a href="/"><img class="app-header-avatar" src="/avatar.jpg" alt="John Doe" /></a>
30+
<span class="app-header-title">CodeLust</span>
31+
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc vehicula turpis sit amet elit pretium.</p>
32+
</header>
33+
<main class="app-container">
34+
35+
<div class="error-404">
36+
<h1 class="error-404-title">O<svg class="icon icon-frown" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><title>frown</title><circle cx="12" cy="12" r="10"></circle><path d="M16 16s-1.5-2-4-2-4 2-4 2"></path><line x1="9" y1="9" x2="9.01" y2="9"></line><line x1="15" y1="9" x2="15.01" y2="9"></line></svg>ps... </h1>
37+
<p>The link you followed may be broken, or the page may have been removed.</p>
38+
<a href="/">Go home <svg class="icon icon-arrow-right" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><title>arrow-right</title><line x1="5" y1="12" x2="19" y2="12"></line><polyline points="12 5 19 12 12 19"></polyline></svg></a>
39+
</div>
40+
41+
</main>
42+
</body>
43+
</html>

public/avatar.jpg

2.85 KB
Loading

public/categories/index.html

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
<!doctype html>
2+
<html lang="en-GB">
3+
<head><script src="/livereload.js?mindelay=10&amp;v=2&amp;port=1313&amp;path=livereload" data-no-instant defer></script>
4+
<title>Categories // CodeLust</title>
5+
<link rel="shortcut icon" href="/favicon.ico" />
6+
<meta charset="utf-8" />
7+
<meta name="generator" content="Hugo 0.147.3">
8+
<meta name="viewport" content="width=device-width, initial-scale=1" />
9+
<meta name="author" content="John Doe" />
10+
<meta name="description" content="" />
11+
<link rel="stylesheet" href="/css/main.min.5b1fcc8902588589c4767187402a3c29f8b8d7a6fdef6d9f8f77045bb0d14fee.css" />
12+
<link rel="alternate" type="application/rss+xml" href="http://localhost:1313/categories/index.xml" title="CodeLust">
13+
14+
15+
16+
17+
<meta name="twitter:card" content="summary">
18+
<meta name="twitter:title" content="Categories">
19+
20+
<meta property="og:url" content="http://localhost:1313/categories/">
21+
<meta property="og:site_name" content="CodeLust">
22+
<meta property="og:title" content="Categories">
23+
<meta property="og:locale" content="en_GB">
24+
<meta property="og:type" content="website">
25+
26+
27+
</head>
28+
<body>
29+
<header class="app-header">
30+
<a href="/"><img class="app-header-avatar" src="/avatar.jpg" alt="John Doe" /></a>
31+
<span class="app-header-title">CodeLust</span>
32+
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc vehicula turpis sit amet elit pretium.</p>
33+
</header>
34+
<main class="app-container">
35+
36+
<article>
37+
<h1>Categories</h1>
38+
<ul class="tags-list">
39+
40+
</ul>
41+
</article>
42+
43+
</main>
44+
</body>
45+
</html>

public/categories/index.xml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
2+
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
3+
<channel>
4+
<title>Categories on CodeLust</title>
5+
<link>http://localhost:1313/categories/</link>
6+
<description>Recent content in Categories on CodeLust</description>
7+
<generator>Hugo</generator>
8+
<language>en-GB</language>
9+
<atom:link href="http://localhost:1313/categories/index.xml" rel="self" type="application/rss+xml" />
10+
</channel>
11+
</rss>

public/css/main.min.5b1fcc8902588589c4767187402a3c29f8b8d7a6fdef6d9f8f77045bb0d14fee.css

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

public/index.html

Lines changed: 61 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,61 @@
1+
<!doctype html>
2+
<html lang="en-GB">
3+
<head><script src="/livereload.js?mindelay=10&amp;v=2&amp;port=1313&amp;path=livereload" data-no-instant defer></script>
4+
<title>CodeLust</title>
5+
<link rel="shortcut icon" href="/favicon.ico" />
6+
<meta charset="utf-8" />
7+
<meta name="generator" content="Hugo 0.147.3">
8+
<meta name="viewport" content="width=device-width, initial-scale=1" />
9+
<meta name="author" content="John Doe" />
10+
<meta name="description" content="" />
11+
<link rel="stylesheet" href="/css/main.min.5b1fcc8902588589c4767187402a3c29f8b8d7a6fdef6d9f8f77045bb0d14fee.css" />
12+
<link rel="alternate" type="application/rss+xml" href="http://localhost:1313/index.xml" title="CodeLust">
13+
14+
15+
16+
17+
<meta name="twitter:card" content="summary">
18+
<meta name="twitter:title" content="CodeLust">
19+
20+
<meta property="og:url" content="http://localhost:1313/">
21+
<meta property="og:site_name" content="CodeLust">
22+
<meta property="og:title" content="CodeLust">
23+
<meta property="og:locale" content="en_GB">
24+
<meta property="og:type" content="website">
25+
26+
27+
</head>
28+
<body>
29+
<header class="app-header">
30+
<a href="/"><img class="app-header-avatar" src="/avatar.jpg" alt="John Doe" /></a>
31+
<span class="app-header-title">CodeLust</span>
32+
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc vehicula turpis sit amet elit pretium.</p>
33+
</header>
34+
<main class="app-container">
35+
36+
<article>
37+
<h1>CodeLust</h1>
38+
39+
<ul class="posts-list">
40+
41+
<li class="posts-list-item">
42+
<a class="posts-list-item-title" href="/posts/new-post/">New Post</a>
43+
<span class="posts-list-item-description">
44+
<svg class="icon icon-calendar" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><title>calendar</title><rect x="3" y="4" width="18" height="18" rx="2" ry="2"></rect><line x1="16" y1="2" x2="16" y2="6"></line><line x1="8" y1="2" x2="8" y2="6"></line><line x1="3" y1="10" x2="21" y2="10"></line></svg>
45+
May 18, 2025
46+
<span class="posts-list-item-separator">-</span>
47+
<svg class="icon icon-clock" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><title>clock</title><circle cx="12" cy="12" r="10"></circle><polyline points="12 6 12 12 16 14"></polyline></svg>
48+
1 min read
49+
</span>
50+
</li>
51+
52+
</ul>
53+
54+
55+
56+
57+
</article>
58+
59+
</main>
60+
</body>
61+
</html>

public/index.xml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
2+
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
3+
<channel>
4+
<title>CodeLust</title>
5+
<link>http://localhost:1313/</link>
6+
<description>Recent content on CodeLust</description>
7+
<generator>Hugo</generator>
8+
<language>en-GB</language>
9+
<lastBuildDate>Sun, 18 May 2025 23:14:36 +0100</lastBuildDate>
10+
<atom:link href="http://localhost:1313/index.xml" rel="self" type="application/rss+xml" />
11+
<item>
12+
<title>New Post</title>
13+
<link>http://localhost:1313/posts/new-post/</link>
14+
<pubDate>Sun, 18 May 2025 23:14:36 +0100</pubDate>
15+
<guid>http://localhost:1313/posts/new-post/</guid>
16+
<description>&lt;h2 id=&#34;introduction&#34;&gt;Introduction&lt;/h2&gt;&#xA;&lt;p&gt;This is &lt;strong&gt;bold&lt;/strong&gt; text, and this is &lt;em&gt;emphasized&lt;/em&gt; text.&lt;/p&gt;&#xA;&lt;p&gt;Visit the &lt;a href=&#34;https://www.codelust.dev/&#34;&gt;CodeLust&lt;/a&gt; website!&lt;/p&gt;</description>
17+
</item>
18+
</channel>
19+
</rss>

public/page/1/index.html

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
<!DOCTYPE html>
2+
<html lang="en-GB">
3+
<head>
4+
<title>http://localhost:1313/</title>
5+
<link rel="canonical" href="http://localhost:1313/">
6+
<meta name="robots" content="noindex">
7+
<meta charset="utf-8">
8+
<meta http-equiv="refresh" content="0; url=http://localhost:1313/">
9+
</head>
10+
</html>

public/posts/index.html

Lines changed: 61 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,61 @@
1+
<!doctype html>
2+
<html lang="en-GB">
3+
<head><script src="/livereload.js?mindelay=10&amp;v=2&amp;port=1313&amp;path=livereload" data-no-instant defer></script>
4+
<title>Posts // CodeLust</title>
5+
<link rel="shortcut icon" href="/favicon.ico" />
6+
<meta charset="utf-8" />
7+
<meta name="generator" content="Hugo 0.147.3">
8+
<meta name="viewport" content="width=device-width, initial-scale=1" />
9+
<meta name="author" content="John Doe" />
10+
<meta name="description" content="" />
11+
<link rel="stylesheet" href="/css/main.min.5b1fcc8902588589c4767187402a3c29f8b8d7a6fdef6d9f8f77045bb0d14fee.css" />
12+
<link rel="alternate" type="application/rss+xml" href="http://localhost:1313/posts/index.xml" title="CodeLust">
13+
14+
15+
16+
17+
<meta name="twitter:card" content="summary">
18+
<meta name="twitter:title" content="Posts">
19+
20+
<meta property="og:url" content="http://localhost:1313/posts/">
21+
<meta property="og:site_name" content="CodeLust">
22+
<meta property="og:title" content="Posts">
23+
<meta property="og:locale" content="en_GB">
24+
<meta property="og:type" content="website">
25+
26+
27+
</head>
28+
<body>
29+
<header class="app-header">
30+
<a href="/"><img class="app-header-avatar" src="/avatar.jpg" alt="John Doe" /></a>
31+
<span class="app-header-title">CodeLust</span>
32+
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc vehicula turpis sit amet elit pretium.</p>
33+
</header>
34+
<main class="app-container">
35+
36+
<article>
37+
<h1>Posts</h1>
38+
39+
<ul class="posts-list">
40+
41+
<li class="posts-list-item">
42+
<a class="posts-list-item-title" href="/posts/new-post/">New Post</a>
43+
<span class="posts-list-item-description">
44+
<svg class="icon icon-calendar" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><title>calendar</title><rect x="3" y="4" width="18" height="18" rx="2" ry="2"></rect><line x1="16" y1="2" x2="16" y2="6"></line><line x1="8" y1="2" x2="8" y2="6"></line><line x1="3" y1="10" x2="21" y2="10"></line></svg>
45+
May 18, 2025
46+
<span class="posts-list-item-separator">-</span>
47+
<svg class="icon icon-clock" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><title>clock</title><circle cx="12" cy="12" r="10"></circle><polyline points="12 6 12 12 16 14"></polyline></svg>
48+
1 min read
49+
</span>
50+
</li>
51+
52+
</ul>
53+
54+
55+
56+
57+
</article>
58+
59+
</main>
60+
</body>
61+
</html>

public/posts/index.xml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
2+
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
3+
<channel>
4+
<title>Posts on CodeLust</title>
5+
<link>http://localhost:1313/posts/</link>
6+
<description>Recent content in Posts on CodeLust</description>
7+
<generator>Hugo</generator>
8+
<language>en-GB</language>
9+
<lastBuildDate>Sun, 18 May 2025 23:14:36 +0100</lastBuildDate>
10+
<atom:link href="http://localhost:1313/posts/index.xml" rel="self" type="application/rss+xml" />
11+
<item>
12+
<title>New Post</title>
13+
<link>http://localhost:1313/posts/new-post/</link>
14+
<pubDate>Sun, 18 May 2025 23:14:36 +0100</pubDate>
15+
<guid>http://localhost:1313/posts/new-post/</guid>
16+
<description>&lt;h2 id=&#34;introduction&#34;&gt;Introduction&lt;/h2&gt;&#xA;&lt;p&gt;This is &lt;strong&gt;bold&lt;/strong&gt; text, and this is &lt;em&gt;emphasized&lt;/em&gt; text.&lt;/p&gt;&#xA;&lt;p&gt;Visit the &lt;a href=&#34;https://www.codelust.dev/&#34;&gt;CodeLust&lt;/a&gt; website!&lt;/p&gt;</description>
17+
</item>
18+
</channel>
19+
</rss>

0 commit comments

Comments
 (0)