fix: serve quartz with clean URL support and regenerate site

- Add serve.py to resolve clean Quartz URLs to .html files
- Regenerate Quartz site with correct baseUrl http://100.118.5.51:9120
- 196 HTML files emitted; all internal links now resolve
This commit is contained in:
Tony0410
2026-08-15 23:35:16 +08:00
parent d749b85fa9
commit d129b70237
1524 changed files with 138308 additions and 0 deletions
+34
View File
File diff suppressed because one or more lines are too long
+1
View File
@@ -0,0 +1 @@
http
+10
View File
@@ -0,0 +1,10 @@
<!DOCTYPE html>
<html lang="en-us">
<head>
<title>schema</title>
<link rel="canonical" href="./schema">
<meta name="robots" content="noindex">
<meta charset="utf-8">
<meta http-equiv="refresh" content="0; url=./schema">
</head>
</html>
Binary file not shown.

After

Width:  |  Height:  |  Size: 17 KiB

File diff suppressed because one or more lines are too long
Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

File diff suppressed because one or more lines are too long
Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

File diff suppressed because one or more lines are too long
Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

File diff suppressed because one or more lines are too long
Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

File diff suppressed because one or more lines are too long
Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

File diff suppressed because one or more lines are too long
Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

File diff suppressed because one or more lines are too long
Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

File diff suppressed because one or more lines are too long
Binary file not shown.

After

Width:  |  Height:  |  Size: 17 KiB

File diff suppressed because one or more lines are too long
Binary file not shown.

After

Width:  |  Height:  |  Size: 6.9 KiB

File diff suppressed because one or more lines are too long
Binary file not shown.

After

Width:  |  Height:  |  Size: 20 KiB

File diff suppressed because one or more lines are too long
Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

File diff suppressed because one or more lines are too long
Binary file not shown.

After

Width:  |  Height:  |  Size: 20 KiB

