Add .zblade/ to .gitignore, configure allow_gitignored_files setting, add TypeScript and Astro check dependencies, remove pnpm lockfile

This commit is contained in:
2026-02-04 20:12:02 +01:00
parent adc09431d3
commit 0238a0d2ba
23 changed files with 2956 additions and 8015 deletions
+25 -1
View File
@@ -29,16 +29,34 @@ const { title, description = "AI-Native code editor built with Rust and Tauri. F
<!-- Styles -->
<link rel="stylesheet" href="/styles/global.css" />
<!-- Matomo -->
<script>
var _paq = window._paq = window._paq || [];
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */
_paq.push(['trackPageView']);
_paq.push(['enableLinkTracking']);
(function() {
var u="https://kekepower.com/mtr/";
_paq.push(['setTrackerUrl', u+'matomo.php']);
_paq.push(['setSiteId', '19']);
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
g.async=true; g.src=u+'matomo.js'; s.parentNode.insertBefore(g,s);
})();
</script>
<!-- End Matomo Code -->
</head>
<body>
<header class="site-header">
<div class="container">
<div class="header-content">
<a href="/" class="logo">
<span class="logo-text">Zaguán Blade</span>
<span class="logo-line-1">ZAGUÁN</span>
<span class="logo-line-2">BLADE</span>
</a>
<nav class="nav">
<a href="#features">Features</a>
<a href="/docs">Docs</a>
<a href="#download">Download</a>
<a href="https://zaguanai.com/pricing" target="_blank" rel="noopener">Pricing</a>
</nav>
@@ -58,6 +76,7 @@ const { title, description = "AI-Native code editor built with Rust and Tauri. F
<div class="footer-section">
<h4>Product</h4>
<a href="#features">Features</a>
<a href="/docs">Documentation</a>
<a href="#download">Download</a>
<a href="https://zaguanai.com/pricing" target="_blank" rel="noopener">Pricing</a>
</div>
@@ -72,5 +91,10 @@ const { title, description = "AI-Native code editor built with Rust and Tauri. F
</div>
</div>
</footer>
<!-- Matomo Image Tracker-->
<noscript>
<img referrerpolicy="no-referrer-when-downgrade" src="https://kekepower.com/mtr/matomo.php?idsite=19&amp;rec=1" style="border:0" alt="" />
</noscript>
<!-- End Matomo -->
</body>
</html>