Merge pull request #18 from writefreely/excerpt

Excerpt docs added
This commit is contained in:
CJ Eller 2020-03-10 11:50:13 -04:00 committed by GitHub
commit c50be20776
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

17
writer/excerpt.md Normal file
View File

@ -0,0 +1,17 @@
# Show an Excerpt
You can show only the beginning of your post on your WriteFreely blog's home page with a bit of special text. For example, if you're on the "How to Use Write.as" blog's [home page](https://howto.write.as/), you'll see a "Read more..." link below each post.
To choose where your excerpt ends, simply add this text into your post at the spot you want:
```
In this post I'm going demonstrate how to use the _Excerpt_ feature
in WriteFreely. I'll simply add a special code at the spot I want
this excerpt to end, and WriteFreely will create a "Read more" link
for readers at that spot. <!--more-->
Now my post will continue here...
```
That's it!
**Bonus**: just like the post date, the "Read more..." link will be translated into the language of your post, if it's one of the languages we support. For more information on this, check out the list of our [currently supported languages](https://poeditor.com/join/project/TIZ6HFRFdE).