Compare commits

...

2 Commits

Author SHA1 Message Date
dd416f8bdf fixed the search float 2025-07-20 10:25:46 -06:00
54b9210a18 new stuff 2025-07-19 16:38:32 -06:00
32 changed files with 156 additions and 139 deletions

View File

@ -45,7 +45,7 @@ body {
justify-content: space-between; justify-content: space-between;
padding: 0 20px; padding: 0 20px;
box-shadow: 0 2px 4px rgba(0,0,0,0.1); box-shadow: 0 2px 4px rgba(0,0,0,0.1);
z-index: 1000; z-index: 10001; /* Increase from 1000 to be higher than map controls */
position: relative; position: relative;
} }
@ -873,6 +873,7 @@ body {
position: relative; position: relative;
flex: 0 1 400px; flex: 0 1 400px;
margin: 0 1rem; margin: 0 1rem;
/* Remove z-index here - let it inherit from header */
} }
.docs-search-wrapper { .docs-search-wrapper {
@ -913,8 +914,8 @@ body {
background: white; background: white;
border: 1px solid #ddd; border: 1px solid #ddd;
border-radius: 4px; border-radius: 4px;
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); box-shadow: 0 8px 24px rgba(0, 0, 0, 0.25);
z-index: 1000; z-index: 10002; /* Just slightly higher than header */
overflow: hidden; overflow: hidden;
display: flex; display: flex;
flex-direction: column; flex-direction: column;
@ -1015,11 +1016,13 @@ body {
/* Mobile responsiveness */ /* Mobile responsiveness */
@media (max-width: 768px) { @media (max-width: 768px) {
.docs-search-container { .docs-search-container {
display: block; /* Show on mobile */ display: block;
width: 100%; width: 100%;
margin: 10px 0; margin: 10px 0;
padding: 0 10px; padding: 0 0px;
/* Remove z-index */
} }
.docs-search-wrapper { .docs-search-wrapper {
width: 100%; width: 100%;
} }
@ -1029,11 +1032,22 @@ body {
padding: 0.75rem 2.5rem 0.75rem 1rem; padding: 0.75rem 2.5rem 0.75rem 1rem;
} }
.docs-search-results { .docs-search-results {
left: 0; position: fixed !important;
right: 0; top: var(--header-height, 60px);
width: 100vw; left: 0 !important;
max-width: 100vw; right: 0 !important;
min-width: 0; width: 100vw !important;
max-width: 100vw !important;
min-width: 0 !important;
border-radius: 0 0 12px 12px;
z-index: 10002; /* Same as desktop */
margin: 0;
box-shadow: 0 8px 24px rgba(0,0,0,0.25);
}
.docs-search-results-list {
max-height: 50vh;
overflow-y: auto;
} }
} }

BIN
mkdocs/docs/assets/loop.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 539 KiB

View File

@ -6,11 +6,11 @@
"language": "HTML", "language": "HTML",
"stars_count": 0, "stars_count": 0,
"forks_count": 0, "forks_count": 0,
"open_issues_count": 9, "open_issues_count": 10,
"updated_at": "2025-07-18T10:46:56-06:00", "updated_at": "2025-07-19T15:31:47-06:00",
"created_at": "2025-05-28T14:54:59-06:00", "created_at": "2025-05-28T14:54:59-06:00",
"clone_url": "https://gitea.bnkops.com/admin/changemaker.lite.git", "clone_url": "https://gitea.bnkops.com/admin/changemaker.lite.git",
"ssh_url": "git@gitea.bnkops.com:admin/changemaker.lite.git", "ssh_url": "git@gitea.bnkops.com:admin/changemaker.lite.git",
"default_branch": "main", "default_branch": "main",
"last_build_update": "2025-07-18T10:46:56-06:00" "last_build_update": "2025-07-19T15:31:47-06:00"
} }

View File

@ -4,13 +4,13 @@
"description": "Claude Code is an agentic coding tool that lives in your terminal, understands your codebase, and helps you code faster by executing routine tasks, explaining complex code, and handling git workflows - all through natural language commands.", "description": "Claude Code is an agentic coding tool that lives in your terminal, understands your codebase, and helps you code faster by executing routine tasks, explaining complex code, and handling git workflows - all through natural language commands.",
"html_url": "https://github.com/anthropics/claude-code", "html_url": "https://github.com/anthropics/claude-code",
"language": "PowerShell", "language": "PowerShell",
"stars_count": 24412, "stars_count": 24630,
"forks_count": 1328, "forks_count": 1348,
"open_issues_count": 2141, "open_issues_count": 2163,
"updated_at": "2025-07-18T22:32:30Z", "updated_at": "2025-07-19T21:51:01Z",
"created_at": "2025-02-22T17:41:21Z", "created_at": "2025-02-22T17:41:21Z",
"clone_url": "https://github.com/anthropics/claude-code.git", "clone_url": "https://github.com/anthropics/claude-code.git",
"ssh_url": "git@github.com:anthropics/claude-code.git", "ssh_url": "git@github.com:anthropics/claude-code.git",
"default_branch": "main", "default_branch": "main",
"last_build_update": "2025-07-18T20:30:51Z" "last_build_update": "2025-07-19T00:06:09Z"
} }

