chore(reading): update folder name + title for consistency
This commit is contained in:
parent
2666d6ed67
commit
425fed6ff6
4 changed files with 10 additions and 10 deletions
12
package-lock.json
generated
12
package-lock.json
generated
|
@ -1,12 +1,12 @@
|
|||
{
|
||||
"name": "coryd.dev",
|
||||
"version": "6.0.0",
|
||||
"version": "6.0.3",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "coryd.dev",
|
||||
"version": "6.0.0",
|
||||
"version": "6.0.3",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"html-minifier-terser": "7.2.0",
|
||||
|
@ -16,7 +16,7 @@
|
|||
"devDependencies": {
|
||||
"@11ty/eleventy": "v3.1.0",
|
||||
"@11ty/eleventy-fetch": "5.1.0",
|
||||
"@cdransf/eleventy-plugin-tabler-icons": "^2.11.1",
|
||||
"@cdransf/eleventy-plugin-tabler-icons": "^2.12.0",
|
||||
"concurrently": "9.1.2",
|
||||
"cssnano": "^7.0.7",
|
||||
"dotenv": "16.5.0",
|
||||
|
@ -259,9 +259,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/@cdransf/eleventy-plugin-tabler-icons": {
|
||||
"version": "2.11.1",
|
||||
"resolved": "https://registry.npmjs.org/@cdransf/eleventy-plugin-tabler-icons/-/eleventy-plugin-tabler-icons-2.11.1.tgz",
|
||||
"integrity": "sha512-C/JFeD5dR6ztqcPqv0OGaSwQO5N+DgLss2fNiEJ5PTDs78r4tLWOTDvUuJG0NmcXaRCs42IsKBwQ7/yboafyCg==",
|
||||
"version": "2.12.0",
|
||||
"resolved": "https://registry.npmjs.org/@cdransf/eleventy-plugin-tabler-icons/-/eleventy-plugin-tabler-icons-2.12.0.tgz",
|
||||
"integrity": "sha512-CcMJV71Y3wQPHj6vDU+lfTjAqgHMt8YFxDUhs4cPcQvcR3f3ieVhxyyuqf0jCccuWKJ5JxfVLnMK61SQbvH/fA==",
|
||||
"dev": true,
|
||||
"license": "MIT"
|
||||
},
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "coryd.dev",
|
||||
"version": "6.0.0",
|
||||
"version": "6.0.3",
|
||||
"description": "The source for my personal site. Built using 11ty (and other tools).",
|
||||
"type": "module",
|
||||
"engines": {
|
||||
|
@ -39,7 +39,7 @@
|
|||
"devDependencies": {
|
||||
"@11ty/eleventy": "v3.1.0",
|
||||
"@11ty/eleventy-fetch": "5.1.0",
|
||||
"@cdransf/eleventy-plugin-tabler-icons": "^2.11.1",
|
||||
"@cdransf/eleventy-plugin-tabler-icons": "^2.12.0",
|
||||
"concurrently": "9.1.2",
|
||||
"cssnano": "^7.0.7",
|
||||
"dotenv": "16.5.0",
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
---
|
||||
title: Books
|
||||
title: Reading
|
||||
description: Here's what I'm reading at the moment.
|
||||
permalink: "/reading/index.html"
|
||||
schema: books
|
||||
|
@ -8,7 +8,7 @@ updated: "now"
|
|||
{%- assign currentYear = 'now' | date: "%Y" -%}
|
||||
{%- assign bookData = books.all | filterBooksByStatus: 'started' | reverse -%}
|
||||
{%- 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>
|
||||
{% render "blocks/top-tags.liquid"
|
||||
label:"Top genres"
|
Loading…
Add table
Add a link
Reference in a new issue