Skip to content

Commit 8c5f14e

Browse files
committed
1 parent 28854a0 commit 8c5f14e

23 files changed

+169
-0
lines changed

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,6 @@
11
*.*~
22
#*
3+
4+
public
5+
6+
node_modules

assets/404.html

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
<!DOCTYPE html>
2+
3+
<html>
4+
5+
<head>
6+
<meta charset="UTF-8" />
7+
<meta name="author" content="Jean-Philippe Paradis" />
8+
<link rel="author" href="https://abc.hexstream.xyz/" />
9+
<meta name="viewport" content="width=device-width, initial-scale=1"/>
10+
<title>HexstreamSoft: 404 Not Found</title>
11+
<link href="https://global.hexstream.dev/css/global.css" rel="stylesheet" type="text/css" />
12+
<link href="https://global.hexstream.dev/css/error-pages_new.css" rel="stylesheet" type="text/css" />
13+
</head>
14+
15+
<body>
16+
17+
<nav id="top-nav">
18+
19+
<div class="main">
20+
21+
<div class="breadcrumbs">
22+
<a href="/">HexstreamSoft</a>
23+
<span class="crumb"><span class="s"> » </span><a href="/articles/">Articles</a></span>
24+
<span class="crumb"><span class="s"> » </span><a href="/articles/common-lisp-format-reference/">FORMAT reference</a></span>
25+
</div>
26+
27+
</div>
28+
29+
</nav>
30+
31+
<header id="page-header">
32+
<h1>404 Not Found</h1>
33+
</header>
34+
35+
<img src="https://non-free.hexstream.dev/global.hexstream.dev/images/pinkie-shrug.png" id="pony" alt="¯\_(ツ)_/¯" title="¯\_(ツ)_/¯" />
36+
37+
</body>
38+
39+
</html>

README renamed to assets/README

File renamed without changes.
File renamed without changes.

assets/clhs-summary/404.html

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
<!DOCTYPE html>
2+
3+
<html>
4+
5+
<head>
6+
<meta charset="UTF-8" />
7+
<meta name="author" content="Jean-Philippe Paradis" />
8+
<link rel="author" href="https://abc.hexstream.xyz/" />
9+
<meta name="viewport" content="width=device-width, initial-scale=1"/>
10+
<title>HexstreamSoft: 404 Not Found</title>
11+
<link href="https://global.hexstream.dev/css/global.css" rel="stylesheet" type="text/css" />
12+
<link href="https://global.hexstream.dev/css/error-pages_new.css" rel="stylesheet" type="text/css" />
13+
</head>
14+
15+
<body>
16+
17+
<nav id="top-nav">
18+
19+
<div class="main">
20+
21+
<div class="breadcrumbs">
22+
<a href="/">HexstreamSoft</a>
23+
<span class="crumb"><span class="s"> » </span><a href="/articles/">Articles</a></span>
24+
<span class="crumb"><span class="s"> » </span><a href="/articles/common-lisp-format-reference/">FORMAT reference</a></span>
25+
<span class="crumb"><span class="s"> » </span><a href="/articles/common-lisp-format-reference/clhs-summary/">CLHS summary</a></span>
26+
</div>
27+
28+
</div>
29+
30+
</nav>
31+
32+
<header id="page-header">
33+
<h1>404 Not Found</h1>
34+
</header>
35+
36+
<img src="https://non-free.hexstream.dev/global.hexstream.dev/images/pinkie-shrug.png" id="pony" alt="¯\_(ツ)_/¯" title="¯\_(ツ)_/¯" />
37+
38+
</body>
39+
40+
</html>
File renamed without changes.
File renamed without changes.
File renamed without changes.

assets/cross-reference/404.html

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
<!DOCTYPE html>
2+
3+
<html>
4+
5+
<head>
6+
<meta charset="UTF-8" />
7+
<meta name="author" content="Jean-Philippe Paradis" />
8+
<link rel="author" href="https://abc.hexstream.xyz/" />
9+
<meta name="viewport" content="width=device-width, initial-scale=1"/>
10+
<title>HexstreamSoft: 404 Not Found</title>
11+
<link href="https://global.hexstream.dev/css/global.css" rel="stylesheet" type="text/css" />
12+
<link href="https://global.hexstream.dev/css/error-pages_new.css" rel="stylesheet" type="text/css" />
13+
</head>
14+
15+
<body>
16+
17+
<nav id="top-nav">
18+
19+
<div class="main">
20+
21+
<div class="breadcrumbs">
22+
<a href="/">HexstreamSoft</a>
23+
<span class="crumb"><span class="s"> » </span><a href="/articles/">Articles</a></span>
24+
<span class="crumb"><span class="s"> » </span><a href="/articles/common-lisp-format-reference/">FORMAT reference</a></span>
25+
<span class="crumb"><span class="s"> » </span><a href="/articles/common-lisp-format-reference/cross-reference/">Cross-reference</a></span>
26+
</div>
27+
28+
</div>
29+
30+
</nav>
31+
32+
<header id="page-header">
33+
<h1>404 Not Found</h1>
34+
</header>
35+
36+
<img src="https://non-free.hexstream.dev/global.hexstream.dev/images/pinkie-shrug.png" id="pony" alt="¯\_(ツ)_/¯" title="¯\_(ツ)_/¯" />
37+
38+
</body>
39+
40+
</html>
File renamed without changes.
File renamed without changes.

assets/format-directives/404.html

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
<!DOCTYPE html>
2+
3+
<html>
4+
5+
<head>
6+
<meta charset="UTF-8" />
7+
<meta name="author" content="Jean-Philippe Paradis" />
8+
<link rel="author" href="https://abc.hexstream.xyz/" />
9+
<meta name="viewport" content="width=device-width, initial-scale=1"/>
10+
<title>HexstreamSoft: 404 Not Found</title>
11+
<link href="https://global.hexstream.dev/css/global.css" rel="stylesheet" type="text/css" />
12+
<link href="https://global.hexstream.dev/css/error-pages_new.css" rel="stylesheet" type="text/css" />
13+
</head>
14+
15+
<body>
16+
17+
<nav id="top-nav">
18+
19+
<div class="main">
20+
21+
<div class="breadcrumbs">
22+
<a href="/">HexstreamSoft</a>
23+
<span class="crumb"><span class="s"> » </span><a href="/articles/">Articles</a></span>
24+
<span class="crumb"><span class="s"> » </span><a href="/articles/common-lisp-format-reference/">FORMAT reference</a></span>
25+
<span class="crumb"><span class="s"> » </span><a href="/articles/common-lisp-format-reference/format-directives/">Format directives</a></span>
26+
</div>
27+
28+
</div>
29+
30+
</nav>
31+
32+
<header id="page-header">
33+
<h1>404 Not Found</h1>
34+
</header>
35+
36+
<img src="https://non-free.hexstream.dev/global.hexstream.dev/images/pinkie-shrug.png" id="pony" alt="¯\_(ツ)_/¯" title="¯\_(ツ)_/¯" />
37+
38+
</body>
39+
40+
</html>
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

build.sh

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
#!/bin/bash
2+
3+
BUILD_DIR=public
4+
5+
rm -rf ${BUILD_DIR}
6+
ln -s assets ${BUILD_DIR}

0 commit comments

Comments
 (0)