File diff suppressed because one or more lines are too long
+1
View File
@@ -0,0 +1 @@
@layer quartz-base{@media (max-width:800px){.page>#quartz-body>:not(.sidebar.left:has(.explorer)){transition:transform .3s ease-in-out}.page>#quartz-body.lock-scroll>:not(.sidebar.left:has(.explorer)){transition:transform .3s ease-in-out;transform:translate(100dvw)}.page>#quartz-body .sidebar.left:has(.explorer){box-sizing:border-box;background-color:var(--light);margin:0;padding:1rem 0;position:sticky}.page>#quartz-body .hide-until-loaded~.explorer-content{display:none}}.explorer{flex-direction:column;flex:0 auto;min-height:1.2rem;display:flex;overflow-y:hidden}.explorer.collapsed{flex:0 1.2rem}.explorer.collapsed .fold{transform:rotate(-90deg)}.explorer .fold{opacity:.8;margin-left:.5rem;transition:transform .3s}@media (max-width:800px){.explorer{height:initial;flex-shrink:0;order:-1;align-self:flex-start;margin-top:auto;margin-bottom:auto;overflow:hidden}}.explorer button.mobile-explorer{display:none}.explorer button.desktop-explorer{display:flex}@media (max-width:800px){.explorer button.mobile-explorer{display:flex}.explorer button.desktop-explorer{display:none}}.explorer svg{pointer-events:all;transition:transform .35s}.explorer svg>polyline{pointer-events:none}button.mobile-explorer,button.desktop-explorer{text-align:left;cursor:pointer;color:var(--dark);background-color:#0000;border:none;align-items:center;padding:0;display:flex}button.mobile-explorer h2,button.desktop-explorer h2{margin:0;font-size:1rem;display:inline-block}.explorer-content{margin-top:.5rem;list-style:none;overflow:hidden auto}.explorer-content ul{margin:0;padding:0;list-style:none}.explorer-content ul.explorer-ul{overscroll-behavior:contain}.explorer-content ul li>a{color:var(--dark);opacity:.75;pointer-events:all}.explorer-content ul li>a.active{opacity:1;color:var(--tertiary)}.explorer-content .folder-outer{visibility:collapse;grid-template-rows:0fr;transition-property:grid-template-rows,visibility;transition-duration:.3s;transition-timing-function:ease-in-out;display:grid}.explorer-content .folder-outer.open{visibility:visible;grid-template-rows:1fr}.explorer-content .folder-outer>ul{border-left:1px solid var(--lightgray);margin-left:6px;padding-left:.8rem;overflow:hidden}.folder-container{-webkit-user-select:none;user-select:none;flex-direction:row;align-items:center;display:flex}.folder-container div>a{color:var(--secondary);font-family:var(--headerFont);font-size:.95rem;font-weight:600;line-height:1.5rem;display:inline-block}.folder-container div>a:hover{color:var(--tertiary)}.folder-container div>button{color:var(--dark);text-align:left;cursor:pointer;font-family:var(--headerFont);background-color:#0000;border:none;align-items:center;padding-left:0;padding-right:0;display:flex}.folder-container div>button span{color:var(--secondary);pointer-events:none;margin:0;font-size:.95rem;font-weight:600;line-height:1.5rem;display:inline-block}.folder-icon{color:var(--secondary);cursor:pointer;backface-visibility:visible;flex-shrink:0;margin-right:5px;transition:transform .3s}li:has(>.folder-outer:not(.open))>.folder-container>svg{transform:rotate(-90deg)}.folder-icon:hover{color:var(--tertiary)}@media (max-width:800px){.explorer.collapsed{flex:0 0 34px}.explorer.collapsed>.explorer-content{visibility:hidden;transform:translate(-100vw)}.explorer:not(.collapsed){flex:0 0 34px}.explorer:not(.collapsed)>.explorer-content{visibility:visible;transform:translate(0)}.explorer .explorer-content{box-sizing:border-box;z-index:100;background-color:var(--light);visibility:hidden;width:100vw;max-width:100vw;height:100dvh;max-height:100dvh;margin-top:0;padding:4rem 0 2rem;transition:transform .2s,visibility .2s;position:absolute;top:0;left:0;overflow:hidden;transform:translate(-100vw)}.explorer .mobile-explorer{z-index:101;margin:0;padding:5px}.explorer .mobile-explorer.hide-until-loaded{display:none}.explorer .mobile-explorer .lucide-menu{stroke:var(--darkgray)}.mobile-no-scroll .explorer-content>.explorer-ul{overscroll-behavior:contain}}}
+1
View File
@@ -0,0 +1 @@
@layer quartz-base{ul.section-ul{margin-top:2em;padding-left:0;list-style:none}li.section-li{margin-bottom:1em}li.section-li>.section{grid-template-columns:fit-content(8em) 3fr 1fr;display:grid}@media (max-width:600px){li.section-li>.section>.tags{display:none}}li.section-li>.section>.desc>h3>a{background-color:#0000}li.section-li>.section .meta{opacity:.6;margin:0 1em 0 0}.popover .section{grid-template-columns:fit-content(8em) 1fr!important}.popover .section>.tags{display:none}}
+1
View File
@@ -0,0 +1 @@
@layer quartz-base{.content-meta{color:var(--darkgray);margin-top:0}.content-meta[show-comma=true]>:not(:last-child){margin-right:8px}.content-meta[show-comma=true]>:not(:last-child):after{content:","}}
+1
View File
@@ -0,0 +1 @@
@layer quartz-base{.graph>h3{margin:0;font-size:1rem}.graph>.graph-outer{border:1px solid var(--lightgray);box-sizing:border-box;border-radius:5px;height:250px;margin:.5em 0;position:relative;overflow:hidden}.graph>.graph-outer>.global-graph-icon{cursor:pointer;color:var(--dark);opacity:.5;background:0 0;border:none;border-radius:4px;width:24px;height:24px;margin:.3rem;padding:.2rem;transition:background-color .5s;position:absolute;top:0;right:0}.graph>.graph-outer>.global-graph-icon:hover{background-color:var(--lightgray)}.graph>.global-graph-outer{z-index:9999;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);width:100vw;height:100%;display:none;position:fixed;top:0;left:0;overflow:hidden}.graph>.global-graph-outer.active{display:inline-block}.graph>.global-graph-outer>.global-graph-container{border:1px solid var(--lightgray);background-color:var(--light);box-sizing:border-box;border-radius:5px;width:80vw;height:80vh;position:fixed;top:50%;left:50%;transform:translate(-50%,-50%)}@media (max-width:800px){.graph>.global-graph-outer>.global-graph-container{width:90%}}.graph-container{width:100%;height:100%}}
+1
View File
@@ -0,0 +1 @@
@layer quartz-base{footer{text-align:left;opacity:.7;margin-bottom:4rem}footer ul{flex-direction:row;gap:1rem;margin:-1rem 0 0;padding:0;list-style:none;display:flex}}
+1
View File
@@ -0,0 +1 @@
@layer quartz-base{.page-title{font-size:1.75rem;font-family:var(--titleFont);margin:0}}
+1
View File
@@ -0,0 +1 @@
@layer quartz-base{.article-title{margin:2rem 0 0}}
File diff suppressed because one or more lines are too long
+1
View File
@@ -0,0 +1 @@
@layer quartz-base{.backlinks{flex-direction:column}.backlinks>h3{margin:0;font-size:1rem}.backlinks>ul.overflow{overscroll-behavior:contain;max-height:calc(100% - 2rem);margin:.5rem 0;padding:0;list-style:none}.backlinks>ul.overflow>li>a{background-color:#0000}}
+1
View File
@@ -0,0 +1 @@
@layer quartz-base{.readermode{cursor:pointer;width:20px;height:32px;text-align:inherit;background:0 0;border:none;flex-shrink:0;margin:0;padding:0;position:relative}.readermode svg{width:20px;height:20px;fill:var(--darkgray);stroke:var(--darkgray);transition:opacity .1s;position:absolute;top:calc(50% - 10px)}:root[reader-mode=on] .sidebar.left,:root[reader-mode=on] .sidebar.right{opacity:0;transition:opacity .2s}:root[reader-mode=on] .sidebar.left:hover,:root[reader-mode=on] .sidebar.right:hover{opacity:1}}
+1
View File
@@ -0,0 +1 @@
@layer quartz-base{.encrypted-page{justify-content:center;align-items:center;min-height:300px;padding:2rem;display:flex}.encrypted-page-form{text-align:center;flex-direction:column;align-items:center;gap:1rem;width:100%;max-width:400px;display:flex}.encrypted-page-icon{color:var(--gray,#6b7280);opacity:.6}.encrypted-page-label{color:var(--darkgray,#4b5563);margin:0;font-size:.95rem;line-height:1.5}.encrypted-page-input-row{gap:.5rem;width:100%;display:flex}.encrypted-page-input{border:1px solid var(--lightgray,#d1d5db);background:var(--light,#fff);color:var(--dark,#111);border-radius:4px;outline:none;flex:1;padding:.5rem .75rem;font-family:inherit;font-size:.9rem;transition:border-color .15s}.encrypted-page-input:focus{border-color:var(--secondary,#3b82f6)}.encrypted-page-input:disabled{opacity:.6;cursor:not-allowed}.encrypted-page-submit{cursor:pointer;background:var(--secondary,#3b82f6);color:var(--light,#fff);white-space:nowrap;border:none;border-radius:4px;padding:.5rem 1.25rem;font-family:inherit;font-size:.9rem;font-weight:600;transition:background .15s,opacity .15s}.encrypted-page-submit:hover:not(:disabled){opacity:.9}.encrypted-page-submit:disabled{opacity:.6;cursor:not-allowed}.encrypted-page-error{color:var(--red,#dc2626);margin:0;font-size:.85rem}}
+1
View File
@@ -0,0 +1 @@
@layer quartz-base{.breadcrumb-container{flex-flow:wrap;gap:.5rem;margin:.75rem 0 0;padding:0;display:flex}.breadcrumb-element p{margin:0 0 0 .5rem;padding:0;line-height:normal}.breadcrumb-element{flex-direction:row;justify-content:center;align-items:center;display:flex}}
+1
View File
@@ -0,0 +1 @@
@layer quartz-base{.darkmode{cursor:pointer;width:20px;height:32px;text-align:inherit;background:0 0;border:none;flex-shrink:0;margin:0;padding:0;position:relative}.darkmode svg{width:20px;height:20px;fill:var(--darkgray);transition:opacity .1s;position:absolute;top:calc(50% - 10px)}:root[saved-theme=dark]{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}:root[saved-theme=light]{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light}:root[saved-theme=dark] .darkmode>.dayIcon{display:none}:root[saved-theme=dark] .darkmode>.nightIcon,:root .darkmode>.dayIcon{display:inline}:root .darkmode>.nightIcon{display:none}}
+1
View File
@@ -0,0 +1 @@
@layer quartz-base{.toc{flex-direction:column;flex:0 .5 auto;min-height:1.4rem;display:flex;overflow-y:hidden}.toc:has(button.toc-header.collapsed){flex:0 1.4rem}button.toc-header{text-align:left;cursor:pointer;color:var(--dark);background-color:#0000;border:none;align-items:center;padding:0;display:flex}button.toc-header h3{margin:0;font-size:1rem;display:inline-block}button.toc-header .fold{opacity:.8;margin-left:.5rem;transition:transform .3s}button.toc-header.collapsed .fold{transform:rotate(-90deg)}ul.toc-content.overflow{overscroll-behavior:contain;max-height:calc(100% - 2rem);margin:.5rem 0;padding:0;list-style:none;position:relative}ul.toc-content.overflow>li>a{color:var(--dark);opacity:.35;transition:opacity .5s,color .3s}ul.toc-content.overflow>li>a.in-view{opacity:.75}ul.toc-content.overflow .depth-0{padding-left:0}ul.toc-content.overflow .depth-1{padding-left:1rem}ul.toc-content.overflow .depth-2{padding-left:2rem}ul.toc-content.overflow .depth-3{padding-left:3rem}ul.toc-content.overflow .depth-4{padding-left:4rem}ul.toc-content.overflow .depth-5{padding-left:5rem}ul.toc-content.overflow .depth-6{padding-left:6rem}}
File diff suppressed because one or more lines are too long
+1
View File
@@ -0,0 +1 @@
@layer quartz-base{.section h3,.section>.tags{margin:0}}
+1
View File
@@ -0,0 +1 @@
@layer quartz-base{.note-properties{border:1px solid var(--lightgray);border-radius:5px;margin:.5rem 0 1rem;font-size:.9rem}.note-properties[open]>.note-properties-header{border-bottom:1px solid var(--lightgray)}.note-properties .note-properties-header{cursor:pointer;-webkit-user-select:none;user-select:none;color:var(--darkgray);align-items:center;gap:.5rem;padding:.4rem .8rem;font-weight:600;list-style:none;display:flex}.note-properties .note-properties-header::-webkit-details-marker{display:none}.note-properties .note-properties-header:before{content:"";border-right:2px solid var(--darkgray);border-bottom:2px solid var(--darkgray);width:.5em;height:.5em;transition:transform .2s;display:inline-block;transform:rotate(-45deg)}.note-properties[open]>.note-properties-header:before{transform:rotate(45deg)}.note-properties .note-properties-count{color:var(--gray);margin-left:auto;font-size:.75rem;font-weight:400}.note-properties .note-properties-table{border-collapse:collapse;table-layout:fixed;width:100%}.note-properties .note-properties-row{border-bottom:1px solid var(--lightgray)}.note-properties .note-properties-row:last-child{border-bottom:none}.note-properties .note-properties-key{width:35%;color:var(--gray);vertical-align:top;word-break:break-word;padding:.35rem .8rem;font-size:.85rem}.note-properties .note-properties-value{vertical-align:top;word-break:break-word;padding:.35rem .8rem}.note-properties .note-properties-empty{color:var(--gray);font-style:italic}.note-properties .note-properties-boolean input[type=checkbox]{pointer-events:none;vertical-align:middle;margin:0}.note-properties .note-properties-number{font-family:var(--codeFont);font-size:.85em}.note-properties .note-properties-link{color:var(--secondary);text-decoration:none}.note-properties .note-properties-link:hover{text-decoration:underline}.note-properties .note-properties-separator{color:var(--gray)}.note-properties .note-properties-list{display:inline}.note-properties .note-properties-tags{display:inline-flex}.note-properties .note-properties-tags .tag-link{background:var(--highlight);color:var(--secondary);border-radius:3px;padding:.1rem .4rem;font-size:.85em;text-decoration:none;display:inline-block}.note-properties .note-properties-tags .tag-link:hover{background:var(--secondary);color:var(--light)}.note-properties .note-properties-object code{background:var(--highlight);word-break:break-all;border-radius:3px;padding:.1rem .3rem;font-size:.85em}}
+1
View File
@@ -0,0 +1 @@
@layer quartz-base{.spacer{flex:2 auto}}
File diff suppressed because one or more lines are too long
Binary file not shown.

After

Width:  |  Height:  |  Size: 17 KiB

File diff suppressed because one or more lines are too long
Binary file not shown.

After

Width:  |  Height:  |  Size: 19 KiB

File diff suppressed because one or more lines are too long
Binary file not shown.

After

Width:  |  Height:  |  Size: 6.3 KiB

File diff suppressed because one or more lines are too long
Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

File diff suppressed because one or more lines are too long
Binary file not shown.

After

Width:  |  Height:  |  Size: 23 KiB

File diff suppressed because one or more lines are too long
Binary file not shown.

After

Width:  |  Height:  |  Size: 17 KiB

File diff suppressed because one or more lines are too long
Binary file not shown.

After

Width:  |  Height:  |  Size: 24 KiB

File diff suppressed because one or more lines are too long
Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB

File diff suppressed because one or more lines are too long
Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB

File diff suppressed because one or more lines are too long
Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

File diff suppressed because one or more lines are too long
Binary file not shown.

After

Width:  |  Height:  |  Size: 21 KiB

File diff suppressed because one or more lines are too long
Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

File diff suppressed because one or more lines are too long
Binary file not shown.

After

Width:  |  Height:  |  Size: 5.8 KiB

File diff suppressed because one or more lines are too long
Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB

File diff suppressed because one or more lines are too long
Binary file not shown.

After

Width:  |  Height:  |  Size: 2.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 20 KiB

File diff suppressed because one or more lines are too long
Binary file not shown.

After

Width:  |  Height:  |  Size: 19 KiB

File diff suppressed because one or more lines are too long
Binary file not shown.

After

Width:  |  Height:  |  Size: 19 KiB

File diff suppressed because one or more lines are too long
Binary file not shown.

After

Width:  |  Height:  |  Size: 6.2 KiB

File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

+122
View File
File diff suppressed because one or more lines are too long
+70
View File
@@ -0,0 +1,70 @@
<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0">
<channel>
<title>Agent Estate Wiki</title>
<link>https://http://100.118.5.51:9120</link>
<description>Last 10 notes on Agent Estate Wiki</description>
<generator>Quartz -- quartz.jzhao.xyz</generator>
<item>
<title>comparisons</title>
<link>https://http:/100.118.5.51:9120/comparisons/</link>
<guid>https://http:/100.118.5.51:9120/comparisons/</guid>
<description><![CDATA[ ]]></description>
<pubDate>Sat, 15 Aug 2026 15:34:28 GMT</pubDate>
</item><item>
<title>concepts</title>
<link>https://http:/100.118.5.51:9120/concepts/</link>
<guid>https://http:/100.118.5.51:9120/concepts/</guid>
<description><![CDATA[ ]]></description>
<pubDate>Sat, 15 Aug 2026 15:34:28 GMT</pubDate>
</item><item>
<title>active</title>
<link>https://http:/100.118.5.51:9120/experiments/active/</link>
<guid>https://http:/100.118.5.51:9120/experiments/active/</guid>
<description><![CDATA[ ]]></description>
<pubDate>Sat, 15 Aug 2026 15:34:28 GMT</pubDate>
</item><item>
<title>incidents</title>
<link>https://http:/100.118.5.51:9120/incidents/</link>
<guid>https://http:/100.118.5.51:9120/incidents/</guid>
<description><![CDATA[ ]]></description>
<pubDate>Sat, 15 Aug 2026 15:34:28 GMT</pubDate>
</item><item>
<title>infrastructure</title>
<link>https://http:/100.118.5.51:9120/infrastructure/</link>
<guid>https://http:/100.118.5.51:9120/infrastructure/</guid>
<description><![CDATA[ ]]></description>
<pubDate>Sat, 15 Aug 2026 15:34:28 GMT</pubDate>
</item><item>
<title>queries</title>
<link>https://http:/100.118.5.51:9120/queries/</link>
<guid>https://http:/100.118.5.51:9120/queries/</guid>
<description><![CDATA[ ]]></description>
<pubDate>Sat, 15 Aug 2026 15:34:28 GMT</pubDate>
</item><item>
<title>reports</title>
<link>https://http:/100.118.5.51:9120/reports/</link>
<guid>https://http:/100.118.5.51:9120/reports/</guid>
<description><![CDATA[ ]]></description>
<pubDate>Sat, 15 Aug 2026 15:34:28 GMT</pubDate>
</item><item>
<title>runbooks</title>
<link>https://http:/100.118.5.51:9120/runbooks/</link>
<guid>https://http:/100.118.5.51:9120/runbooks/</guid>
<description><![CDATA[ ]]></description>
<pubDate>Sat, 15 Aug 2026 15:34:28 GMT</pubDate>
</item><item>
<title>systems</title>
<link>https://http:/100.118.5.51:9120/systems/</link>
<guid>https://http:/100.118.5.51:9120/systems/</guid>
<description><![CDATA[ ]]></description>
<pubDate>Sat, 15 Aug 2026 15:34:28 GMT</pubDate>
</item><item>
<title>hermes</title>
<link>https://http:/100.118.5.51:9120/tags/hermes</link>
<guid>https://http:/100.118.5.51:9120/tags/hermes</guid>
<description><![CDATA[ ]]></description>
<pubDate>Sat, 15 Aug 2026 15:34:28 GMT</pubDate>
</item>
</channel>
</rss>
Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

File diff suppressed because one or more lines are too long
Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

File diff suppressed because one or more lines are too long
Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

File diff suppressed because one or more lines are too long
Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

File diff suppressed because one or more lines are too long
Binary file not shown.

After

Width:  |  Height:  |  Size: 28 KiB

File diff suppressed because one or more lines are too long
Binary file not shown.

After

Width:  |  Height:  |  Size: 6.8 KiB

Some files were not shown because too many files have changed in this diff Show More