just saving it in case the storm kills my computer

This commit is contained in:
KZacharski 2023-08-26 23:07:37 +02:00
parent 5fb7777d92
commit cc78809911
2 changed files with 12 additions and 4 deletions

View File

@ -18,10 +18,11 @@
<div class="anotherfuckingcontainer iafc"> <div class="anotherfuckingcontainer iafc">
<h1 class="t1">Installation</h1> <h1 class="t1">Installation</h1>
<h3 class="t2">Last edited: 26 August 2023<br><a href="https://github.com/KZacharski/diji/blob/github-files/docs/docs/installation.html" class="linkeffect ghlink">Open on GitHub</a></h3> <h3 class="t2">Last edited: 26 August 2023<br><a href="https://github.com/KZacharski/diji/blob/github-files/docs/docs/installation.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>After downloading diji you have 2 choices. You can either put it in a folder where you're gonna create all of your projects (for example Documents) or add it to $PATH and use it anywhere.</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>Way 1 (Storing in the projects folder)</h3>
<h3>Downloading diji</h3> <p>Extract the zip you downloaded earlier and open the folder that was extracted from it. Now select both the diji binary and the diji-config folder and copy them to a folder you want to use for creating your projects. Now you can run diji by opening the terminal (or PowerShell on windows if you don't have Windows Terminal installed) in that folder and running it with a command ./diji</p>
<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> <h3 class="sbtt">Way 2 (Adding to $PATH)</h3>
<h3 class="sbt">Linux:</h3>
<div class="container2"> <div class="container2">

View File

@ -372,4 +372,11 @@ flex-direction: column;
}*/ .iafc { }*/ .iafc {
padding-bottom: 30px; padding-bottom: 30px;
} .sbt {
font-size: medium;
margin-top: 0;
padding-top: 0;
} .sbtt {
margin-bottom: 5px;
padding-bottom: 0;
} }