-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b44528e
commit 4320b02
Showing
2 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |