chore: simplify ogi
This commit is contained in:
parent
7bffc62335
commit
69e1b950e7
26 changed files with 6 additions and 18 deletions
|
@ -2,7 +2,6 @@
|
|||
title: About
|
||||
layout: default
|
||||
permalink: /about.html
|
||||
image: /assets/img/ogi/about.jpg
|
||||
---
|
||||
{% capture css %}
|
||||
{% render "../assets/styles/pages/about.css" %}
|
||||
|
|
|
@ -2,7 +2,6 @@
|
|||
title: Blogroll
|
||||
layout: default
|
||||
permalink: /blogroll.html
|
||||
image: /assets/img/ogi/blogroll.jpg
|
||||
description: 'These are awesome blogs that I enjoy and you may enjoy too.'
|
||||
---
|
||||
{% capture css %}
|
||||
|
|
|
@ -2,7 +2,6 @@
|
|||
title: Success
|
||||
layout: default
|
||||
permalink: /contact/success.html
|
||||
image: /assets/img/ogi/contact.jpg
|
||||
---
|
||||
<div class="text--centered">
|
||||
<h2>{{ title }}</h2>
|
||||
|
|
|
@ -2,7 +2,6 @@
|
|||
title: Contact
|
||||
layout: default
|
||||
permalink: /contact.html
|
||||
image: /assets/img/ogi/contact.jpg
|
||||
description: 'How to contact me.'
|
||||
---
|
||||
{% capture css %}
|
||||
|
|
|
@ -2,7 +2,6 @@
|
|||
title: Feeds
|
||||
layout: default
|
||||
permalink: /feeds.html
|
||||
image: /assets/img/ogi/feeds.jpg
|
||||
description: 'Content feeds exposed by and generated from my site.'
|
||||
---
|
||||
|
||||
|
|
|
@ -2,7 +2,6 @@
|
|||
title: Now
|
||||
layout: now
|
||||
permalink: /now.html
|
||||
image: /assets/img/ogi/now.jpg
|
||||
description: "See what I'm doing now."
|
||||
---
|
||||
<h2 class="flex--centered">
|
||||
|
|
|
@ -2,7 +2,6 @@
|
|||
title: Referrals
|
||||
layout: default
|
||||
permalink: /referrals.html
|
||||
image: /assets/img/ogi/referrals.jpg
|
||||
description: 'Referral links for services that I use.'
|
||||
---
|
||||
<h2 class="page__header">{{ title }}</h2>
|
||||
|
|
|
@ -3,7 +3,6 @@ title: Search
|
|||
description: "Search through and find the posts on my site."
|
||||
layout: default
|
||||
permalink: /search.html
|
||||
image: /assets/img/ogi/search.jpg
|
||||
---
|
||||
<script type="module" src="/assets/scripts/components/pagefind-search.js"></script>
|
||||
{% capture css %}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
---
|
||||
title: Statistics
|
||||
layout: default
|
||||
description: 'Post stats and other information about my site.'
|
||||
permalink: /stats.html
|
||||
image: /assets/img/ogi/stats.jpg
|
||||
---
|
||||
<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>
|
||||
|
|
|
@ -5,7 +5,6 @@ pagination:
|
|||
size: 1
|
||||
alias: tag
|
||||
permalink: /tags/{{ tag }}/
|
||||
image: /assets/img/ogi/tags.jpg
|
||||
eleventyComputed:
|
||||
title: '{{ tag }}'
|
||||
---
|
||||
|
|
|
@ -3,7 +3,6 @@ title: Webrings
|
|||
layout: default
|
||||
permalink: /webrings.html
|
||||
description: "Webrings are awesome! These are the ones I'm a member of."
|
||||
image: /assets/img/ogi/webrings.jpg
|
||||
---
|
||||
{% capture css %}
|
||||
{% render "../assets/styles/pages/webrings.css" %}
|
||||
|
|
Reference in a new issue