When AcyOrt is installed, you can use the following command to initialize new website

$ acyort init <folder>

# or
$ cd  <folder>
$ acyort init

When initialization is complete, the website folder is the following structure

.
├─ config.yml
├─ templates/
|   └─ ccc45/
├─ scripts/

config.yml

Website configuration file, see configuration for more instructions

templates

Template folder, see template for more instructions

scripts

Custom script directory, see plugin for more instructions