Skip to content

Commit

Permalink
fix broken links in new homepage
Browse files Browse the repository at this point in the history
  • Loading branch information
genemars committed May 30, 2023
1 parent a72d0ab commit 3f1b71d
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 12 deletions.
10 changes: 5 additions & 5 deletions docs/feed/rss.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
<description></description>
<language>en</language>
<copyright></copyright>
<lastBuildDate>Tue, 30 May 2023 18:03:09 +0200</lastBuildDate>
<pubDate>Tue, 30 May 2023 18:03:09 +0200</pubDate>
<lastBuildDate>Tue, 30 May 2023 18:14:18 +0200</lastBuildDate>
<pubDate>Tue, 30 May 2023 18:14:18 +0200</pubDate>
<image>
<title>Web Starter</title>
<url>https://zuixjs.github.io/zuix-web-starter//images/icons/icon-152x152.png</url>
Expand All @@ -19,7 +19,7 @@
<link>https://zuixjs.github.io/zuix-web-starter//search/</link>
<guid isPermaLink="true">https://zuixjs.github.io/zuix-web-starter//search/</guid>
<description>Search this website</description>
<pubDate>Tue, 30 May 2023 18:03:09 +0200</pubDate>
<pubDate>Tue, 30 May 2023 18:14:18 +0200</pubDate>
<atom:link href="https://zuixjs.github.io/zuix-web-starter//search/" rel="self" />
<dc:creator></dc:creator>
</item>
Expand Down Expand Up @@ -54,7 +54,7 @@
<link>https://zuixjs.github.io/zuix-web-starter//content/docs/</link>
<guid isPermaLink="true">https://zuixjs.github.io/zuix-web-starter//content/docs/</guid>
<description>No description provided.</description>
<pubDate>Tue, 30 May 2023 18:03:09 +0200</pubDate>
<pubDate>Tue, 30 May 2023 18:14:18 +0200</pubDate>
<atom:link href="https://zuixjs.github.io/zuix-web-starter//content/docs/" rel="self" />
<dc:creator></dc:creator>
</item>
Expand Down Expand Up @@ -89,7 +89,7 @@
<link>https://zuixjs.github.io/zuix-web-starter//</link>
<guid isPermaLink="true">https://zuixjs.github.io/zuix-web-starter//</guid>
<description>About this web starter and how to get started with it.</description>
<pubDate>Tue, 30 May 2023 18:03:09 +0200</pubDate>
<pubDate>Tue, 30 May 2023 18:14:18 +0200</pubDate>
<atom:link href="https://zuixjs.github.io/zuix-web-starter//" rel="self" />
<dc:creator></dc:creator>
</item>
Expand Down
4 changes: 2 additions & 2 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -579,5 +579,5 @@
header h2, .theme-dark header h2 {
font-size: 90%;
}
}</style><!-- zUIx.js inline resources bundle --><script src="index.bundle.js"></script><body layout="column stretch-center"><header layout="column start-center"><div><img alt="Logo" src="../images/zuix-logo.svg" class="logo"></div><div self="size-x1" layout="column justify-center"><h1>Static website starter<br>based on <a href="https://www.11ty.dev">11ty</a> and <a href="https://zuixjs.org">zuix.js</a></h1><h2 self="size-x1">remote assets mirroring, resources bundling,<br>search engine, web components, and more...</h2><small>Requires <a href="https://nodejs.org/en/download/">Node.js</a> version 14 or higher.</small></div></header><nav layout="row center-center"><div self="size-large" layout="row center-stretch"><div><a class="icon-button" href="https://github.com/zuixjs/zuix-web-starter" aria-label="GitHub repository"><img src="../images/github-mark-white.png" alt="GitHub logo" width="32" height="32"></a></div><div self="size-x1"></div><div layout="row center-right" style="gap: 8px; padding-right: 4px"><div><a class="icon-button" aria-label="Search" href="/zuix-web-starter/search"><svg width="46px" height="46px" viewBox="0 0 24 24" style="margin: 2px"><path d="M0 0h24v24H0V0z" fill="none"></path><path d="M15.5 14h-.79l-.28-.27C15.41 12.59 16 11.11 16 9.5 16 5.91 13.09 3 9.5 3S3 5.91 3 9.5 5.91 16 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z"></path></svg></a></div><div style="padding-top: 4px"><input class="theme-toggle" type="checkbox" aria-label="Toggle theme" checked></div></div></div></nav><main self="size-large"><div layout="rows top-stretch" style="gap: 24px"><div><h2>Creating a new project</h2><pre class="language-shell"><code class="language-shell">npx zuix new my-webapp
<span class="token builtin class-name">cd</span> my-webapp</code></pre><h2>Starting dev server</h2><pre class="language-shell"><code class="language-shell">npx zuix start</code></pre></div><div style="min-width: 260px"><h2>Features</h2><ul><li>Content sections and pages supporting <em>FrontMatter</em>, <em>Markdown</em> and <em>Liquid</em> syntax<li>Customizable tags for rendering web components using simple text <small>(no HTML, no JS code!)</small> - <a href="https://zuixjs.github.io/web-app/content/docs/zkit-components-tags/#media_browser">example</a><li>Live editing with embedded content editor<li>Page indexing and client-side search engine<li>Light and dark modes<li>Remote assets mirroring<li>Resources bundling<li>Progressive Web App 🎉 100 / 100 / 100 / 100 🥳</ul></div></div><div layout="row center-center" style="margin-top: 24px"><p><a href="/content/docs">📔 See full documentation</a></div><div layout="column center-center"><h3>Try this template on <a href="https://stackblitz.com/github/zuixjs/zuix-web-starter/?view=preview" target="_blank" rel="noreferrer">StackBlitz</a>.</h3></div><div layout="column center-center" style="padding-top: 64px; padding-bottom: 12px"><div style="padding-bottom: 6px; font-weight: bold">Support this work</div><iframe src="https://github.com/sponsors/genemars/button" title="Sponsor my works." height="32" width="320" style="border: 0;max-width: 180px"></iframe></div></main><footer #footer="" layout="column bottom-center" style="min-height: 200px;"><div self="size-large" layout="rows top-justify"><section><div><strong>Web Starter</strong></div><ul><li><a href="/zuix-web-starter/content/docs/">Documentation</a></ul></section><section><div><strong>Latest posts</strong></div><ul><li><a href="/zuix-web-starter/content/docs/getting-started/">Getting started</a><li><a href="/zuix-web-starter/content/docs/page-editing-and-options/">Page editing and options</a><li><a href="/zuix-web-starter/content/docs/liquid-tags/">Liquid tags and shortcodes</a><li><a href="/zuix-web-starter/content/docs/building-and-publishing/">Building for production</a></ul></section><section><div><strong>Links</strong></div><ul><li><a href="https://zuixjs.org">zuix.js docs</a><li><a href="https://zuixjs.github.io/zkit">zKit components</a><li><a href="https://11ty.dev/docs">11ty site generator docs</a></ul></section></div><div self="size-large" layout="row center-spread" style="padding: 12px;"><div self="left"><a href="/zuix-web-starter/feed/rss.xml" layout="row bottom-left" style="gap: 6px"><img src="/zuix-web-starter/images/rss-feed.png" width="24" height="24" alt="RSS feed logo"> <span>RSS feed</span></a></div><div self="right">powered by <a href="https://zuixjs.github.io/zkit"><strong>zKit</strong></a> and <a href="https://zuixjs.org"><strong>zuix⚡js</strong></a></div></div></footer><div z-load="@lib/components/menu-overlay" z-context="menu-overlay" :position="'center'" :before="'footer'"><div #items=""><code>-~=(Web Starter)=~-</code> <a href="/zuix-web-starter/content/docs/">Documentation</a> |</div></div><script>function themeSetup(){const n=zuix.$(document.body),o=n.find(".theme-toggle"),s="theme-dark",r="app.theme",e={transition:"color 300ms ease-in, background-color 300ms ease-in"};function t(e){var t=e?o.checked():"true"===localStorage.getItem(r);e||o.checked(t),t?n.addClass(s):n.removeClass(s),document.documentElement.style.setProperty("color-scheme",t?"dark":"light"),localStorage.setItem(r,String(t))}setTimeout(function(){n.css(e),n.find("header").css(e),n.find("nav").css(e),n.find("footer").css(e)},100),o.on("change",t),t()}function processExternalLinks(e){zuix.$(e).find('a[href*="://"]').attr("target","_blank").attr("rel","noreferrer")}zuix.lazyLoad(!0),themeSetup(),zuix.hook("view:process",function(e){processExternalLinks(e)}),processExternalLinks(document)</script><!-- zUIx.js inline resources bundle --><script src="index.bundle.ext.js"></script>
}</style><!-- zUIx.js inline resources bundle --><script src="index.bundle.js"></script><body layout="column stretch-center"><header layout="column start-center"><div><img alt="Logo" src="/zuix-web-starter/images/zuix-logo.svg" class="logo"></div><div self="size-x1" layout="column justify-center"><h1>Static website starter<br>based on <a href="https://www.11ty.dev">11ty</a> and <a href="https://zuixjs.org">zuix.js</a></h1><h2 self="size-x1">remote assets mirroring, resources bundling,<br>search engine, web components, and more...</h2><small>Requires <a href="https://nodejs.org/en/download/">Node.js</a> version 14 or higher.</small></div></header><nav layout="row center-center"><div self="size-large" layout="row center-stretch"><div><a class="icon-button" href="https://github.com/zuixjs/zuix-web-starter" aria-label="GitHub repository"><img src="/zuix-web-starter/images/github-mark-white.png" alt="GitHub logo" width="32" height="32"></a></div><div self="size-x1"></div><div layout="row center-right" style="gap: 8px; padding-right: 4px"><div><a class="icon-button" aria-label="Search" href="/zuix-web-starter/search"><svg width="46px" height="46px" viewBox="0 0 24 24" style="margin: 2px"><path d="M0 0h24v24H0V0z" fill="none"></path><path d="M15.5 14h-.79l-.28-.27C15.41 12.59 16 11.11 16 9.5 16 5.91 13.09 3 9.5 3S3 5.91 3 9.5 5.91 16 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z"></path></svg></a></div><div style="padding-top: 4px"><input class="theme-toggle" type="checkbox" aria-label="Toggle theme" checked></div></div></div></nav><main self="size-large"><div layout="rows top-stretch" style="gap: 24px"><div><h2>Creating a new project</h2><pre class="language-shell"><code class="language-shell">npx zuix new my-webapp
<span class="token builtin class-name">cd</span> my-webapp</code></pre><h2>Starting dev server</h2><pre class="language-shell"><code class="language-shell">npx zuix start</code></pre></div><div style="min-width: 260px"><h2>Features</h2><ul><li>Content sections and pages supporting <em>FrontMatter</em>, <em>Markdown</em> and <em>Liquid</em> syntax<li>Customizable tags for rendering web components using simple text <small>(no HTML, no JS code!)</small> - <a href="https://zuixjs.github.io/web-app/content/docs/zkit-components-tags/#media_browser">example</a><li>Live editing with embedded content editor<li>Page indexing and client-side search engine<li>Light and dark modes<li>Remote assets mirroring<li>Resources bundling<li>Progressive Web App 🎉 100 / 100 / 100 / 100 🥳</ul></div></div><div layout="row center-center" style="margin-top: 24px"><p><a href="./content/docs/">📔 See full documentation</a></div><div layout="column center-center"><h3>Try this template on <a href="https://stackblitz.com/github/zuixjs/zuix-web-starter/?view=preview" target="_blank" rel="noreferrer">StackBlitz</a>.</h3></div><div layout="column center-center" style="padding-top: 64px; padding-bottom: 12px"><div style="padding-bottom: 6px; font-weight: bold">Support this work</div><iframe src="https://github.com/sponsors/genemars/button" title="Sponsor my works." height="32" width="320" style="border: 0;max-width: 180px"></iframe></div></main><footer #footer="" layout="column bottom-center" style="min-height: 200px;"><div self="size-large" layout="rows top-justify"><section><div><strong>Web Starter</strong></div><ul><li><a href="/zuix-web-starter/content/docs/">Documentation</a></ul></section><section><div><strong>Latest posts</strong></div><ul><li><a href="/zuix-web-starter/content/docs/getting-started/">Getting started</a><li><a href="/zuix-web-starter/content/docs/page-editing-and-options/">Page editing and options</a><li><a href="/zuix-web-starter/content/docs/liquid-tags/">Liquid tags and shortcodes</a><li><a href="/zuix-web-starter/content/docs/building-and-publishing/">Building for production</a></ul></section><section><div><strong>Links</strong></div><ul><li><a href="https://zuixjs.org">zuix.js docs</a><li><a href="https://zuixjs.github.io/zkit">zKit components</a><li><a href="https://11ty.dev/docs">11ty site generator docs</a></ul></section></div><div self="size-large" layout="row center-spread" style="padding: 12px;"><div self="left"><a href="/zuix-web-starter/feed/rss.xml" layout="row bottom-left" style="gap: 6px"><img src="/zuix-web-starter/images/rss-feed.png" width="24" height="24" alt="RSS feed logo"> <span>RSS feed</span></a></div><div self="right">powered by <a href="https://zuixjs.github.io/zkit"><strong>zKit</strong></a> and <a href="https://zuixjs.org"><strong>zuix⚡js</strong></a></div></div></footer><div z-load="@lib/components/menu-overlay" z-context="menu-overlay" :position="'center'" :before="'footer'"><div #items=""><code>-~=(Web Starter)=~-</code> <a href="/zuix-web-starter/content/docs/">Documentation</a> |</div></div><script>function themeSetup(){const n=zuix.$(document.body),o=n.find(".theme-toggle"),s="theme-dark",r="app.theme",e={transition:"color 300ms ease-in, background-color 300ms ease-in"};function t(e){var t=e?o.checked():"true"===localStorage.getItem(r);e||o.checked(t),t?n.addClass(s):n.removeClass(s),document.documentElement.style.setProperty("color-scheme",t?"dark":"light"),localStorage.setItem(r,String(t))}setTimeout(function(){n.css(e),n.find("header").css(e),n.find("nav").css(e),n.find("footer").css(e)},100),o.on("change",t),t()}function processExternalLinks(e){zuix.$(e).find('a[href*="://"]').attr("target","_blank").attr("rel","noreferrer")}zuix.lazyLoad(!0),themeSetup(),zuix.hook("view:process",function(e){processExternalLinks(e)}),processExternalLinks(document)</script><!-- zUIx.js inline resources bundle --><script src="index.bundle.ext.js"></script>
Loading

0 comments on commit 3f1b71d

Please sign in to comment.