wrote introduction

This commit is contained in:
KZacharski 2023-08-26 13:53:42 +02:00
parent 0df7ad199f
commit 236d4abcf8
2 changed files with 6 additions and 2 deletions

View File

@ -21,7 +21,7 @@
<div class="content">
<div class="anotherfuckingcontainer">
<h1 class="t1">Welcome to diji docs.</h1>
<h2 class="t2">for version 1.1</h2>
<h2 class="t2">for version 1.2</h2>
<div class="container">
<div class="getstarted ge">
<a href="./introduction.html" style="text-decoration: none; color: white; height: 100%; width: 100%;">

View File

@ -17,7 +17,11 @@
<div class="content">
<div class="anotherfuckingcontainer iafc">
<h1 class="t1">Introduction</h1>
<h3 class="t2">Last edited: 20 August 2023<a href="https://github.com/KZacharski/diji/blob/github-files/docs/docs/introduction.html" class="linkeffect ghlink">Open on GitHub</a></h3>
<h3 class="t2">Last edited: 26 August 2023<a href="https://github.com/KZacharski/diji/blob/github-files/docs/docs/introduction.html" class="linkeffect ghlink">Open on GitHub</a></h3>
<p> 地基 (Dìjī) means foundation in Chinese. That's what diji is, just the foundation. It's not a framework, it's not even a static website generator. It's just a simple program that makes it quicker and easier to start a vanilla project. diji is an open source project written in go. Currently it can create a customized html boilerplate, CSS and JS files, insert sample content on the website, initialize a git repo and set up a gitignore file as well as add a favicon to the website (the user can change the default favicon in diji's config folder).</p>
<p>diji currently works on Linux, macOS and Windows, supporting both amd64/i386 and arm64/arm architectures (except for macOS because it doesn't currently support any 32-bit architectures). It's also possible to run it on other operating systems/architectures by building it from source which thanks to it being written in golang is very easy.</p>
<h3>Downloading diji</h3>
<p>Download the file corresponding with your OS and architecture from <a href="https://github.com/KZacharski/diji/releases" class="linkeffect">GitHub releases</a> then proceed to <a href="./installation.html" class="linkeffect">Installation</a>.</p>
</div>
</div>