Skip to content

Doc #232

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Nov 16, 2020
Merged

Doc #232

Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 5 additions & 2 deletions resources/md/examples.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ The following websites were all built entirely in EasyCoder script:
- [Rembrandt.ie](https://rembrandt.ie)
- [Storyteller](https://storyteller20.neocities.org)
- [I Wanna Show You](https://iwannashowyou.com)
- [Vehicle Checks](https://vehiclecheck.netlify.app)

## Dice roller /SHOW-DICEROLLER/

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

## Storyteller

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.
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.

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).
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).

The author has used Storyteller to create his own [personal memoirs](graham-trott.netlify.app) webapp.

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

Expand Down