View File

@ -4,10 +4,10 @@
"description": "VS Code in the browser", "description": "VS Code in the browser",
"html_url": "https://github.com/coder/code-server", "html_url": "https://github.com/coder/code-server",
"language": "TypeScript", "language": "TypeScript",
"stars_count": 72949, "stars_count": 72971,
"forks_count": 6108, "forks_count": 6111,
"open_issues_count": 140, "open_issues_count": 139,
"updated_at": "2025-07-18T22:42:13Z", "updated_at": "2025-07-19T21:22:59Z",
"created_at": "2019-02-27T16:50:41Z", "created_at": "2019-02-27T16:50:41Z",
"clone_url": "https://github.com/coder/code-server.git", "clone_url": "https://github.com/coder/code-server.git",
"ssh_url": "git@github.com:coder/code-server.git", "ssh_url": "git@github.com:coder/code-server.git",

View File

@ -4,13 +4,13 @@
"description": "A highly customizable homepage (or startpage / application dashboard) with Docker and service API integrations.", "description": "A highly customizable homepage (or startpage / application dashboard) with Docker and service API integrations.",
"html_url": "https://github.com/gethomepage/homepage", "html_url": "https://github.com/gethomepage/homepage",
"language": "JavaScript", "language": "JavaScript",
"stars_count": 24876, "stars_count": 24890,
"forks_count": 1542, "forks_count": 1543,
"open_issues_count": 2, "open_issues_count": 2,
"updated_at": "2025-07-18T21:29:04Z", "updated_at": "2025-07-19T20:23:14Z",
"created_at": "2022-08-24T07:29:42Z", "created_at": "2022-08-24T07:29:42Z",
"clone_url": "https://github.com/gethomepage/homepage.git", "clone_url": "https://github.com/gethomepage/homepage.git",
"ssh_url": "git@github.com:gethomepage/homepage.git", "ssh_url": "git@github.com:gethomepage/homepage.git",
"default_branch": "dev", "default_branch": "dev",
"last_build_update": "2025-07-18T12:15:01Z" "last_build_update": "2025-07-19T12:12:42Z"
} }

View File

@ -4,10 +4,10 @@
"description": "Git with a cup of tea! Painless self-hosted all-in-one software development service, including Git hosting, code review, team collaboration, package registry and CI/CD", "description": "Git with a cup of tea! Painless self-hosted all-in-one software development service, including Git hosting, code review, team collaboration, package registry and CI/CD",
"html_url": "https://github.com/go-gitea/gitea", "html_url": "https://github.com/go-gitea/gitea",
"language": "Go", "language": "Go",
"stars_count": 49613, "stars_count": 49633,
"forks_count": 5914, "forks_count": 5914,
"open_issues_count": 2726, "open_issues_count": 2730,
"updated_at": "2025-07-18T21:49:34Z", "updated_at": "2025-07-19T20:29:59Z",
"created_at": "2016-11-01T02:13:26Z", "created_at": "2016-11-01T02:13:26Z",
"clone_url": "https://github.com/go-gitea/gitea.git", "clone_url": "https://github.com/go-gitea/gitea.git",
"ssh_url": "git@github.com:go-gitea/gitea.git", "ssh_url": "git@github.com:go-gitea/gitea.git",

View File

@ -4,10 +4,10 @@
"description": "High performance, self-hosted, newsletter and mailing list manager with a modern dashboard. Single binary app.", "description": "High performance, self-hosted, newsletter and mailing list manager with a modern dashboard. Single binary app.",
"html_url": "https://github.com/knadh/listmonk", "html_url": "https://github.com/knadh/listmonk",
"language": "Go", "language": "Go",
"stars_count": 17344, "stars_count": 17349,
"forks_count": 1674, "forks_count": 1674,
"open_issues_count": 105, "open_issues_count": 103,
"updated_at": "2025-07-18T17:40:55Z", "updated_at": "2025-07-19T19:01:50Z",
"created_at": "2019-06-26T05:08:39Z", "created_at": "2019-06-26T05:08:39Z",
"clone_url": "https://github.com/knadh/listmonk.git", "clone_url": "https://github.com/knadh/listmonk.git",
"ssh_url": "git@github.com:knadh/listmonk.git", "ssh_url": "git@github.com:knadh/listmonk.git",

View File

