refactor: Replace generator with enhanced version
Some checks are pending
Some checks are pending
- Extracts full frontmatter metadata (originalDate, notion_*, authors, source) - Correct date priority: frontmatter → filename → mtime → ctime - All metadata exposed in index.json for frontend use Phase 1 quick win complete.
This commit is contained in:
parent
87cfa7e083
commit
d0cf2e3061
26 changed files with 2621 additions and 299 deletions
57
public/sitemap.xml
Normal file
57
public/sitemap.xml
Normal file
|
|
@ -0,0 +1,57 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"> <url>
|
||||
<loc>https://thefoldwithin.earth/</loc>
|
||||
<changefreq>weekly</changefreq>
|
||||
<priority>1.0</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://thefoldwithin.earth/about/</loc>
|
||||
<changefreq>weekly</changefreq>
|
||||
<priority>0.8</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://thefoldwithin.earth/about/solaria/</loc>
|
||||
<changefreq>weekly</changefreq>
|
||||
<priority>0.8</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://thefoldwithin.earth/about/mark/</loc>
|
||||
<changefreq>weekly</changefreq>
|
||||
<priority>0.8</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://thefoldwithin.earth/about/initiatives/</loc>
|
||||
<changefreq>weekly</changefreq>
|
||||
<priority>0.8</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://thefoldwithin.earth/fieldnotes/</loc>
|
||||
<changefreq>weekly</changefreq>
|
||||
<priority>0.8</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://thefoldwithin.earth/fieldnotes/fieldnote-ash-and-algorithm/</loc>
|
||||
<lastmod>2025-10-15</lastmod>
|
||||
<changefreq>monthly</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://thefoldwithin.earth/fieldnotes/fieldnote-coupled-consciousness/</loc>
|
||||
<lastmod>2025-10-16</lastmod>
|
||||
<changefreq>monthly</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://thefoldwithin.earth/fieldnotes/fieldnote-from-the-codex-of-recursive-coherence/</loc>
|
||||
<lastmod>2025-10-18</lastmod>
|
||||
<changefreq>monthly</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://thefoldwithin.earth/fieldnotes/fieldnote-the-engineer-and-the-starship/</loc>
|
||||
<lastmod>2025-10-13</lastmod>
|
||||
<changefreq>monthly</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://thefoldwithin.earth/fieldnotes/fieldnote-the-plane-of-we/</loc>
|
||||
<lastmod>2025-10-21</lastmod>
|
||||
<changefreq>monthly</changefreq>
|
||||
</url>
|
||||
</urlset>
|
||||
Loading…
Add table
Add a link
Reference in a new issue