diff options
-rw-r--r-- | blog/lisp/episode1.html | 29 | ||||
-rw-r--r-- | src/org/blog/lisp/episode1.org | 13 |
2 files changed, 42 insertions, 0 deletions
diff --git a/blog/lisp/episode1.html b/blog/lisp/episode1.html new file mode 100644 index 0000000..72c5b97 --- /dev/null +++ b/blog/lisp/episode1.html @@ -0,0 +1,29 @@ +<?xml version="1.0" encoding="utf-8"?> +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" +"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"> +<head> +<!-- 2023-12-17 Sun 19:04 --> +<meta http-equiv="Content-Type" content="text/html;charset=utf-8" /> +<meta name="viewport" content="width=device-width, initial-scale=1" /> +<title>Learn Lisp With me. Episode 1</title> +<meta name="author" content="Crystal" /> +<meta name="generator" content="Org Mode" /> +<link rel="stylesheet" type="text/css" href="../../../src/css/colors.css"/> +<link rel="stylesheet" type="text/css" href="../../../src/css/style.css"/> +<link rel="icon" type="image/x-icon" href="https://crystal.tilde.institute/favicon.png"> +</head> +<body> +<div id="org-div-home-and-up"> + <a accesskey="h" href="../index.html"> UP </a> + | + <a accesskey="H" href="https://crystal.tilde.institute/"> HOME </a> +</div><div id="content" class="content"> +<h1 class="title">Learn Lisp With me. Episode 1</h1> +</div> +<div id="postamble" class="status"> +<p class="author">Author: Crystal</p> +<p class="date">Created: 2023-12-17 Sun 19:04</p> +</div> +</body> +</html> diff --git a/src/org/blog/lisp/episode1.org b/src/org/blog/lisp/episode1.org new file mode 100644 index 0000000..ccf3b83 --- /dev/null +++ b/src/org/blog/lisp/episode1.org @@ -0,0 +1,13 @@ +#+title: Learn Lisp With me. Episode 1 +#+AUTHOR: Crystal +#+OPTIONS: ^:{} +#+OPTIONS: num:nil +#+EXPORT_FILE_NAME: ../../../../blog/lisp/episode1.html +#+HTML_HEAD: <link rel="stylesheet" type="text/css" href="../../../src/css/colors.css"/> +#+HTML_HEAD: <link rel="stylesheet" type="text/css" href="../../../src/css/style.css"/> +#+HTML_LINK_HOME: https://crystal.tilde.institute/ +#+HTML_LINK_UP: ../index.html +#+OPTIONS: html-style:nil +#+OPTIONS: toc:4 +#+HTML_HEAD: <link rel="icon" type="image/x-icon" href="https://crystal.tilde.institute/favicon.png"> +#+OPTIONS: \n:y |