@ -4,10 +4,10 @@
"description": "Create & scan cute qr codes easily \ud83d\udc7e", "description": "Create & scan cute qr codes easily \ud83d\udc7e",
"html_url": "https://github.com/lyqht/mini-qr", "html_url": "https://github.com/lyqht/mini-qr",
"language": "Vue", "language": "Vue",
"stars_count": 1286, "stars_count": 1288,
"forks_count": 172, "forks_count": 172,
"open_issues_count": 13, "open_issues_count": 12,
"updated_at": "2025-07-18T20:48:28Z", "updated_at": "2025-07-19T16:11:51Z",
"created_at": "2023-04-21T14:20:14Z", "created_at": "2023-04-21T14:20:14Z",
"clone_url": "https://github.com/lyqht/mini-qr.git", "clone_url": "https://github.com/lyqht/mini-qr.git",
"ssh_url": "git@github.com:lyqht/mini-qr.git", "ssh_url": "git@github.com:lyqht/mini-qr.git",

View File

@ -4,10 +4,10 @@
"description": "Fair-code workflow automation platform with native AI capabilities. Combine visual building with custom code, self-host or cloud, 400+ integrations.", "description": "Fair-code workflow automation platform with native AI capabilities. Combine visual building with custom code, self-host or cloud, 400+ integrations.",
"html_url": "https://github.com/n8n-io/n8n", "html_url": "https://github.com/n8n-io/n8n",
"language": "TypeScript", "language": "TypeScript",
"stars_count": 120375, "stars_count": 120972,
"forks_count": 36228, "forks_count": 36362,
"open_issues_count": 980, "open_issues_count": 983,
"updated_at": "2025-07-18T22:42:54Z", "updated_at": "2025-07-19T21:52:44Z",
"created_at": "2019-06-22T09:24:21Z", "created_at": "2019-06-22T09:24:21Z",
"clone_url": "https://github.com/n8n-io/n8n.git", "clone_url": "https://github.com/n8n-io/n8n.git",
"ssh_url": "git@github.com:n8n-io/n8n.git", "ssh_url": "git@github.com:n8n-io/n8n.git",

View File

@ -4,13 +4,13 @@
"description": "\ud83d\udd25 \ud83d\udd25 \ud83d\udd25 Open Source Airtable Alternative", "description": "\ud83d\udd25 \ud83d\udd25 \ud83d\udd25 Open Source Airtable Alternative",
"html_url": "https://github.com/nocodb/nocodb", "html_url": "https://github.com/nocodb/nocodb",
"language": "TypeScript", "language": "TypeScript",
"stars_count": 55844, "stars_count": 55862,
"forks_count": 4020, "forks_count": 4023,
"open_issues_count": 676, "open_issues_count": 677,
"updated_at": "2025-07-18T22:33:32Z", "updated_at": "2025-07-19T21:43:09Z",
"created_at": "2017-10-29T18:51:48Z", "created_at": "2017-10-29T18:51:48Z",
"clone_url": "https://github.com/nocodb/nocodb.git", "clone_url": "https://github.com/nocodb/nocodb.git",
"ssh_url": "git@github.com:nocodb/nocodb.git", "ssh_url": "git@github.com:nocodb/nocodb.git",
"default_branch": "develop", "default_branch": "develop",
"last_build_update": "2025-07-18T19:54:56Z" "last_build_update": "2025-07-19T20:55:35Z"
} }

View File

@ -4,13 +4,13 @@
"description": "Get up and running with Llama 3.3, DeepSeek-R1, Phi-4, Gemma 3, Mistral Small 3.1 and other large language models.", "description": "Get up and running with Llama 3.3, DeepSeek-R1, Phi-4, Gemma 3, Mistral Small 3.1 and other large language models.",
"html_url": "https://github.com/ollama/ollama", "html_url": "https://github.com/ollama/ollama",
"language": "Go", "language": "Go",
"stars_count": 146880, "stars_count": 146966,
"forks_count": 12444, "forks_count": 12450,
"open_issues_count": 1921, "open_issues_count": 1920,
"updated_at": "2025-07-18T22:09:10Z", "updated_at": "2025-07-19T21:40:59Z",
"created_at": "2023-06-26T19:39:32Z", "created_at": "2023-06-26T19:39:32Z",
"clone_url": "https://github.com/ollama/ollama.git", "clone_url": "https://github.com/ollama/ollama.git",
"ssh_url": "git@github.com:ollama/ollama.git", "ssh_url": "git@github.com:ollama/ollama.git",
"default_branch": "main", "default_branch": "main",
"last_build_update": "2025-07-18T20:30:24Z" "last_build_update": "2025-07-19T20:29:38Z"
} }

View File

@ -4,10 +4,10 @@
"description": "Documentation that simply works", "description": "Documentation that simply works",
"html_url": "https://github.com/squidfunk/mkdocs-material", "html_url": "https://github.com/squidfunk/mkdocs-material",
"language": "Python", "language": "Python",
"stars_count": 23935, "stars_count": 23942,
"forks_count": 3815, "forks_count": 3816,
"open_issues_count": 7, "open_issues_count": 7,
"updated_at": "2025-07-18T18:39:26Z", "updated_at": "2025-07-19T18:43:32Z",
"created_at": "2016-01-28T22:09:23Z", "created_at": "2016-01-28T22:09:23Z",
"clone_url": "https://github.com/squidfunk/mkdocs-material.git", "clone_url": "https://github.com/squidfunk/mkdocs-material.git",
"ssh_url": "git@github.com:squidfunk/mkdocs-material.git", "ssh_url": "git@github.com:squidfunk/mkdocs-material.git",

