git.m455.casa

m455.casa

clone url: git://git.m455.casa/m455.casa


html/archive/index.html

1 <!DOCTYPE html>
2 <html lang="en">
3 <head>
4 <meta charset="utf-8" />
5 <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes" />
6 <link rel="icon" href="/favicon.ico?" type="image/x-icon"/>
7 <title>m455's posts archive</title>
8 <style>
9 body {
10 line-height: 1.5;
11 font-family: sans-serif;
12 font-size: 18px;
13 margin: 20px auto;
14 max-width: 630px;
15 }
16
17 a {
18 color: blue;
19 }
20
21 nav a {
22 margin-right: 10px;
23 }
24
25 code, pre {
26 background-color: #fddee3;
27 font-size: 14px;
28 }
29
30 pre {
31 padding: 25px 25px;
32 overflow: auto;
33 }
34
35 pre code {
36 white-space: pre;
37 }
38
39 img {
40 max-width: 100%;
41 }
42
43 table {
44 border-collapse: collapse;
45 }
46
47 table caption {
48 font-weight: bold;
49 margin: 10px 0px;
50 text-align: left;
51 }
52
53 th, td {
54 border: 1px solid #000;
55 padding: 4px;
56 }
57
58 blockquote {
59 border-left: 3px solid #000;
60 padding-left: 10px;
61 }
62
63 .border {
64 border: 1px solid #000;
65 margin: 25px 0px;
66 padding: 5px 25px;
67 }
68
69 @media only screen and (max-width: 700px) {
70 body {
71 margin: 10px;
72 }
73 }
74
75 @media (prefers-color-scheme: dark) {
76 body {
77 background-color: #111;
78 color: #eee;
79 }
80 a {
81 color: #009fff;
82 }
83 code, pre {
84 background-color: #111;
85 color: #fd6363;
86 }
87 pre {
88 padding: 15px 25px;
89 }
90 blockquote {
91 border-left: 3px solid #666;
92 }
93 .border, th, td {
94 border: 1px solid #666;
95 }
96 }
97 </style>
98 </head>
99 <body>
100 <nav>
101 <a href="/">back to m455.casa</a>
102 </nav>
103 <main>
104 <h1>m455's posts archive</h1>
105 <p>this archive contains old posts i wrote. these posts ended up here because i
106 wanted to make my personal home page more personal, and less professional.</p>
107 <ul>
108 <li><a href="/archive/2021/trying-out-an-early-web-look-for-my-homepage.html">Trying out an early web look for my homepage</a></li>
109 <li><a href="/archive/2021/home-hosting.html">Home-hosting</a></li>
110 <li><a href="/archive/2021/redesigning-my-paste-service-with-fennel.html">Redesigning my paste service with Fennel</a></li>
111 <li><a href="/archive/2021/weechat-tips.html">WeeChat tips</a></li>
112 <li><a href="/archive/2021/setting-up-a-paste-service-with-vim-rsync-and-nginx.html">Setting up a paste service with Vim, rsync, and nginx</a></li>
113 <li><a href="/archive/2021/connecting-to-twitch-with-weechat.html">Connecting to Twitch with WeeChat</a></li>
114 <li><a href="/archive/2021/setting-up-a-git-forge-with-gitea.html">Setting up a Git forge with Gitea</a></li>
115 <li><a href="/archive/2020/setting-up-an-irc-server-with-oragono.html">Setting up an IRC server with Oragono</a></li>
116 <li><a href="/archive/2020/generating-a-list-of-posts-for-my-blog.html">Generating a list of posts for my blog</a></li>
117 <li><a href="/archive/2020/adding-date-support-to-my-awful-rss-feed-generator.html">Adding date support to my awful RSS-feed generator</a></li>
118 <li><a href="/archive/2020/why-i-dont-use-facebook-products.html">Why I don't use Facebook products</a></li>
119 <li><a href="/archive/2020/all-about-my-awful-rss-feed-generator.html">All about my awful RSS feed generator</a></li>
120 <li><a href="/archive/2020/thoughts-on-technical-writing-and-accidentally-gatekeeping-communities.html">Thoughts on technical writing and accidentally gatekeeping communities</a></li>
121 <li><a href="/archive/2020/having-fun-with-lisps.html">Having fun with Lisp(s)</a></li>
122 <li><a href="/archive/2020/public-unix-server-etiquette.html">Public Unix server etiquette</a></li>
123 <li><a href="/archive/2020/what-i-like-about-the-scheme-community.html">What I like about the Scheme community</a></li>
124 <li><a href="/archive/2020/what-are-social-unix-servers.html">What are social Unix servers?</a></li>
125 <li><a href="/archive/2019/redirecting-your-github-pages-website-to-a-dat-url.html">Redirecting your GitHub Pages website to a Dat URL</a></li>
126 <li><a href="/archive/2019/setting-up-graphical-applications-in-windows-subsystem-for-linux.html">Setting up graphical applications in Windows Subsystem for Linux</a></li>
127 <li><a href="/archive/2019/setting-up-a-chinese-input-method-on-debian.html">Setting up a Chinese input method on Debian</a></li>
128 <li><a href="/archive/2018/a-quick-guide-to-pronouncing-chinese-words.html">A quick guide to pronouncing Chinese words</a></li>
129 <li><a href="/archive/2018/interpreting-second-language-speakers.html">Interpreting second language speakers</a></li>
130 <li><a href="/archive/2017/learn-to-read-and-type-chinese.html">Learn to read and type Chinese</a></li></ul>
131 </main>
132 </body>
133 </html>