list
parent
319c884465
commit
d9a5cc257f
2
justfile
2
justfile
|
@ -35,7 +35,7 @@ rss:
|
|||
echo '</channel></rss>'
|
||||
|
||||
# make html and rss
|
||||
build: index html rss
|
||||
build: index html rss recfeed
|
||||
|
||||
# upload
|
||||
up:
|
||||
|
|
|
@ -0,0 +1,10 @@
|
|||
---
|
||||
name: 00017
|
||||
title: a good morning on computer
|
||||
date: 2024-03-01
|
||||
---
|
||||
|
||||
- browse articles in rss reader
|
||||
- find a blog post i really like
|
||||
- email author and tell them i like their blog
|
||||
- repeat
|
90
src/feed.rec
90
src/feed.rec
|
@ -185,3 +185,93 @@ id: 32
|
|||
title: everyday i fill things with water
|
||||
published: 2024-02-22
|
||||
location: /Users/cb/blogs/listblog/src/00017.md
|
||||
|
||||
id: 33
|
||||
title: stuff that starts with s that i like to do when i spend the afternoon at the gym
|
||||
published: 2023-09-21
|
||||
location: /Users/cb/blogs/listblog/src/00001.md
|
||||
|
||||
id: 34
|
||||
title: how to cheer someone up
|
||||
published: 2023-09-23
|
||||
location: /Users/cb/blogs/listblog/src/00002.md
|
||||
|
||||
id: 35
|
||||
title: markup and layout i have used to publish games on itch.io
|
||||
published: 2023-09-26
|
||||
location: /Users/cb/blogs/listblog/src/00003.md
|
||||
|
||||
id: 36
|
||||
title: things that subvert expectations of normalcy if you don't already know the ending
|
||||
published: 2023-09-28
|
||||
location: /Users/cb/blogs/listblog/src/00004.md
|
||||
|
||||
id: 37
|
||||
title: things that my elderly dog cannot or will not do any longer that taken as a whole let me know that i will need to put him down soon
|
||||
published: 2023-09-30
|
||||
location: /Users/cb/blogs/listblog/src/00005.md
|
||||
|
||||
id: 38
|
||||
title: for kindrobot, some good games to sideload on your playdate
|
||||
published: 2023-10-06
|
||||
location: /Users/cb/blogs/listblog/src/00006.md
|
||||
|
||||
id: 39
|
||||
title: every studio i have ever taught yoga at has ended up closing
|
||||
published: 2023-10-10
|
||||
location: /Users/cb/blogs/listblog/src/00007.md
|
||||
|
||||
id: 40
|
||||
title: things that are not coins according to coinstar.com
|
||||
published: 2023-10-11
|
||||
location: /Users/cb/blogs/listblog/src/00008.md
|
||||
|
||||
id: 41
|
||||
title: how in the name of heck are you supposed to do all the things in a day
|
||||
published: 2023-10-20
|
||||
location: /Users/cb/blogs/listblog/src/00009.md
|
||||
|
||||
id: 42
|
||||
title: recent creative works based on frasier
|
||||
published: 2023-10-21
|
||||
location: /Users/cb/blogs/listblog/src/00010.md
|
||||
|
||||
id: 43
|
||||
title: all of my computing devices
|
||||
published: 2023-10-23
|
||||
location: /Users/cb/blogs/listblog/src/00011.md
|
||||
|
||||
id: 44
|
||||
title: a typical day of screentime
|
||||
published: 2023-11-16
|
||||
location: /Users/cb/blogs/listblog/src/00012.md
|
||||
|
||||
id: 45
|
||||
title: how to get into the holiday spirit
|
||||
published: 2023-12-07
|
||||
location: /Users/cb/blogs/listblog/src/00013.md
|
||||
|
||||
id: 46
|
||||
title: new year resolutions
|
||||
published: 2024-01-02
|
||||
location: /Users/cb/blogs/listblog/src/00014.md
|
||||
|
||||
id: 47
|
||||
title: things i've always wanted to say
|
||||
published: 2024-01-27
|
||||
location: /Users/cb/blogs/listblog/src/00015.md
|
||||
|
||||
id: 48
|
||||
title: software i love
|
||||
published: 2024-02-02
|
||||
location: /Users/cb/blogs/listblog/src/00016.md
|
||||
|
||||
id: 49
|
||||
title: everyday i fill things with water
|
||||
published: 2024-02-22
|
||||
location: /Users/cb/blogs/listblog/src/00017.md
|
||||
|
||||
id: 50
|
||||
title: a good morning on computer
|
||||
published: 2024-03-01
|
||||
location: /Users/cb/blogs/listblog/src/00018.md
|
||||
|
|
|
@ -0,0 +1,187 @@
|
|||
<!DOCTYPE html>
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" lang="" xml:lang="">
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<meta name="generator" content="pandoc" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes" />
|
||||
<meta name="dcterms.date" content="2024-03-01" />
|
||||
<title>a good morning on computer</title>
|
||||
<style>
|
||||
html {
|
||||
color: #1a1a1a;
|
||||
background-color: #fdfdfd;
|
||||
}
|
||||
body {
|
||||
margin: 0 auto;
|
||||
max-width: 36em;
|
||||
padding-left: 50px;
|
||||
padding-right: 50px;
|
||||
padding-top: 50px;
|
||||
padding-bottom: 50px;
|
||||
hyphens: auto;
|
||||
overflow-wrap: break-word;
|
||||
text-rendering: optimizeLegibility;
|
||||
font-kerning: normal;
|
||||
}
|
||||
@media (max-width: 600px) {
|
||||
body {
|
||||
font-size: 0.9em;
|
||||
padding: 12px;
|
||||
}
|
||||
h1 {
|
||||
font-size: 1.8em;
|
||||
}
|
||||
}
|
||||
@media print {
|
||||
html {
|
||||
background-color: white;
|
||||
}
|
||||
body {
|
||||
background-color: transparent;
|
||||
color: black;
|
||||
font-size: 12pt;
|
||||
}
|
||||
p, h2, h3 {
|
||||
orphans: 3;
|
||||
widows: 3;
|
||||
}
|
||||
h2, h3, h4 {
|
||||
page-break-after: avoid;
|
||||
}
|
||||
}
|
||||
p {
|
||||
margin: 1em 0;
|
||||
}
|
||||
a {
|
||||
color: #1a1a1a;
|
||||
}
|
||||
a:visited {
|
||||
color: #1a1a1a;
|
||||
}
|
||||
img {
|
||||
max-width: 100%;
|
||||
}
|
||||
svg {
|
||||
height; auto;
|
||||
max-width: 100%;
|
||||
}
|
||||
h1, h2, h3, h4, h5, h6 {
|
||||
margin-top: 1.4em;
|
||||
}
|
||||
h5, h6 {
|
||||
font-size: 1em;
|
||||
font-style: italic;
|
||||
}
|
||||
h6 {
|
||||
font-weight: normal;
|
||||
}
|
||||
ol, ul {
|
||||
padding-left: 1.7em;
|
||||
margin-top: 1em;
|
||||
}
|
||||
li > ol, li > ul {
|
||||
margin-top: 0;
|
||||
}
|
||||
blockquote {
|
||||
margin: 1em 0 1em 1.7em;
|
||||
padding-left: 1em;
|
||||
border-left: 2px solid #e6e6e6;
|
||||
color: #606060;
|
||||
}
|
||||
code {
|
||||
font-family: Menlo, Monaco, Consolas, 'Lucida Console', monospace;
|
||||
font-size: 85%;
|
||||
margin: 0;
|
||||
hyphens: manual;
|
||||
}
|
||||
pre {
|
||||
margin: 1em 0;
|
||||
overflow: auto;
|
||||
}
|
||||
pre code {
|
||||
padding: 0;
|
||||
overflow: visible;
|
||||
overflow-wrap: normal;
|
||||
}
|
||||
.sourceCode {
|
||||
background-color: transparent;
|
||||
overflow: visible;
|
||||
}
|
||||
hr {
|
||||
background-color: #1a1a1a;
|
||||
border: none;
|
||||
height: 1px;
|
||||
margin: 1em 0;
|
||||
}
|
||||
table {
|
||||
margin: 1em 0;
|
||||
border-collapse: collapse;
|
||||
width: 100%;
|
||||
overflow-x: auto;
|
||||
display: block;
|
||||
font-variant-numeric: lining-nums tabular-nums;
|
||||
}
|
||||
table caption {
|
||||
margin-bottom: 0.75em;
|
||||
}
|
||||
tbody {
|
||||
margin-top: 0.5em;
|
||||
border-top: 1px solid #1a1a1a;
|
||||
border-bottom: 1px solid #1a1a1a;
|
||||
}
|
||||
th {
|
||||
border-top: 1px solid #1a1a1a;
|
||||
padding: 0.25em 0.5em 0.25em 0.5em;
|
||||
}
|
||||
td {
|
||||
padding: 0.125em 0.5em 0.25em 0.5em;
|
||||
}
|
||||
header {
|
||||
margin-bottom: 4em;
|
||||
text-align: center;
|
||||
}
|
||||
#TOC li {
|
||||
list-style: none;
|
||||
}
|
||||
#TOC ul {
|
||||
padding-left: 1.3em;
|
||||
}
|
||||
#TOC > ul {
|
||||
padding-left: 0;
|
||||
}
|
||||
#TOC a:not(:hover) {
|
||||
text-decoration: none;
|
||||
}
|
||||
code{white-space: pre-wrap;}
|
||||
span.smallcaps{font-variant: small-caps;}
|
||||
div.columns{display: flex; gap: min(4vw, 1.5em);}
|
||||
div.column{flex: auto; overflow-x: auto;}
|
||||
div.hanging-indent{margin-left: 1.5em; text-indent: -1.5em;}
|
||||
/* The extra [class] is a hack that increases specificity enough to
|
||||
override a similar rule in reveal.js */
|
||||
ul.task-list[class]{list-style: none;}
|
||||
ul.task-list li input[type="checkbox"] {
|
||||
font-size: inherit;
|
||||
width: 0.8em;
|
||||
margin: 0 0.8em 0.2em -1.6em;
|
||||
vertical-align: middle;
|
||||
}
|
||||
.display.math{display: block; text-align: center; margin: 0.5rem auto;}
|
||||
</style>
|
||||
<!--[if lt IE 9]>
|
||||
<script src="//cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.3/html5shiv-printshiv.min.js"></script>
|
||||
<![endif]-->
|
||||
</head>
|
||||
<body>
|
||||
<header id="title-block-header">
|
||||
<h1 class="title">a good morning on computer</h1>
|
||||
<p class="date">2024-03-01</p>
|
||||
</header>
|
||||
<ul>
|
||||
<li>browse articles in rss reader</li>
|
||||
<li>find a blog post i really like</li>
|
||||
<li>email author and tell them i like their blog</li>
|
||||
<li>repeat</li>
|
||||
</ul>
|
||||
</body>
|
||||
</html>
|
16
www/feed.xml
16
www/feed.xml
|
@ -434,4 +434,20 @@
|
|||
]]>
|
||||
</description>
|
||||
</item>
|
||||
<item>
|
||||
<title>00017: a good morning on computer</title>
|
||||
<link>http://tilde.town/~dozens/listblog/00017.html</link>
|
||||
<guid isPermaLink="false">2024-03-01 00017</guid>
|
||||
<pubDate>Fri Mar 1 00:00:00 MST 2024
|
||||
</pubDate>
|
||||
<description>
|
||||
<![CDATA[
|
||||
|
||||
<li>browse articles in rss reader
|
||||
<li>find a blog post i really like
|
||||
<li>email author and tell them i like their blog
|
||||
<li>repeat
|
||||
]]>
|
||||
</description>
|
||||
</item>
|
||||
</channel></rss>
|
||||
|
|
|
@ -199,6 +199,8 @@
|
|||
<h1 class="title">a blog that is just a bunch of lists</h1>
|
||||
</header>
|
||||
<ul>
|
||||
<li><p><time>2024-03-01</time> <a href="00017.html">a good morning on
|
||||
computer</a></p></li>
|
||||
<li><p><time>2024-02-22</time> <a href="00017.html">everyday i fill
|
||||
things with water</a></p></li>
|
||||
<li><p><time>2024-02-02</time> <a href="00016.html">software i
|
||||
|
|
Loading…
Reference in New Issue