From ad8f6a2addeeb1a7ed84a5a1a7c114b8dcdc11a2 Mon Sep 17 00:00:00 2001 From: Matthias Kretschmann Date: Mon, 25 May 2015 22:31:28 +0200 Subject: [PATCH] note about content rake tasks --- README.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f78e25c3..24de2901 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,18 @@ You need to have the following tools installed on your development machine befor - [Ruby](https://www.ruby-lang.org) (for sanity, install with [rvm](https://rvm.io/)) and [Bundler](http://bundler.io/) +Content Creation +------------------ + +Some handy rake tasks creating the correct front matter for each content type: + +New Content | Command +----------- | ----------- +Post | `rake post -- Title` +Photo | `rake photo -- Title` +Link | `rake link -- Title` + + Get up and running ------------------ @@ -91,4 +103,4 @@ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN -THE SOFTWARE. \ No newline at end of file +THE SOFTWARE.