View File

@ -1474,9 +1474,9 @@
<div class="integration-visual"> <div class="integration-visual">
<div class="integration-diagram"> <div class="integration-diagram">
<div class="screenshot-placeholder"> <div class="screenshot-placeholder">
[Diagram: Show how documentation search connects to map data, which connects to voter database, which triggers email campaigns, all in a circular flow] <img src="assets/loop.png" alt="All systems communicate and build on one another" class="mobile-screenshot">
</div> </div>
</div> </div>
<p style="margin-top: 2rem; color: var(--text-light); font-size: 0.875rem;"> <p style="margin-top: 2rem; color: var(--text-light); font-size: 0.875rem;">
🎯 30-minute setup • 🔒 Your data stays yours • 🚀 No monthly fees 🎯 30-minute setup • 🔒 Your data stays yours • 🚀 No monthly fees

BIN
mkdocs/site/assets/loop.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 539 KiB

View File

@ -6,11 +6,11 @@
"language": "HTML", "language": "HTML",
"stars_count": 0, "stars_count": 0,
"forks_count": 0, "forks_count": 0,
"open_issues_count": 9, "open_issues_count": 10,
"updated_at": "2025-07-18T10:46:56-06:00", "updated_at": "2025-07-19T15:31:47-06:00",
"created_at": "2025-05-28T14:54:59-06:00", "created_at": "2025-05-28T14:54:59-06:00",
"clone_url": "https://gitea.bnkops.com/admin/changemaker.lite.git", "clone_url": "https://gitea.bnkops.com/admin/changemaker.lite.git",
"ssh_url": "git@gitea.bnkops.com:admin/changemaker.lite.git", "ssh_url": "git@gitea.bnkops.com:admin/changemaker.lite.git",
"default_branch": "main", "default_branch": "main",
"last_build_update": "2025-07-18T10:46:56-06:00" "last_build_update": "2025-07-19T15:31:47-06:00"
} }

View File

@ -4,13 +4,13 @@
"description": "Claude Code is an agentic coding tool that lives in your terminal, understands your codebase, and helps you code faster by executing routine tasks, explaining complex code, and handling git workflows - all through natural language commands.", "description": "Claude Code is an agentic coding tool that lives in your terminal, understands your codebase, and helps you code faster by executing routine tasks, explaining complex code, and handling git workflows - all through natural language commands.",
"html_url": "https://github.com/anthropics/claude-code", "html_url": "https://github.com/anthropics/claude-code",
"language": "PowerShell", "language": "PowerShell",
"stars_count": 24412, "stars_count": 24630,
"forks_count": 1328, "forks_count": 1348,
"open_issues_count": 2141, "open_issues_count": 2163,
"updated_at": "2025-07-18T22:32:30Z", "updated_at": "2025-07-19T21:51:01Z",
"created_at": "2025-02-22T17:41:21Z", "created_at": "2025-02-22T17:41:21Z",
"clone_url": "https://github.com/anthropics/claude-code.git", "clone_url": "https://github.com/anthropics/claude-code.git",
"ssh_url": "git@github.com:anthropics/claude-code.git", "ssh_url": "git@github.com:anthropics/claude-code.git",
"default_branch": "main", "default_branch": "main",
"last_build_update": "2025-07-18T20:30:51Z" "last_build_update": "2025-07-19T00:06:09Z"
} }

View File

@ -4,10 +4,10 @@
"description": "VS Code in the browser", "description": "VS Code in the browser",
"html_url": "https://github.com/coder/code-server", "html_url": "https://github.com/coder/code-server",
"language": "TypeScript", "language": "TypeScript",
"stars_count": 72949, "stars_count": 72971,
"forks_count": 6108, "forks_count": 6111,
"open_issues_count": 140, "open_issues_count": 139,
"updated_at": "2025-07-18T22:42:13Z", "updated_at": "2025-07-19T21:22:59Z",
"created_at": "2019-02-27T16:50:41Z", "created_at": "2019-02-27T16:50:41Z",
"clone_url": "https://github.com/coder/code-server.git", "clone_url": "https://github.com/coder/code-server.git",
"ssh_url": "git@github.com:coder/code-server.git", "ssh_url": "git@github.com:coder/code-server.git",

View File

