diff options
author | Ralph Amissah <ralph.amissah@gmail.com> | 2021-02-04 22:09:29 -0500 |
---|---|---|
committer | Ralph Amissah <ralph.amissah@gmail.com> | 2021-02-04 22:13:26 -0500 |
commit | b562d23d7db2a815a466f1cfbcf118eb76f42adb (patch) | |
tree | dcbd2aee773858aebe2c3ec24ffce4bd4eff350b /data/pod/default_sample_pod/media | |
parent | spine scaffold generator, sample pod structure .sst document (diff) |
some pod samples including default generated and sisu-markup
Diffstat (limited to 'data/pod/default_sample_pod/media')
-rw-r--r-- | data/pod/default_sample_pod/media/text/en/default_sample_pod.sst | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/data/pod/default_sample_pod/media/text/en/default_sample_pod.sst b/data/pod/default_sample_pod/media/text/en/default_sample_pod.sst new file mode 100644 index 0000000..e8d02de --- /dev/null +++ b/data/pod/default_sample_pod/media/text/en/default_sample_pod.sst @@ -0,0 +1,31 @@ +# SiSU 8.0 + +title: "As Yet Unnamed" + +creator: + author: "Annon, Unnamed" + +:A~ @title @author + +1~ Summary + +To get you started, the first paragraph following a section or chapter heading. + +Spine / SiSU documents minimum requirements: + +_* a header containing document metadata that must at least contain the fields Title and Creator Author. + +_* text body, identified as starting by the A~ marker at the start of a line, followed by at least one level 1~ section heading with the text that follows it.~{ the document provided here would be a valid Spine document, and this text contained within the tilde and curly braces delimiters would be the first footnote/endnote }~ + +To generate this document to have html and epub output for example you would run: + +``` code +spine --html --epub --output=/tmp/spine-sample-output data/pod/default_sample_pod +``` + +1~ Conclusion + +This sample pod is provided to get you started. + +Good luck and good speed. + |