File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -34,6 +34,10 @@ $ loppo --site "My Documents"
34
34
$ loppo --theme oceandeep
35
35
```
36
36
37
+ ## --id
38
+
39
+ ` --id ` sets a site's ID (default is the dir name of the project).
40
+
37
41
## --direction
38
42
39
43
` --direction ` sets the document's character direction. ` ltr ` is the default. It also could be setted as ` rtl ` .
Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ They could be divided into two categories: site variables and page variables.
9
9
The site variables are the same within the whole site.
10
10
11
11
- site
12
+ - id
12
13
- dir
13
14
- chapters
14
15
- chaptersOrigin
@@ -17,7 +18,11 @@ The site variables are the same within the whole site.
17
18
18
19
### option.site
19
20
20
- ` option.site ` is the site name.
21
+ ` option.site ` is the site name (default is ` Documents ` ).
22
+
23
+ ### option.id
24
+
25
+ ` option.id ` is the site id (default is the dir name of the project).
21
26
22
27
### option.dir
23
28
You can’t perform that action at this time.
0 commit comments