Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f275278

Browse files
committed
commit
Signed-off-by: Opemipo Disu <[email protected]>
1 parent 38ae43a commit f275278

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,11 +111,15 @@ In this template, adding an item is equivalent to creating a page. Here’s how
111111

112112
To create a latest item — it should be in the file you’re creating has to be in the ```content/latest/``` folder just like this:
113113

114-
```./bart new post content/latest filename.md --template blog```
114+
```
115+
./bart new post content/latest filename.md --template blog
116+
```
115117

116118
For creating an item for men, the file you’re creating should be in the ```content/menlisting``` folder just like this:
117119

118-
```./bart new post content/menlisting filename.md --template blog ```
120+
```
121+
./bart new post content/menlisting filename.md --template blog
122+
```
119123

120124
To create an item for kids, the file you are creating has to be in the ‘content/kids’ folder just like this:
121125

0 commit comments

Comments
 (0)