Skip to content

Commit

Permalink
update doc
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelliao committed Jan 4, 2024
1 parent d6a01ae commit f0e816b
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions source/books/gitsite-guide/30-create-site/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,14 @@
To create a new site, use:

```bash
$ npx gitsite-cli new -d site
$ npx gitsite-cli new -d .
```

The `site` directory specified by `-d` argument is created by `gitsite-cli`.

A typical site has the following directories:

```ascii
<your-site>
├── layout <-- all themes
├── themes <-- all themes
│   └── default <-- a theme named 'default'
└── source <-- contains all markdown docs
Expand Down

0 comments on commit f0e816b

Please sign in to comment.