Skip to content

Commit 7ce169e

Browse files
chore: improve css, start top books draft
Signed-off-by: Henry Gressmann <[email protected]>
1 parent a67d3b0 commit 7ce169e

File tree

9 files changed

+93
-18
lines changed

9 files changed

+93
-18
lines changed

content/2023/_index.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
---
2+
transparent: true
3+
---

content/2023/books.md

Lines changed: 65 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,65 @@
1+
+++
2+
title = "My favorite reads of 2023"
3+
description = "An overview of my favorite books that I read in 2023"
4+
date = 2023-12-07
5+
draft = true
6+
7+
[taxonomies]
8+
tags = []
9+
+++
10+
11+
2023 was a great year for reading for me, and I read a lot of great books. This year I set out to finally read some of the classics that I've been meaning to read for a long time, and also a lot of great new books. I hope you'll find something interesting in this list, and if you have any recommendations for me, please let me know!
12+
13+
Here are my top reads of 2023, in no particular order:
14+
15+
## AGI and AI Safety, Hard Sci-Fi
16+
17+
- [The Metamorphosis of Prime Intellect](https://www.goodreads.com/book/show/64341.The_Metamorphosis_of_Prime_Intellect) by Roger Williams
18+
- [A Casino Odyssey in Cyberspace](https://www.goodreads.com/book/show/41569567-a-casino-odyssey-in-cyberspace?ref=nav_sb_ss_1_11) by Roger Williams
19+
20+
- [The Mortal Passage Trilogy](https://www.goodreads.com/book/show/24237204-the-mortal-passage-trilogy?ac=1&from_search=true&qid=DT495nnrDR&rank=1) by Roger Williams
21+
- [Valuable Humans in Transit and Other Stories](https://www.goodreads.com/book/show/63198504-valuable-humans-in-transit-and-other-stories?ref=nav_sb_ss_1_26) by Sam Hughes
22+
23+
- [Ra](https://www.goodreads.com/book/show/57891607-ra) by Sam Hughes
24+
- [There Is No Antimemetics Division](https://www.goodreads.com/book/show/54870256-there-is-no-antimemetics-division?ref=rae_2) by Sam Hughes
25+
26+
## Fun Reads
27+
28+
- [The Murderbot Diaries Series Book 1-7](https://www.goodreads.com/series/191900-the-murderbot-diaries) by Martha Wells
29+
30+
- [The Hitchhiker's Guide to the Galaxy Series Book 1-5](https://www.goodreads.com/series/40957-the-hitchhiker-s-guide-to-the-galaxy) by Douglas Adams
31+
32+
- [The Phantom Tollbooth](https://www.goodreads.com/book/show/378.The_Phantom_Tollbooth) by Norton Juster
33+
34+
## Classics
35+
36+
## &nbsp;&nbsp;&nbsp;&nbsp; Science Fiction
37+
38+
- [I, Robot](https://www.goodreads.com/book/show/41804.I_Robot) by Isaac Asimov
39+
- [Do Androids Dream of Electric Sheep?](https://www.goodreads.com/book/show/36402034-do-androids-dream-of-electric-sheep) by Philip K. Dick
40+
- [Ender’s Game](https://www.goodreads.com/book/show/375802.Ender_s_Game) by Orson Scott Card
41+
- [The Time Machine](https://www.goodreads.com/book/show/2493.The_Time_Machine) by H.G. Wells
42+
43+
- [1984](https://www.goodreads.com/book/show/40961427-1984) by George Orwell
44+
- [Brave New World](https://www.goodreads.com/book/show/5129.Brave_New_World) by Aldous Huxley
45+
- [Fahrenheit 451](https://www.goodreads.com/book/show/13079982-fahrenheit-451) by Ray Bradbury
46+
47+
48+
## &nbsp;&nbsp;&nbsp;&nbsp; Fiction
49+
50+
- [Siddhartha](https://www.goodreads.com/book/show/52036.Siddhartha) by Hermann Hesse
51+
52+
- [The Count of Monte Cristo](https://www.goodreads.com/book/show/7126.The_Count_of_Monte_Cristo) by Alexandre Dumas
53+
54+
## Other books
55+
56+
- [Slaughterhouse-Five](https://www.goodreads.com/book/show/4981.Slaughterhouse_Five) by Kurt Vonnegut Jr.
57+
58+
- [UNIX: A History and a Memoir](https://www.goodreads.com/book/show/53011383-unix) by Brian W. Kernighan
59+
60+
## The Teixcalaan Series
61+
62+
I'm ending this list with my favorite read this year,
63+
64+
65+
# My plans for 2024

content/koi.md renamed to content/2023/koi.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ title = "Koi, the kinda okay image format"
33
description = "Creating a new lossless image format to learn about image compression and some notes on performance optimization"
44
date = 2023-04-02
55
updated = 2023-05-15
6+
aliases = ["koi"]
67

78
[taxonomies]
89
tags = ["koi", "image"]
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
title = "Introducing Spaify - Seamless page transitions for your static site"
33
description = "A new npm package to add seamless page transitions to your static site, with less than 1kb of JavaScript"
44
date = 2023-05-14
5+
aliases = ["spaify"]
56

67
[taxonomies]
78
tags = ["npm", "typescript", "open source", "javascript", "spa", "static site", "web development"]

sass/footer.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
@import "variables";
22

33
.footer {
4+
margin-left: 45px;
45
position: absolute;
56
display: flex;
67
bottom: 0;

sass/header.scss

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,16 +13,19 @@
1313
}
1414

1515
.header {
16-
height: 4rem;
16+
height: 6rem;
17+
margin-left: 45px;
1718

1819
ul {
20+
padding: 40px 0;
21+
margin: 0;
1922
list-style: none;
2023
display: flex;
21-
gap: .5rem;
24+
gap: 1rem;
2225

2326
li {
2427
color: var(--color);
25-
font-size: 2rem;
28+
font-size: 1.8rem;
2629
opacity: .3;
2730
transition: opacity 0.2s ease-in-out;
2831

sass/main.scss

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ html {
1111
}
1212

1313
body {
14+
position: relative;
1415
margin: 0;
1516
padding: 0;
1617
font-family: var(--font-family-text);
@@ -328,7 +329,7 @@ ol ol {
328329
padding: .5rem 5rem;
329330
padding-bottom: 5rem;
330331
max-width: 60rem;
331-
min-height: calc(100vh - 5rem);
332+
min-height: calc(100vh - 7rem);
332333
margin: 0 auto;
333334

334335
@media (max-width: $phone-max-width) {

templates/index.html

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -60,20 +60,20 @@
6060
{% endblock content %}
6161
</div>
6262

63-
{% block footer %}
64-
<footer class="footer">
65-
<div class="footer__inner">
66-
<div class="copyright copyright--user">
67-
<a href="/tags">tags</a>
68-
<a href="/series">series</a>
69-
<a data-spaify-ignore href="/atom.xml">rss</a>
70-
<a href="https://henrygressmann.de/impressum">impressum</a>
71-
{# <a href="https://henrygressmann.de">henrygressmann.de</a> #}
72-
</div>
73-
</div>
74-
</footer>
75-
{% endblock footer %}
7663
</div>
64+
{% block footer %}
65+
<footer class="footer">
66+
<div class="footer__inner">
67+
<div class="copyright copyright--user">
68+
<a href="/tags">tags</a>
69+
<a href="/series">series</a>
70+
<a data-spaify-ignore href="/atom.xml">rss</a>
71+
<a href="https://henrygressmann.de/impressum">impressum</a>
72+
{# <a href="https://henrygressmann.de">henrygressmann.de</a> #}
73+
</div>
74+
</div>
75+
</footer>
76+
{% endblock footer %}
7777

7878
<script type="module" src="{{ get_url(path='index.js', cachebust=true) | safe}}"></script>
7979
<script defer data-domain="blog.henrygressmann.de" src="https://a.explodingcamera.com/js/script.js"></script>

templates/macros/post.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ <h2>{{ year }}</h2>
118118
<a href="{{ page.permalink | safe }}">
119119
<span class="post-date">
120120
{%- if page.draft %}
121-
<span class="post-draft">Draft&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span>
121+
<span class="post-draft">Draft&nbsp;&nbsp;</span>
122122
{% else %}
123123
{{ page.date | date(format="%h %d") }}
124124
{% endif -%}

0 commit comments

Comments
 (0)