From 888debb3261ed9ab5b4be8bccbcbd483d1934adc Mon Sep 17 00:00:00 2001 From: "thindil@laeran.pl" Date: Sun, 17 Nov 2019 05:37:15 +0000 Subject: [PATCH] updated user documentation FossilOrigin-Name: 3db844380be5527a21cf9079eb70eb9b3f6bb90fc9d46d2c4a2fd96f76f9f7d4 --- docs/user/details.md | 4 +++- docs/user/quickstart.md | 5 ++++- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/docs/user/details.md b/docs/user/details.md index 640f3a8..1a6d504 100644 --- a/docs/user/details.md +++ b/docs/user/details.md @@ -37,7 +37,9 @@ ## Creating new site project To create new site project type in the directory where the file `yass` is -`./yass createnow [ProjectName]` where `[ProjectName]` is the name of your site +`./yass createnow [ProjectName]` for fast create of new project with default +settings, or `./yass create [ProjectName]` for creation of new project based +on your answers to few questions. `[ProjectName]` is the name of your site project. It will be the name of directory too. This command create the directory with the content: diff --git a/docs/user/quickstart.md b/docs/user/quickstart.md index 9bda981..29d0c70 100644 --- a/docs/user/quickstart.md +++ b/docs/user/quickstart.md @@ -26,7 +26,10 @@ ## Quick start 1. To create NewSite project, type in console `./yass createnow NewSite`. This - will create skeletal project in directory `NewSite`. + will create skeletal project with default configuration in directory + `NewSite`. If you prefer to have more control over creation of new project, + use command `./yass create NewSite` which allow you to set some settings + for the new project. 2. Inside newly created directory `NewSite` you can find file *index.md*, which later will be main page of the site and *site.cfg* which contains all basic settings of the site. Add some markdown text to *index.md* file or some new