summaryrefslogtreecommitdiff
path: root/links.html
diff options
context:
space:
mode:
authorJJ2023-05-03 08:50:52 +0000
committerJJ2023-05-03 09:16:27 +0000
commit52e99050572d0b922f76266134383bfc66be8eca (patch)
tree6fd78db133f8692edc85540f3da0a81932f2f772 /links.html
parent7570754bf85b6c018ca9a7fc90a1e677600c899f (diff)
Switch to new domain and switch back to Jekyll
Diffstat (limited to 'links.html')
-rw-r--r--links.html32
1 files changed, 8 insertions, 24 deletions
diff --git a/links.html b/links.html
index 9dc1b9c..98aa55a 100644
--- a/links.html
+++ b/links.html
@@ -1,26 +1,11 @@
-<!DOCTYPE html>
-<html>
-<head>
- <title>j-james | links</title>
- <meta charset="utf-8"/>
- <meta name="viewport" content="width=device-width"/>
- <link rel="icon" type="image/jpg" href="assets/compass.jpg"/>
- <link rel="stylesheet" href="css/style.css"/>
-</head>
-<body>
- <header>
- <h1>
- <a href="https://j-james.me">j-james</a>
- </h1>
- <nav>
- <a href="https://j-james.me/about">about</a>
- <a href="https://j-james.me/resume">resume</a>
- <a href="https://j-james.me/posts">posts</a>
- <a href="https://j-james.me/writeups">writeups</a>
- </nav>
- </header>
+---
+layout: default
+title: links
+---
+
+ {% include header.html %}
<main>
- <h2>j-james' collection of links</h2>
+ <h2>JJ's collection of links</h2>
<!-- <h3>Software</h3>
<ul>
<li><a href="https://fraidyc.at/">Fraidycat</a> - follow from afar</li>
@@ -44,6 +29,7 @@
<li><a href="https://wikipedia.org/">Wikipedia</a> - the free encyclopedia</li>
<li><a href="https://archive.org/">Internet Archive</a> - the digital library</li>
<li><a href="https://gen.lib.rus.ec/">Library Genesis</a> - the modern library of alexandria</li>
+ <li><a href="https://annas-archive.org/">Anna's Archive</a> - preserving humanity's written heritage</li>
<li><a href="https://sci-hub.st/">Sci-Hub</a> - public access research</li>
<li><a href="https://www.gutenberg.org/">Project Gutenburg</a> - free ebooks</li>
<li><a href="https://standardebooks.org/">Standard Ebooks</a> - nicely typeset, public domain ebooks</li>
@@ -129,5 +115,3 @@
<li><a href="https://webring.xxiivv.com/">xxiivv</a></li>
</ul>
</main>
-</body>
-</html>