all repos — site @ 53ef7e97ed6524d7a8d48671fd4607a085025c9e

source for my site, found at icyphox.sh

templates/text.html (view raw)

 1<!DOCTYPE html>
 2<html lang=en>
 3  <link rel="stylesheet" href="/static/style.css" type="text/css">
 4  <link rel="stylesheet" href="/static/syntax.css" type="text/css">
 5  <link rel="shortcut icon" type="images/x-icon" href="/static/favicon.ico">
 6  <meta charset="UTF-8">
 7  <meta name="description" content="{{ subtitle }}">
 8  <meta name="viewport" content="initial-scale=1">
 9  <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
10  <meta content="#151B1B" name="theme-color">
11  <meta name="HandheldFriendly" content="true">
12  <meta name="twitter:card" content="summary_large_image">
13  <meta name="twitter:site" content="@icyphox">
14  <meta name="twitter:title" content="{{ title }}">
15  <meta name="twitter:description" content="{{ subtitle }}">
16  <meta name="twitter:image" content="/static/icyphox.png">
17  <meta property="og:title" content="{{ title }}">
18  <meta property="og:type" content="website">
19  <meta property="og:description" content="{{ subtitle }}">
20  <meta property="og:url" content="https://icyphox.sh">
21  <meta property="og:image" content="/static/icyphox.png">
22  <title>
23    {{ title }}
24  </title>
25  <body> 
26    <div class="container">
27      <div class="pull-left">
28        <div class="content">
29          <header>
30            {{ header }}
31          </header>
32          <div style="float: right">
33            view in <a href="/blog/{{ url }}.txt">plain-text</a>
34          </div>
35          <div style="float: left">
36            {{ date }}
37          </div>
38          <div style="clear: both" align="left">
39            <h1>{{ title }}</h1>
40            <h2 class="subtitle">{{ subtitle }}</h2>
41            {{ body }} 
42          </div>
43          <p class="muted">Questions or comments? 
44          Send an email to 
45          <a href="mailto:~icyphox/x@lists.sr.ht?Subject=Re: {{ title }}">~icyphox/x@lists.sr.ht</a>—my <a href="https://lists.sr.ht/~icyphox/x">public inbox</a>.</p>
46
47          <hr>
48          <h3>Posts from blogs I follow</h3>
49            <div class="openring">
50              
51               <div class="openring-feed">
52    <h4><a href="https://www.bellingcat.com/resources/2020/05/25/investigate-tiktok-like-a-pro/">Investigate TikTok Like A Pro!</a></h4>
53    <p>TikTok videos have grown increasingly popular over the last few years, with short clips showing people dancing, lip syncing, doing viral challenges, and so on. This relatively new platform lets users share short video clips, and can be looped. It is simila…</p>
54
55    <p>via <a href="https://www.bellingcat.com">bellingcat</a></p>
56    May 25, 2020
57    </div>
58    
59              
60               <div class="openring-feed">
61    <h4><a href="https://jcs.org/2020/05/15/surface_go2">OpenBSD on the Microsoft Surface Go 2 (notaweblog)</a></h4>
62    <p>I used OpenBSD on the 
63original Surface Go
64back in 2018 and many things worked with the big exception of the internal
65Atheros WiFi.
66This meant I had to keep it tethered to a USB-C dock for Ethernet or use
67a small USB-A WiFi dongle plugged into a less-than-…</p>
68
69    <p>via <a href="https://jcs.org/">joshua stein</a></p>
70    May 15, 2020
71    </div>
72    
73              
74               <div class="openring-feed">
75    <h4><a href="https://drewdevault.com/2020/05/15/Status-update.html">Status update, May 2020</a></h4>
76    <p>Hello, future readers! I am writing to you from one day in the past. I finished
77my plans for today early and thought I’d get a head start on writing the status
78updates for tomorrow, or rather, for today. From your reference frame, that is.
79
80Let’s start wit…</p>
81
82    <p>via <a href="https://drewdevault.com">Drew DeVault's Blog</a></p>
83    May 15, 2020
84    </div>
85    
86              
87            </div>
88        </div>
89      </div>
90      <div class="pull-right">
91        {{ footer }}
92      </div>
93    </div>
94  </body>
95</html>