@ -4,13 +4,13 @@
"description": "A highly customizable homepage (or startpage / application dashboard) with Docker and service API integrations.", "description": "A highly customizable homepage (or startpage / application dashboard) with Docker and service API integrations.",
"html_url": "https://github.com/gethomepage/homepage", "html_url": "https://github.com/gethomepage/homepage",
"language": "JavaScript", "language": "JavaScript",
"stars_count": 24876, "stars_count": 24890,
"forks_count": 1542, "forks_count": 1543,
"open_issues_count": 2, "open_issues_count": 2,
"updated_at": "2025-07-18T21:29:04Z", "updated_at": "2025-07-19T20:23:14Z",
"created_at": "2022-08-24T07:29:42Z", "created_at": "2022-08-24T07:29:42Z",
"clone_url": "https://github.com/gethomepage/homepage.git", "clone_url": "https://github.com/gethomepage/homepage.git",
"ssh_url": "git@github.com:gethomepage/homepage.git", "ssh_url": "git@github.com:gethomepage/homepage.git",
"default_branch": "dev", "default_branch": "dev",
"last_build_update": "2025-07-18T12:15:01Z" "last_build_update": "2025-07-19T12:12:42Z"
} }

View File

@ -4,10 +4,10 @@
"description": "Git with a cup of tea! Painless self-hosted all-in-one software development service, including Git hosting, code review, team collaboration, package registry and CI/CD", "description": "Git with a cup of tea! Painless self-hosted all-in-one software development service, including Git hosting, code review, team collaboration, package registry and CI/CD",
"html_url": "https://github.com/go-gitea/gitea", "html_url": "https://github.com/go-gitea/gitea",
"language": "Go", "language": "Go",
"stars_count": 49613, "stars_count": 49633,
"forks_count": 5914, "forks_count": 5914,
"open_issues_count": 2726, "open_issues_count": 2730,
"updated_at": "2025-07-18T21:49:34Z", "updated_at": "2025-07-19T20:29:59Z",
"created_at": "2016-11-01T02:13:26Z", "created_at": "2016-11-01T02:13:26Z",
"clone_url": "https://github.com/go-gitea/gitea.git", "clone_url": "https://github.com/go-gitea/gitea.git",
"ssh_url": "git@github.com:go-gitea/gitea.git", "ssh_url": "git@github.com:go-gitea/gitea.git",

View File

@ -4,10 +4,10 @@
"description": "High performance, self-hosted, newsletter and mailing list manager with a modern dashboard. Single binary app.", "description": "High performance, self-hosted, newsletter and mailing list manager with a modern dashboard. Single binary app.",
"html_url": "https://github.com/knadh/listmonk", "html_url": "https://github.com/knadh/listmonk",
"language": "Go", "language": "Go",
"stars_count": 17344, "stars_count": 17349,
"forks_count": 1674, "forks_count": 1674,
"open_issues_count": 105, "open_issues_count": 103,
"updated_at": "2025-07-18T17:40:55Z", "updated_at": "2025-07-19T19:01:50Z",
"created_at": "2019-06-26T05:08:39Z", "created_at": "2019-06-26T05:08:39Z",
"clone_url": "https://github.com/knadh/listmonk.git", "clone_url": "https://github.com/knadh/listmonk.git",
"ssh_url": "git@github.com:knadh/listmonk.git", "ssh_url": "git@github.com:knadh/listmonk.git",

View File

@ -4,10 +4,10 @@
"description": "Create & scan cute qr codes easily \ud83d\udc7e", "description": "Create & scan cute qr codes easily \ud83d\udc7e",
"html_url": "https://github.com/lyqht/mini-qr", "html_url": "https://github.com/lyqht/mini-qr",
"language": "Vue", "language": "Vue",
"stars_count": 1286, "stars_count": 1288,
"forks_count": 172, "forks_count": 172,
"open_issues_count": 13, "open_issues_count": 12,
"updated_at": "2025-07-18T20:48:28Z", "updated_at": "2025-07-19T16:11:51Z",
"created_at": "2023-04-21T14:20:14Z", "created_at": "2023-04-21T14:20:14Z",
"clone_url": "https://github.com/lyqht/mini-qr.git", "clone_url": "https://github.com/lyqht/mini-qr.git",
"ssh_url": "git@github.com:lyqht/mini-qr.git", "ssh_url": "git@github.com:lyqht/mini-qr.git",

View File

@ -4,10 +4,10 @@
"description": "Fair-code workflow automation platform with native AI capabilities. Combine visual building with custom code, self-host or cloud, 400+ integrations.", "description": "Fair-code workflow automation platform with native AI capabilities. Combine visual building with custom code, self-host or cloud, 400+ integrations.",
"html_url": "https://github.com/n8n-io/n8n", "html_url": "https://github.com/n8n-io/n8n",
"language": "TypeScript", "language": "TypeScript",
"stars_count": 120375, "stars_count": 120972,
"forks_count": 36228, "forks_count": 36362,
"open_issues_count": 980, "open_issues_count": 983,
"updated_at": "2025-07-18T22:42:54Z", "updated_at": "2025-07-19T21:52:44Z",
"created_at": "2019-06-22T09:24:21Z", "created_at": "2019-06-22T09:24:21Z",
"clone_url": "https://github.com/n8n-io/n8n.git", "clone_url": "https://github.com/n8n-io/n8n.git",
"ssh_url": "git@github.com:n8n-io/n8n.git", "ssh_url": "git@github.com:n8n-io/n8n.git",

