chore(reading): update folder name + title for consistency
This commit is contained in:
parent
63c5862620
commit
943ee11fd0
4 changed files with 5 additions and 5 deletions
4
package-lock.json
generated
4
package-lock.json
generated
|
@ -1,12 +1,12 @@
|
||||||
{
|
{
|
||||||
"name": "coryd.dev",
|
"name": "coryd.dev",
|
||||||
"version": "6.0.1",
|
"version": "6.0.2",
|
||||||
"lockfileVersion": 3,
|
"lockfileVersion": 3,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "coryd.dev",
|
"name": "coryd.dev",
|
||||||
"version": "6.0.1",
|
"version": "6.0.2",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"html-minifier-terser": "7.2.0",
|
"html-minifier-terser": "7.2.0",
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "coryd.dev",
|
"name": "coryd.dev",
|
||||||
"version": "6.0.1",
|
"version": "6.0.2",
|
||||||
"description": "The source for my personal site. Built using 11ty (and other tools).",
|
"description": "The source for my personal site. Built using 11ty (and other tools).",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"engines": {
|
"engines": {
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
---
|
---
|
||||||
title: Books
|
title: Reading
|
||||||
description: Here's what I'm reading at the moment.
|
description: Here's what I'm reading at the moment.
|
||||||
permalink: "/reading/index.html"
|
permalink: "/reading/index.html"
|
||||||
schema: books
|
schema: books
|
||||||
|
@ -8,7 +8,7 @@ updated: "now"
|
||||||
{%- assign currentYear = 'now' | date: "%Y" -%}
|
{%- assign currentYear = 'now' | date: "%Y" -%}
|
||||||
{%- assign bookData = books.all | filterBooksByStatus: 'started' | reverse -%}
|
{%- assign bookData = books.all | filterBooksByStatus: 'started' | reverse -%}
|
||||||
{%- assign currentBookCount = books.currentYear | size -%}
|
{%- assign currentBookCount = books.currentYear | size -%}
|
||||||
<h2 class="page-title">Currently reading</h2>
|
<h2 class="page-title">Reading</h2>
|
||||||
<p>Here's what I'm reading at the moment. I've finished <mark>{{ currentBookCount }} books</mark> this year. I've read <mark>{{ books.daysRead }}</mark> days in a row and counting.</p>
|
<p>Here's what I'm reading at the moment. I've finished <mark>{{ currentBookCount }} books</mark> this year. I've read <mark>{{ books.daysRead }}</mark> days in a row and counting.</p>
|
||||||
{% render "blocks/top-tags.liquid"
|
{% render "blocks/top-tags.liquid"
|
||||||
label:"Top genres"
|
label:"Top genres"
|
Loading…
Add table
Add a link
Reference in a new issue