Skip to content

Commit

Permalink
updated user documentation
Browse files Browse the repository at this point in the history
FossilOrigin-Name: 3db844380be5527a21cf9079eb70eb9b3f6bb90fc9d46d2c4a2fd96f76f9f7d4
  • Loading branch information
thindil committed Nov 17, 2019
1 parent e927258 commit 888debb
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
4 changes: 3 additions & 1 deletion docs/user/details.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,9 @@
## <a name="create"></a>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:

Expand Down
5 changes: 4 additions & 1 deletion docs/user/quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,10 @@
## <a name="quickstart"></a>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
Expand Down

0 comments on commit 888debb

Please sign in to comment.