View File

@ -4,13 +4,13 @@
"description": "\ud83d\udd25 \ud83d\udd25 \ud83d\udd25 Open Source Airtable Alternative", "description": "\ud83d\udd25 \ud83d\udd25 \ud83d\udd25 Open Source Airtable Alternative",
"html_url": "https://github.com/nocodb/nocodb", "html_url": "https://github.com/nocodb/nocodb",
"language": "TypeScript", "language": "TypeScript",
"stars_count": 55844, "stars_count": 55862,
"forks_count": 4020, "forks_count": 4023,
"open_issues_count": 676, "open_issues_count": 677,
"updated_at": "2025-07-18T22:33:32Z", "updated_at": "2025-07-19T21:43:09Z",
"created_at": "2017-10-29T18:51:48Z", "created_at": "2017-10-29T18:51:48Z",
"clone_url": "https://github.com/nocodb/nocodb.git", "clone_url": "https://github.com/nocodb/nocodb.git",
"ssh_url": "git@github.com:nocodb/nocodb.git", "ssh_url": "git@github.com:nocodb/nocodb.git",
"default_branch": "develop", "default_branch": "develop",
"last_build_update": "2025-07-18T19:54:56Z" "last_build_update": "2025-07-19T20:55:35Z"
} }

View File

@ -4,13 +4,13 @@
"description": "Get up and running with Llama 3.3, DeepSeek-R1, Phi-4, Gemma 3, Mistral Small 3.1 and other large language models.", "description": "Get up and running with Llama 3.3, DeepSeek-R1, Phi-4, Gemma 3, Mistral Small 3.1 and other large language models.",
"html_url": "https://github.com/ollama/ollama", "html_url": "https://github.com/ollama/ollama",
"language": "Go", "language": "Go",
"stars_count": 146880, "stars_count": 146966,
"forks_count": 12444, "forks_count": 12450,
"open_issues_count": 1921, "open_issues_count": 1920,
"updated_at": "2025-07-18T22:09:10Z", "updated_at": "2025-07-19T21:40:59Z",
"created_at": "2023-06-26T19:39:32Z", "created_at": "2023-06-26T19:39:32Z",
"clone_url": "https://github.com/ollama/ollama.git", "clone_url": "https://github.com/ollama/ollama.git",
"ssh_url": "git@github.com:ollama/ollama.git", "ssh_url": "git@github.com:ollama/ollama.git",
"default_branch": "main", "default_branch": "main",
"last_build_update": "2025-07-18T20:30:24Z" "last_build_update": "2025-07-19T20:29:38Z"
} }

View File

@ -4,10 +4,10 @@
"description": "Documentation that simply works", "description": "Documentation that simply works",
"html_url": "https://github.com/squidfunk/mkdocs-material", "html_url": "https://github.com/squidfunk/mkdocs-material",
"language": "Python", "language": "Python",
"stars_count": 23935, "stars_count": 23942,
"forks_count": 3815, "forks_count": 3816,
"open_issues_count": 7, "open_issues_count": 7,
"updated_at": "2025-07-18T18:39:26Z", "updated_at": "2025-07-19T18:43:32Z",
"created_at": "2016-01-28T22:09:23Z", "created_at": "2016-01-28T22:09:23Z",
"clone_url": "https://github.com/squidfunk/mkdocs-material.git", "clone_url": "https://github.com/squidfunk/mkdocs-material.git",
"ssh_url": "git@github.com:squidfunk/mkdocs-material.git", "ssh_url": "git@github.com:squidfunk/mkdocs-material.git",

View File

@ -1474,9 +1474,9 @@
<div class="integration-visual"> <div class="integration-visual">
<div class="integration-diagram"> <div class="integration-diagram">
<div class="screenshot-placeholder"> <div class="screenshot-placeholder">
[Diagram: Show how documentation search connects to map data, which connects to voter database, which triggers email campaigns, all in a circular flow] <img src="assets/loop.png" alt="All systems communicate and build on one another" class="mobile-screenshot">
</div> </div>
</div> </div>
<p style="margin-top: 2rem; color: var(--text-light); font-size: 0.875rem;"> <p style="margin-top: 2rem; color: var(--text-light); font-size: 0.875rem;">
🎯 30-minute setup • 🔒 Your data stays yours • 🚀 No monthly fees 🎯 30-minute setup • 🔒 Your data stays yours • 🚀 No monthly fees

View File

