tag pages, meta keywords
This commit is contained in:
parent
04e4b0e51e
commit
c008cedf7c
17 changed files with 61 additions and 15 deletions
|
@ -2,8 +2,7 @@
|
|||
title: Authority - Consent's Blind Spot
|
||||
description: Authority is the idea that certain people are justified in violating consent. This belief allows people to force others to do what they want with a clear conscience.
|
||||
tags:
|
||||
- opinions
|
||||
- worldview
|
||||
- ethos
|
||||
---
|
||||
|
||||
> 2025 disclaimer: I haven't thought through all these ideas in a while, but I probably would change some of this or soften/rephrase it.
|
||||
|
|
|
@ -2,9 +2,8 @@
|
|||
title: Embracing Mysticism
|
||||
description: Society is moving from a materialistic era into a mystical one. I describe my attempt to gain mystical proficiency.
|
||||
tags:
|
||||
- opinions
|
||||
- faith
|
||||
- worldview
|
||||
- ethos
|
||||
---
|
||||
|
||||
Logical arguments no longer work. This has been especially visible in the pandemic response in 2020. If you dug even a little below the surface of any mainstream narrative in the past two years, you likely found points of disagreement. But showing people scientific papers, charts, statistical analysis, or other types of evidence accomplishes nothing, or worse it invites accusations of being part of the Other Team, one of those backwards, wrong, stupid people.
|
||||
|
|
|
@ -3,7 +3,7 @@ title: Finally, a Coherent Worldview
|
|||
description: Why did I think I could figure everything out on my own?
|
||||
tags:
|
||||
- faith
|
||||
- worldview
|
||||
- ethos
|
||||
---
|
||||
|
||||
Around the time of my previous post, I had just been received into the Orthodox church. Since then I have found it to be everything I was looking for, and a great deal more. There is such a wealth of wisdom, going back thousands of years. And it was all there, un-seen, un-read, as far as I was concerned not existing at all! It seems impossible to me that I was so unaware of these treasures by chance.
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
title: Site design updated
|
||||
description: New look, simpler tech.
|
||||
tags:
|
||||
- this site
|
||||
- technical
|
||||
---
|
||||
|
||||
New design! The tools I used before have a lot of unmaintained or outdated dependencies and I wanted something a little simpler. The new site uses [pnpm](https://pnpm.io/), [11ty](https://www.11ty.dev/), and [Nunjucks](https://mozilla.github.io/nunjucks/). Content is still in [markdown](https://daringfireball.net/projects/markdown/).
|
||||
|
|
|
@ -4,8 +4,7 @@ slug: thinking-machines
|
|||
description: "The computers will start thinking, and people will stop."
|
||||
cover: "/2025-04-24--computers-will-start-thinking.jpg"
|
||||
tags:
|
||||
- opinions
|
||||
- trends
|
||||
- zeitgeist
|
||||
- ai
|
||||
---
|
||||
|
||||
|
|
|
@ -5,7 +5,6 @@ description: Some dev tools I recommend.
|
|||
tags:
|
||||
- technical
|
||||
- software
|
||||
- opinions
|
||||
---
|
||||
|
||||
Everyone has different tools that they find especially effective. Here are some I have found with a few words about why I like them.
|
||||
|
|
|
@ -6,6 +6,7 @@ export default {
|
|||
eleventyComputed: {
|
||||
date: "{{ page.date }}",
|
||||
slug: "{{ page.slug }}",
|
||||
keywords: (data) => data.tags.join(", "),
|
||||
permalink: (data) => {
|
||||
if (process.env.ELEVENTY_RUN_MODE !== "build") return data.permalink;
|
||||
else return data.draft ? false : data.permalink;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue