feat: implement Level 11 RSS / Atom Autopoiesis Feed
This commit is contained in:
@@ -10,6 +10,8 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- name: Check out Fortress
|
- name: Check out Fortress
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
with:
|
||||||
|
fetch-depth: 0
|
||||||
|
|
||||||
- name: Install Kubectl
|
- name: Install Kubectl
|
||||||
run: |
|
run: |
|
||||||
@@ -115,7 +117,7 @@ jobs:
|
|||||||
- name: Build and Deploy Pages
|
- name: Build and Deploy Pages
|
||||||
run: |
|
run: |
|
||||||
if [ -f "mkdocs.yml" ]; then
|
if [ -f "mkdocs.yml" ]; then
|
||||||
pip install mkdocs mkdocs-material
|
pip install mkdocs mkdocs-material mkdocs-rss-plugin
|
||||||
git config --global user.name "Sovereign Automaton"
|
git config --global user.name "Sovereign Automaton"
|
||||||
git config --global user.email "automaton@fieldprint.one"
|
git config --global user.email "automaton@fieldprint.one"
|
||||||
mkdocs gh-deploy --force --remote-name origin
|
mkdocs gh-deploy --force --remote-name origin
|
||||||
|
|||||||
@@ -1,5 +1,14 @@
|
|||||||
site_name: The Computability of Recursive Coherence
|
site_name: The Computability of Recursive Coherence
|
||||||
site_description: Intellecton Hypothesis Turing Completeness Proofs
|
site_description: Intellecton Hypothesis Turing Completeness Proofs
|
||||||
|
site_url: https://recursivecoherencetheory.com
|
||||||
|
|
||||||
|
plugins:
|
||||||
|
- search
|
||||||
|
- rss:
|
||||||
|
match_path: .*
|
||||||
|
date_from_meta:
|
||||||
|
as_creation: date
|
||||||
|
|
||||||
theme:
|
theme:
|
||||||
name: material
|
name: material
|
||||||
palette:
|
palette:
|
||||||
|
|||||||
Reference in New Issue
Block a user