@ -1474,9 +1474,9 @@
<div class="integration-visual"> <div class="integration-visual">
<div class="integration-diagram"> <div class="integration-diagram">
<div class="screenshot-placeholder"> <div class="screenshot-placeholder">
[Diagram: Show how documentation search connects to map data, which connects to voter database, which triggers email campaigns, all in a circular flow] <img src="assets/loop.png" alt="All systems communicate and build on one another" class="mobile-screenshot">
</div> </div>
</div> </div>
<p style="margin-top: 2rem; color: var(--text-light); font-size: 0.875rem;"> <p style="margin-top: 2rem; color: var(--text-light); font-size: 0.875rem;">
🎯 30-minute setup • 🔒 Your data stays yours • 🚀 No monthly fees 🎯 30-minute setup • 🔒 Your data stays yours • 🚀 No monthly fees

File diff suppressed because one or more lines are too long

View File

@ -2,142 +2,142 @@
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"> <urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url> <url>
<loc>https://cmlite.org/</loc> <loc>https://cmlite.org/</loc>
<lastmod>2025-07-18</lastmod> <lastmod>2025-07-19</lastmod>
</url> </url>
<url> <url>
<loc>https://cmlite.org/test/</loc> <loc>https://cmlite.org/test/</loc>
<lastmod>2025-07-18</lastmod> <lastmod>2025-07-19</lastmod>
</url> </url>
<url> <url>
<loc>https://cmlite.org/adv/</loc> <loc>https://cmlite.org/adv/</loc>
<lastmod>2025-07-18</lastmod> <lastmod>2025-07-19</lastmod>
</url> </url>
<url> <url>
<loc>https://cmlite.org/adv/ansible/</loc> <loc>https://cmlite.org/adv/ansible/</loc>
<lastmod>2025-07-18</lastmod> <lastmod>2025-07-19</lastmod>
</url> </url>
<url> <url>
<loc>https://cmlite.org/adv/vscode-ssh/</loc> <loc>https://cmlite.org/adv/vscode-ssh/</loc>
<lastmod>2025-07-18</lastmod> <lastmod>2025-07-19</lastmod>
</url> </url>
<url> <url>
<loc>https://cmlite.org/blog/</loc> <loc>https://cmlite.org/blog/</loc>
<lastmod>2025-07-18</lastmod> <lastmod>2025-07-19</lastmod>
</url> </url>
<url> <url>
<loc>https://cmlite.org/blog/2025/07/03/blog-1/</loc> <loc>https://cmlite.org/blog/2025/07/03/blog-1/</loc>
<lastmod>2025-07-18</lastmod> <lastmod>2025-07-19</lastmod>
</url> </url>
<url> <url>
<loc>https://cmlite.org/blog/2025/07/10/2/</loc> <loc>https://cmlite.org/blog/2025/07/10/2/</loc>
<lastmod>2025-07-18</lastmod> <lastmod>2025-07-19</lastmod>
</url> </url>
<url> <url>
<loc>https://cmlite.org/build/</loc> <loc>https://cmlite.org/build/</loc>
<lastmod>2025-07-18</lastmod> <lastmod>2025-07-19</lastmod>
</url> </url>
<url> <url>
<loc>https://cmlite.org/build/map/</loc> <loc>https://cmlite.org/build/map/</loc>
<lastmod>2025-07-18</lastmod> <lastmod>2025-07-19</lastmod>
</url> </url>
<url> <url>
<loc>https://cmlite.org/build/server/</loc> <loc>https://cmlite.org/build/server/</loc>
<lastmod>2025-07-18</lastmod> <lastmod>2025-07-19</lastmod>
</url> </url>
<url> <url>
<loc>https://cmlite.org/build/site/</loc> <loc>https://cmlite.org/build/site/</loc>
<lastmod>2025-07-18</lastmod> <lastmod>2025-07-19</lastmod>
</url> </url>
<url> <url>
<loc>https://cmlite.org/config/</loc> <loc>https://cmlite.org/config/</loc>
<lastmod>2025-07-18</lastmod> <lastmod>2025-07-19</lastmod>
</url> </url>
<url> <url>
<loc>https://cmlite.org/config/cloudflare-config/</loc> <loc>https://cmlite.org/config/cloudflare-config/</loc>
<lastmod>2025-07-18</lastmod> <lastmod>2025-07-19</lastmod>
</url> </url>
<url> <url>
<loc>https://cmlite.org/config/coder/</loc> <loc>https://cmlite.org/config/coder/</loc>
<lastmod>2025-07-18</lastmod> <lastmod>2025-07-19</lastmod>
</url> </url>
<url> <url>
<loc>https://cmlite.org/config/map/</loc> <loc>https://cmlite.org/config/map/</loc>
<lastmod>2025-07-18</lastmod> <lastmod>2025-07-19</lastmod>
</url> </url>
<url> <url>
<loc>https://cmlite.org/config/mkdocs/</loc> <loc>https://cmlite.org/config/mkdocs/</loc>
<lastmod>2025-07-18</lastmod> <lastmod>2025-07-19</lastmod>
</url> </url>
<url> <url>
<loc>https://cmlite.org/how%20to/canvass/</loc> <loc>https://cmlite.org/how%20to/canvass/</loc>
<lastmod>2025-07-18</lastmod> <lastmod>2025-07-19</lastmod>
</url> </url>
<url> <url>
<loc>https://cmlite.org/manual/</loc> <loc>https://cmlite.org/manual/</loc>
<lastmod>2025-07-18</lastmod> <lastmod>2025-07-19</lastmod>
</url> </url>
<url> <url>
<loc>https://cmlite.org/manual/map/</loc> <loc>https://cmlite.org/manual/map/</loc>
<lastmod>2025-07-18</lastmod> <lastmod>2025-07-19</lastmod>
</url> </url>
<url> <url>
<loc>https://cmlite.org/phil/</loc> <loc>https://cmlite.org/phil/</loc>
<lastmod>2025-07-18</lastmod> <lastmod>2025-07-19</lastmod>
</url> </url>
<url> <url>
<loc>https://cmlite.org/phil/cost-comparison/</loc> <loc>https://cmlite.org/phil/cost-comparison/</loc>
<lastmod>2025-07-18</lastmod> <lastmod>2025-07-19</lastmod>
</url> </url>
<url> <url>
<loc>https://cmlite.org/services/</loc> <loc>https://cmlite.org/services/</loc>
<lastmod>2025-07-18</lastmod> <lastmod>2025-07-19</lastmod>
</url> </url>
<url> <url>
<loc>https://cmlite.org/services/code-server/</loc> <loc>https://cmlite.org/services/code-server/</loc>
<lastmod>2025-07-18</lastmod> <lastmod>2025-07-19</lastmod>
</url> </url>
<url> <url>
<loc>https://cmlite.org/services/gitea/</loc> <loc>https://cmlite.org/services/gitea/</loc>
<lastmod>2025-07-18</lastmod> <lastmod>2025-07-19</lastmod>
</url> </url>
<url> <url>
<loc>https://cmlite.org/services/homepage/</loc> <loc>https://cmlite.org/services/homepage/</loc>
<lastmod>2025-07-18</lastmod> <lastmod>2025-07-19</lastmod>
</url> </url>
<url> <url>
<loc>https://cmlite.org/services/listmonk/</loc> <loc>https://cmlite.org/services/listmonk/</loc>
<lastmod>2025-07-18</lastmod> <lastmod>2025-07-19</lastmod>
</url> </url>
<url> <url>
<loc>https://cmlite.org/services/map/</loc> <loc>https://cmlite.org/services/map/</loc>
<lastmod>2025-07-18</lastmod> <lastmod>2025-07-19</lastmod>
</url> </url>
<url> <url>
<loc>https://cmlite.org/services/mini-qr/</loc> <loc>https://cmlite.org/services/mini-qr/</loc>
<lastmod>2025-07-18</lastmod> <lastmod>2025-07-19</lastmod>
</url> </url>
<url> <url>
<loc>https://cmlite.org/services/mkdocs/</loc> <loc>https://cmlite.org/services/mkdocs/</loc>
<lastmod>2025-07-18</lastmod> <lastmod>2025-07-19</lastmod>
</url> </url>
<url> <url>
<loc>https://cmlite.org/services/n8n/</loc> <loc>https://cmlite.org/services/n8n/</loc>
<lastmod>2025-07-18</lastmod> <lastmod>2025-07-19</lastmod>
</url> </url>
<url> <url>
<loc>https://cmlite.org/services/nocodb/</loc> <loc>https://cmlite.org/services/nocodb/</loc>
<lastmod>2025-07-18</lastmod> <lastmod>2025-07-19</lastmod>
</url> </url>
<url> <url>
<loc>https://cmlite.org/services/postgresql/</loc> <loc>https://cmlite.org/services/postgresql/</loc>
<lastmod>2025-07-18</lastmod> <lastmod>2025-07-19</lastmod>
</url> </url>
<url> <url>
<loc>https://cmlite.org/services/static-server/</loc> <loc>https://cmlite.org/services/static-server/</loc>
<lastmod>2025-07-18</lastmod> <lastmod>2025-07-19</lastmod>
</url> </url>
<url> <url>
<loc>https://cmlite.org/blog/archive/2025/</loc> <loc>https://cmlite.org/blog/archive/2025/</loc>
<lastmod>2025-07-18</lastmod> <lastmod>2025-07-19</lastmod>
</url> </url>
</urlset> </urlset>

Binary file not shown.

View File

@ -649,6 +649,9 @@ Changemaker Archive. <a href="https://docs.bnkops.com">Learn more</a>
<h1 id="test">Test<a class="headerlink" href="#test" title="Permanent link">&para;</a></h1> <h1 id="test">Test<a class="headerlink" href="#test" title="Permanent link">&para;</a></h1>
<p>lololol </p> <p>lololol </p>
<p>okay well just doing some fast writing because why the heck not. </p>
<p>"I would ask for an apology from the city (Municipality of Jasper) as a result,"</p>
<p>lololol</p>