-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy patharchive.html
More file actions
34 lines (34 loc) · 2.29 KB
/
archive.html
File metadata and controls
34 lines (34 loc) · 2.29 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<link rel="alternate"
type="application/rss+xml"
href="https://spepo.github.io/rss.xml"
title="RSS feed for https://spepo.github.io/">
<title>My Emacs Blog</title>
<meta name="author" content="Peter Povinec">
<meta name="referrer" content="no-referrer">
<meta name="viewport" content="initial-scale=1,width=device-width,minimum-scale=1">
<link href= "static/style.css" rel="stylesheet" type="text/css" />
<link rel="icon" href="static/favicon.ico"></head>
<body>
<div id="preamble" class="status"><div class="header">
<a href="https://spepo.github.io">My Emacs Blog</a>
</div></div>
<div id="content">
<h1 class="title">Archive</h1>
<div class="post-date">22 Jun 2025</div><h2 class="post-title"><a href="https://spepo.github.io/2025-06-22-fault-tolerant-org-links.html">Fault-tolerant Org Links</a></h2>
<div class="post-date">30 Apr 2025</div><h2 class="post-title"><a href="https://spepo.github.io/2025-04-30-towards-auto-generated-ert-unit-tests.html">Towards Auto-Generated ERT Unit Tests</a></h2>
<div class="post-date">29 Mar 2025</div><h2 class="post-title"><a href="https://spepo.github.io/2025-03-29-the-tab-key-in-org-mode-reimagined.html">The TAB Key in Org Mode, Reimagined</a></h2>
<div class="post-date">18 Feb 2025</div><h2 class="post-title"><a href="https://spepo.github.io/2025-02-18-speed-dial-your-favorite-files.html">Speed Dialing Your Favorite Files</a></h2>
</div>
<div id="postamble" class="status"><div id="archive">
<a href="https://spepo.github.io/archive.html">Other posts</a>
</div>
<center><small>
© 2025 Peter Povinec. This work is licensed under <a href="https://creativecommons.org/licenses/by-sa/4.0/" target="_blank" rel="license noopener noreferrer"
style="display: inline-flex; align-items: center;"> CC BY-SA 4.0<img style="height:22px!important;margin-left:3px;vertical-align:text-bottom;" src="https://mirrors.creativecommons.org/presskit/icons/cc.svg" alt=""><img style="height:22px!important;margin-left:3px;vertical-align:text-bottom;" src="https://mirrors.creativecommons.org/presskit/icons/by.svg" alt=""><img style="height:22px!important;margin-left:3px;vertical-align:text-bottom;" src="https://mirrors.creativecommons.org/presskit/icons/sa.svg" alt=""></a>
</small></center></div>
</body>
</html>