Sha256: e8d6dd6d2a55176b7171bd3601b3eed59fd6944c884f7b0510ede69f9ecd43d1

Contents?: true

Size: 884 Bytes

Versions: 1

Compression:

Stored size: 884 Bytes

Contents

# Welcome to Writefully!

This readme should help you get started with how to write your content with writefully

![An Image](assets/writefully.png)

Thats how you include an image

Checkout `meta.yml` you can add extra details to the 'details' area. Anything you like for example

```yml
title: "Sample Post"
slug: "sample-post"
tags: ["Writefully"]
publish: true # this marks the content as published
details:
  blurb: "This is a sample post for Writefully"
  cover: "assets/writefully.png"
  price: "10" # this is the extra detail 
```

Now try cloning this repository into your local machine, edit it to you heart's content and try doing a push into github!

To create another post simply create a new directory 2-another-post and follow the structure provided in the first post.

Check out the documentation at [Writefully](https://github.com/codemy/writefully) for more details.

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
writefully-0.3.6 lib/sample/README.md