Skip to content

Commit 26ae2cd

Browse files
authored
Merge pull request #232 from easycoder/dev
Doc
2 parents 145afb4 + 5d24344 commit 26ae2cd

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

resources/md/examples.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ The following websites were all built entirely in EasyCoder script:
88
- [Rembrandt.ie](https://rembrandt.ie)
99
- [Storyteller](https://storyteller20.neocities.org)
1010
- [I Wanna Show You](https://iwannashowyou.com)
11+
- [Vehicle Checks](https://vehiclecheck.netlify.app)
1112

1213
## Dice roller /SHOW-DICEROLLER/
1314

@@ -27,9 +28,11 @@ The User Capture can be run as an independent web page; see [User Capture](https
2728

2829
## Storyteller
2930

30-
Storyteller is a tool for building static websites using Markdown instead of HTML. Markdown is much easier to learn and is very suited to pages that comprise a single column of text, with headings, images and links to other pages. The structure of the site is one of subjects that contain topics; each subject is a folder and each topic is a single text file written in Markdown. All the images used by the subject and its topics are placed in a folder inside that subject folder.
31+
Storyteller is a tool for building static websites using Markdown instead of HTML. Markdown is much easier to learn and is very suited to pages that comprise a single column of text, with headings, images and links to other pages. Storyteller adds some custom tags to the standard MarkDown set, to give better control over the way pages are rendered. The structure of the site is one of subjects that contain topics; each subject is a folder and each topic is a single text file written in Markdown. All the images used by the subject and its topics are placed in a folder inside that subject folder.
3132

32-
To use Storyteller all you need is to copy a short `index.html` file to your server and provide the topics as described. This is all covered by the documentation on the [Storyteller website](https://easycoder.github.io/examples/storyteller).
33+
To use Storyteller all you need is to copy a short `index.html` file to your server and provide the topics your visitors will read. This is all covered by the documentation on the [Storyteller website](https://easycoder.github.io/examples/storyteller).
34+
35+
The author has used Storyteller to create his own [personal memoirs](graham-trott.netlify.app) webapp.
3336

3437
Storyteller is written in ~ec~; its source code is in the [Storyteller repository](https://github.com/easycoder/storyteller).
3538

0 commit comments

Comments
 (0)