diff --git a/docs/docs/index.html b/docs/docs/index.html index 7c4fefb..60f8c6b 100644 --- a/docs/docs/index.html +++ b/docs/docs/index.html @@ -21,7 +21,7 @@

Welcome to diji docs.

-

for version 1.1

+

for version 1.2

diff --git a/docs/docs/introduction.html b/docs/docs/introduction.html index b9fa1b6..927988b 100644 --- a/docs/docs/introduction.html +++ b/docs/docs/introduction.html @@ -17,7 +17,11 @@

Introduction

-

Last edited: 20 August 2023Open on GitHub

+

Last edited: 26 August 2023Open on GitHub

+

地基 (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).

+

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.

+

Downloading diji

+

Download the file corresponding with your OS and architecture from GitHub releases then proceed to Installation.