feat: dedicated music page
This commit is contained in:
parent
3d08ecfa7a
commit
a43598263b
38 changed files with 475 additions and 103 deletions
7
src/pages/main/books/years/2020.html
Normal file
7
src/pages/main/books/years/2020.html
Normal file
|
@ -0,0 +1,7 @@
|
|||
---
|
||||
title: 2020 • Books
|
||||
year: 2020
|
||||
layout: book-year
|
||||
permalink: "/books/years/2020.html"
|
||||
---
|
||||
<p>This is everything I read in 2020. My favorites were: every book in <em>The Expanse</em> series and <em>I'll Be Gone in the Dark</em>.</p>
|
7
src/pages/main/books/years/2021.html
Normal file
7
src/pages/main/books/years/2021.html
Normal file
|
@ -0,0 +1,7 @@
|
|||
---
|
||||
title: 2021 • Books
|
||||
year: 2021
|
||||
layout: book-year
|
||||
permalink: "/books/years/2021.html"
|
||||
---
|
||||
<p>This is everything I read in 2021. My favorites were: <em>This Is How They Tell Me The World Ends</em>, <em>Sandworm</em>, <em>Empire of Pain</em>, <em>Say Nothing</em>, <em>Sigh, Gone</em> and <em>Leviathan Falls</em>.</p>
|
7
src/pages/main/books/years/2022.html
Normal file
7
src/pages/main/books/years/2022.html
Normal file
|
@ -0,0 +1,7 @@
|
|||
---
|
||||
title: 2022 • Books
|
||||
year: 2022
|
||||
layout: book-year
|
||||
permalink: "/books/years/2022.html"
|
||||
---
|
||||
<p>This is everything I read in 2022. My favorites were: <em>Sellout</em>, <em>The Sins of Our Fathers</em>, <em>Drive</em>, <em>Adnan's Story</em> and <em>The Lazarus Heist</em>.</p>
|
7
src/pages/main/books/years/2023.html
Normal file
7
src/pages/main/books/years/2023.html
Normal file
|
@ -0,0 +1,7 @@
|
|||
---
|
||||
title: 2023 • Books
|
||||
year: 2023
|
||||
layout: book-year
|
||||
permalink: "/books/years/2023.html"
|
||||
---
|
||||
<p>This is everything I read in 2023. My favorites were: <em>Stay True</em>, <em>Where Are Your Boys Tonight?</em>, <em>Trouble Boys</em>, <em>Tracers in the Dark</em> and <em>Girl in a Band</em>.</p>
|
7
src/pages/main/books/years/2024.html
Normal file
7
src/pages/main/books/years/2024.html
Normal file
|
@ -0,0 +1,7 @@
|
|||
---
|
||||
title: 2024 • Books
|
||||
year: 2024
|
||||
layout: book-year
|
||||
permalink: "/books/years/2024.html"
|
||||
---
|
||||
<p>This is everything I've read in 2024 — continuing my trend of concentrating on science fiction, tech coverage, pop sci, autobiographies and coverage of musicians I appreciate.</p>
|
Reference in a new issue