diff --git a/.forgejo/workflows/cd.yaml b/.forgejo/workflows/cd.yaml index da97a19d..ff35c74a 100644 --- a/.forgejo/workflows/cd.yaml +++ b/.forgejo/workflows/cd.yaml @@ -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 diff --git a/mkdocs.yml b/mkdocs.yml index 54aef0fb..49a31599 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -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: