-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
27 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
--- | ||
layout: post | ||
author: davideme | ||
--- | ||
|
||
A banana is an edible fruit – botanically a berry – produced by several | ||
kinds of large herbaceous flowering plants in the genus Musa. | ||
|
||
In some countries, bananas used for cooking may be called "plantains", | ||
distinguishing them from dessert bananas. The fruit is variable in size, | ||
color, and firmness, but is usually elongated and curved, with soft | ||
flesh rich in starch covered with a rind, which may be green, yellow, | ||
red, purple, or brown when ripe. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
--- | ||
layout: default | ||
title: Blog | ||
--- | ||
<h1>Latest Posts</h1> | ||
|
||
<ul> | ||
{% for post in site.posts %} | ||
<li> | ||
<h2><a href="{{ post.url }}">{{ post.title }}</a></h2> | ||
{{ post.excerpt }} | ||
</li> | ||
{% endfor %} | ||
</ul> |