mirror of
https://github.com/adulau/brouilleursdeblanc.git
synced 2024-11-07 12:06:26 +00:00
Mention that Octopres is optional
- Used to automate the creation of new posts and pages
This commit is contained in:
parent
26c6eb58d3
commit
cb65dd309b
1 changed files with 3 additions and 3 deletions
|
@ -129,9 +129,9 @@ To set what links appear in the top navigation edit `_data/navigation.yml`. Use
|
|||
|
||||
---
|
||||
|
||||
## Adding New Content
|
||||
## Adding New Content with Octopress
|
||||
|
||||
Install the [Octopress](https://github.com/octopress/octopress) gem if it isn't already.
|
||||
While completely optional, I've included Octopress and some starter templates to automate the creation of new posts and pages. To take advantage of it start by installing the [Octopress](https://github.com/octopress/octopress) gem if it isn't already.
|
||||
|
||||
{% highlight bash %}
|
||||
$ gem install octopress --pre
|
||||
|
@ -139,7 +139,7 @@ $ gem install octopress --pre
|
|||
|
||||
### New Post
|
||||
|
||||
Default command
|
||||
Default command for creating a new post.
|
||||
|
||||
{% highlight bash %}
|
||||
$ octopress new post "Post Title"
|
||||
|
|
Loading…
Reference in a new issue