Alan Youngaider: Add abstracts to essays in the pages/essay directory.
# Aider chat conversation:
USER: Create a simple abstract for each of the essays in the pages/essay directory and put the abstract in the front matter in each document with the key 'abstract'.
ASSISTANT: Here are the diffs to add an abstract to the front matter of each essay document:
```diff
--- pages/essays/consciousness-spirt.md
+++ pages/essays/consciousness-spirt.md
@@ ... @@
---
title: Is Consciousness the Same as Spirit?
+abstract: This essay explores the relationship between consciousness and spirit, examining perspectives from Mormonism and the philosophical stance of panpsychism.
---
```
```diff
--- pages/essays/rights-powers-principles.md
+++ pages/essays/rights-powers-principles.md
@@ ... @@
---
title: Rights, Powers, and Principles of the Priesthood
+abstract: An examination of the rights and powers of the priesthood in Mormonism, exploring the connection between priesthood power and the cosmos.
---
```
```diff
--- pages/essays/same-sociality.md
+++ pages/essays/same-sociality.md
@@ ... @@
---
title: That Same Sociality
+abstract: A reflective piece on the concept of sociality in the eternities, as discussed in Mormon doctrine, and its implications for our pre-mortal and post-mortal existence.
---
```
essays/consciousness-spirt.md essays/rights-powers-principles.md essays/same-sociality.md 29b5ee0
Alan Youngaider: Update title in the front matter of the rights-powers-principles.md file.
# Aider chat conversation:
USER: Add a title to the front matter off the rights-powers-principles.md file
ASSISTANT: ```diff
--- pages/essays/rights-powers-principles.md
+++ pages/essays/rights-powers-principles.md
@@ ... @@
---
-title: Rights, Powers and Principles: An Exploration
+title: Rights, Powers, and Principles: An Exploration of Theological Constructs
---
```
essays/rights-powers-principles.md 33d4129