Installation

Your downloaded Zero One theme files contain everything, so you don't need to download anything from other sources.

We suggest you leave a copy of the original files as a backup if you accidentally delete something.

Extract all files from the .zip file (be patient, it takes some time).

What is in the download files:

  • Zero One theme main demo -- zero-one folder

  • Zero One premade demos -- in demos folder every demo has its folder

    • In every demo folder is only content folder of that demo

  • License

  • How to install file

  • Documentation link file.

How to install demos?

  1. Delete the main content folder from your install

  2. Add the content folder from any of the demo folders instead of it

  3. Go to the site panel, to the Site Styling tab, turn on the Style Compiler, and save

  4. Go to any frontend website page, and refresh it

  5. Wait for several seconds and new styles will be generated

  6. That's it!

But first, please read all sections from the installation docs.

Install Requirements

Learn in detail on the Kirby website -- https://getkirby.com/docs/guide/quickstart#requirements

Web server (any of the following)

  • Apache 2

  • Nginx

  • LiteSpeed

  • Caddy

Server Features:

  • URL rewriting

  • The server OS must be POSIX compatible.

PHP

  • 8.0, 8.1, 8.2 (PHP 8.1 is recommended)

  • mbstring extension

  • curl extension

  • ctype extension

  • gd extension

All of that is almost the default setup at the majority of hosting providers.

Make sure URL rewriting (mod_rewrite on Apache) is turned on.

Last updated