Merge branch 'main' of github.com:cdransf/coryd.dev
This commit is contained in:
commit
4c1b153397
2 changed files with 1 additions and 2 deletions
|
@ -454,8 +454,6 @@ li {
|
|||
|
||||
/* pages */
|
||||
.page-header {
|
||||
font-size: var(--font-size-2xl);
|
||||
line-height: var(--line-height-2xl);
|
||||
margin-top: 0;
|
||||
}
|
||||
|
||||
|
|
|
@ -4,6 +4,7 @@ layout: default
|
|||
description: 'Post stats and other information about my site.'
|
||||
permalink: /stats.html
|
||||
---
|
||||
<h2 class="page-header">{{ title }}</h2>
|
||||
<p>My first post was published on <strong class="highlight-text">{{ collections.postStats.firstPostDate | dateToReadableDate }}</strong> and my most recent one was published on <strong class="highlight-text">{{ collections.postStats.lastPostDate | dateToReadableDate }}</strong>. I've published <strong class="highlight-text">{{ collections.postStats.postCount }} posts</strong> containing <strong class="highlight-text">{{ collections.postStats.totalWordCount }} words</strong> and <strong class="highlight-text">{{ collections.postStats.totalCodeBlockCount }} code samples</strong>.</p>
|
||||
<p>Posts have, on average, <strong class="highlight-text">{{ collections.postStats.avgWordCount | round }} words</strong> and a gap of <strong class="highlight-text">{{ collections.postStats.avgDays | round }} days</strong> between them.</p>
|
||||
<p><strong>Top tags</strong></p>
|
||||
|
|
Reference in a new issue