Skip to content

Commit

Permalink
deploy: b543d6d
Browse files Browse the repository at this point in the history
  • Loading branch information
kristoff-it committed Feb 13, 2024
1 parent b44528e commit 4320b02
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions quickstart/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -59,10 +59,10 @@
</style>
<h3 class="overtitle centered">Zine</h3>
<h1 class="title" >Quickstart</h1>
<div id="page" ><h2>Warning</h2><p>Zine is currently alpha software.</p><p>Many features are missing and currently Zine is only capable of building relatively simple websites.</p><p>All the common features (like i18n, an asset system, etc) are planned, but will take some time to be implemented.</p><p>Using Zine today means participating in its development process.</p><h2>1. Get Zig</h2><p>Zine has only one dependency: the Zig compiler.</p><p>We currently track Zig's master branch so you will need to get an unstable build from <a href="https://ziglang.org">the official website</a>. In the future Zine will pin to a tagged release of Zig, be it an official release <a href="https://devlog.hexops.com/2024/announcing-nominated-zig/">or not</a>.</p><h2>2. Clone Zine's Sample Site</h2><p>After that, the easiest way of getting started is by cloning a sample website and start hacking on it.</p><p><i><strong><code>shell</code></strong></i></p><pre><code>$ git clone https://github.com/kristoff-it/zine-sample-site.git
<div id="page" ><h2>Warning</h2><p>Zine is currently alpha software.</p><p>Many features are missing and currently Zine is only capable of building relatively simple websites.</p><p>All the common features (like i18n, an asset system, etc) are planned, but will take some time to be implemented.</p><p>Using Zine today means participating in its development process.</p><h2>1. Get Zig</h2><p>Zine has only one dependency: the Zig compiler.</p><p>We currently track Zig's master branch so you will need to get an unstable build from <a href="https://ziglang.org">the official website</a>. In the future Zine will pin to a tagged release of Zig, be it an official release <a href="https://devlog.hexops.com/2024/announcing-nominated-zig/">or not</a>.</p><h2>2. Clone Zine's Sample Site</h2><p>And what's a better sample site than the official site itself?</p><p><i><strong><code>shell</code></strong></i></p><pre><code>$ git clone https://github.com/kristoff-it/zine-ssg.io.git
$ cd zine-sample-site
$ zig build serve -Dport=8080
</code></pre><h2>Next Steps</h2><p>To learn more about Zine, <a href="/documentation/">see the documentation section</a>.</p><p>See the <a href="/community/">Vision & Community section</a> to join our community.</p></div>
</code></pre><p>After that, start hacking on it and see how Zine reacts!</p><h2>Next Steps</h2><p>To learn more about Zine, <a href="/documentation/">see the documentation section</a>.</p><p>See the <a href="/community/">Vision & Community section</a> to join our community.</p></div>

</div>
</body>
Expand Down
4 changes: 2 additions & 2 deletions quickstart/quickstart
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<h2>Warning</h2><p>Zine is currently alpha software.</p><p>Many features are missing and currently Zine is only capable of building relatively simple websites.</p><p>All the common features (like i18n, an asset system, etc) are planned, but will take some time to be implemented.</p><p>Using Zine today means participating in its development process.</p><h2>1. Get Zig</h2><p>Zine has only one dependency: the Zig compiler.</p><p>We currently track Zig's master branch so you will need to get an unstable build from <a href="https://ziglang.org">the official website</a>. In the future Zine will pin to a tagged release of Zig, be it an official release <a href="https://devlog.hexops.com/2024/announcing-nominated-zig/">or not</a>.</p><h2>2. Clone Zine's Sample Site</h2><p>After that, the easiest way of getting started is by cloning a sample website and start hacking on it.</p><p><i><strong><code>shell</code></strong></i></p><pre><code>$ git clone https://github.com/kristoff-it/zine-sample-site.git
<h2>Warning</h2><p>Zine is currently alpha software.</p><p>Many features are missing and currently Zine is only capable of building relatively simple websites.</p><p>All the common features (like i18n, an asset system, etc) are planned, but will take some time to be implemented.</p><p>Using Zine today means participating in its development process.</p><h2>1. Get Zig</h2><p>Zine has only one dependency: the Zig compiler.</p><p>We currently track Zig's master branch so you will need to get an unstable build from <a href="https://ziglang.org">the official website</a>. In the future Zine will pin to a tagged release of Zig, be it an official release <a href="https://devlog.hexops.com/2024/announcing-nominated-zig/">or not</a>.</p><h2>2. Clone Zine's Sample Site</h2><p>And what's a better sample site than the official site itself?</p><p><i><strong><code>shell</code></strong></i></p><pre><code>$ git clone https://github.com/kristoff-it/zine-ssg.io.git
$ cd zine-sample-site
$ zig build serve -Dport=8080
</code></pre><h2>Next Steps</h2><p>To learn more about Zine, <a href="/documentation/">see the documentation section</a>.</p><p>See the <a href="/community/">Vision & Community section</a> to join our community.</p>
</code></pre><p>After that, start hacking on it and see how Zine reacts!</p><h2>Next Steps</h2><p>To learn more about Zine, <a href="/documentation/">see the documentation section</a>.</p><p>See the <a href="/community/">Vision & Community section</a> to join our community.</p>

0 comments on commit 4320b02

Please sign in to comment.