You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+22Lines changed: 22 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,6 +22,28 @@ Or install it yourself as:
22
22
23
23
Install `jekyll-compose` and run `jekyll help`.
24
24
25
+
Listed in help you will see new commands available to you:
26
+
27
+
```sh
28
+
draft Creates a new draft post with the given NAME
29
+
post Creates a new post with the given NAME
30
+
publish Moves a draft into the _posts directory and sets the date
31
+
```
32
+
33
+
Create your new post using:
34
+
35
+
$ jekyll post "My New Post"
36
+
37
+
## Helpful Note
38
+
39
+
If after installing the jekyll-compose gem you still do not see the above commands avaiable to you, try including the gem in the jekyll_plugins group of your Gemfile like so:
40
+
41
+
```ruby
42
+
group :jekyll_pluginsdo
43
+
gem 'jekyll-compose'
44
+
end
45
+
```
46
+
25
47
## Contributing
26
48
27
49
1. Fork it ( http://github.com/<my-github-username>/jekyll-compose/fork )
0 commit comments