Skip to content

Commit b43a78b

Browse files
committed
Update examples
1 parent e976069 commit b43a78b

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

resources/md/examples.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,11 @@ There are 9 images with only 1 showing. A row of thumbnail icons lets the user m
99

1010
This is a rewrite of a script published in [Smashing Magazine](https://www.smashingmagazine.com/2020/03/introduction-alpinejs-javascript-framework/) as an example of how to use the Alpine.js micro-framework. It represents a block added to a web page, that displays an announcement and handles feedback from users.
1111
~<div id="ex-usercapture"></div>~
12+
13+
## Storyteller
14+
15+
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.
16+
17+
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://storyteller20.neocities.org).
18+
19+
Storyteller is written in ~ec~; its source code is in the [Storyteller repository](https://github.com/easycoder/storyteller).

0 commit comments

Comments
 (0)