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