Sha256: 870718dc2c320073e92dd7ca7bdc69b1abbff897dd962643c734160b5a95c8b6

Contents?: true

Size: 885 Bytes

Versions: 25

Compression:

Stored size: 885 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

```yaml
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

25 entries across 25 versions & 1 rubygems

Version Path
writefully-0.8.2 lib/sample/README.md
writefully-0.8.1 lib/sample/README.md
writefully-0.8.0 lib/sample/README.md
writefully-0.7.1 lib/sample/README.md
writefully-0.6.12 lib/sample/README.md
writefully-0.6.11 lib/sample/README.md
writefully-0.6.10 lib/sample/README.md
writefully-0.6.9 lib/sample/README.md
writefully-0.6.7 lib/sample/README.md
writefully-0.6.6 lib/sample/README.md
writefully-0.6.5 lib/sample/README.md
writefully-0.6.4 lib/sample/README.md
writefully-0.6.3 lib/sample/README.md
writefully-0.6.2 lib/sample/README.md
writefully-0.5.1 lib/sample/README.md
writefully-0.5.0 lib/sample/README.md
writefully-0.4.10 lib/sample/README.md
writefully-0.4.8 lib/sample/README.md
writefully-0.4.7 lib/sample/README.md
writefully-0.4.6 lib/sample/README.md