Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/xaprb/story.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBaron Schwartz <xaprb@users.noreply.github.com>2018-09-15 03:26:52 +0300
committerBaron Schwartz <xaprb@users.noreply.github.com>2018-09-15 03:26:52 +0300
commitda21174a8044a028952946e8799f41f36f41d49a (patch)
tree015d29c5155022db1ae505b6fcf7fd2c77b590b5
parent3b24ca46dc493c0fa161e9af5f5cdfa0b2ae594e (diff)
link each piece of content to the next
-rw-r--r--exampleSite/content/about-story.md2
-rw-r--r--exampleSite/content/author-pages.md2
-rw-r--r--exampleSite/content/features.md2
-rw-r--r--exampleSite/content/figures.md2
-rw-r--r--exampleSite/content/images.md2
-rw-r--r--exampleSite/content/math.md2
-rw-r--r--exampleSite/content/other-features.md1
-rw-r--r--exampleSite/content/search-page.md2
-rw-r--r--exampleSite/content/slides/adirondack/index.md19
-rw-r--r--exampleSite/content/talks/adirondack.md3
-rw-r--r--exampleSite/content/typography.md2
11 files changed, 32 insertions, 7 deletions
diff --git a/exampleSite/content/about-story.md b/exampleSite/content/about-story.md
index 90f1be4..c9072ce 100644
--- a/exampleSite/content/about-story.md
+++ b/exampleSite/content/about-story.md
@@ -24,3 +24,5 @@ Story has a lot of features for people who invest effort in their websites and b
Story has many more features than this.
Explore Story and learn all the ways it can help you showcase your work!
+
+Read next: [Story's features](/theme-features).
diff --git a/exampleSite/content/author-pages.md b/exampleSite/content/author-pages.md
index c9927eb..b5c1b28 100644
--- a/exampleSite/content/author-pages.md
+++ b/exampleSite/content/author-pages.md
@@ -107,3 +107,5 @@ Baron](https://www.xaprb.com/).
This content is a (non-author-specific) fallback for the entire site.
You can see it on all the other pages of this site.
+
+Read next: [Story's figures, captions, and tables](/figures/).
diff --git a/exampleSite/content/features.md b/exampleSite/content/features.md
index 669f2e2..dbd51ae 100644
--- a/exampleSite/content/features.md
+++ b/exampleSite/content/features.md
@@ -103,3 +103,5 @@ For brevity, the `feature-` prefix is omitted, but all of Story's classes have t
| [tablefig](/figures) | Styles tables similar to scientific papers | JS + CSS |
| [tablefw](/figures) | Sets table cells in a font with fixed-width numerals | CSS |
| titlecase | Not enabled by default; Transforms All Content Titles to Titlecase | Hugo |
+
+Read next: [Story's author biographies](/author-profiles/).
diff --git a/exampleSite/content/figures.md b/exampleSite/content/figures.md
index 5ea5af1..5c2ed18 100644
--- a/exampleSite/content/figures.md
+++ b/exampleSite/content/figures.md
@@ -145,3 +145,5 @@ $( "#tablefw" ).click(function() {
$("body").toggleClass("feature-tablefw");
});
</script>
+
+Read next: [Story's image formatting features](/images/).
diff --git a/exampleSite/content/images.md b/exampleSite/content/images.md
index cb2e2c6..ec28293 100644
--- a/exampleSite/content/images.md
+++ b/exampleSite/content/images.md
@@ -114,3 +114,5 @@ and preview images:
To illustrate this feature, the [search page](/search) has this feature set, so
it has a plain, bannerless layout.
+
+Read next: [Story's built-in search features](/search-page/).
diff --git a/exampleSite/content/math.md b/exampleSite/content/math.md
index 57dfb10..523a02f 100644
--- a/exampleSite/content/math.md
+++ b/exampleSite/content/math.md
@@ -54,3 +54,5 @@ a_3x+b_3y+c_3z=d_3
{{< /math >}}
Math typesetting is controlled with the `feature-[no]math` flag.
+
+Read next: [Story's beautiful typography](/typography/).
diff --git a/exampleSite/content/other-features.md b/exampleSite/content/other-features.md
index 84364ae..89567ed 100644
--- a/exampleSite/content/other-features.md
+++ b/exampleSite/content/other-features.md
@@ -51,3 +51,4 @@ Story also has support for the following, which aren't extensively documented:
- Custom CSS classes in the `<body>` tag
- Custom content and social link menus with any content you want (not limited to predefined)
+Read next: [Story's feature flags](/features/).
diff --git a/exampleSite/content/search-page.md b/exampleSite/content/search-page.md
index 3128629..545a4df 100644
--- a/exampleSite/content/search-page.md
+++ b/exampleSite/content/search-page.md
@@ -78,3 +78,5 @@ classes:
This illustrates a couple of additional features in Story: skipping the content
in lists and RSS feeds; displaying it without a subtitle; displaying it without
a header image.
+
+Read next: [Story's mathematical equation typesetting features](/math/).
diff --git a/exampleSite/content/slides/adirondack/index.md b/exampleSite/content/slides/adirondack/index.md
index 6400d7a..cadb20e 100644
--- a/exampleSite/content/slides/adirondack/index.md
+++ b/exampleSite/content/slides/adirondack/index.md
@@ -26,7 +26,7 @@ background-image: url(leo-serrat-533922-unsplash.jpg)
[Story](https://github.com/xaprb/story) offers helper themes for creating
beautiful presentations with [RemarkJS](https://remarkjs.com/), using simple
-markup to create slide layouts.
+Markdown to create slide layouts.
- Apron defines the layouts' structure and size.
- Adirondack adds typography, theme colors, and helpful features.
@@ -34,9 +34,10 @@ markup to create slide layouts.
Story has a design goal of clean, simple Markdown content. Avoiding "raw" HTML
and Remark's Markdown extensions makes things easier.
+View the source of this page to see the Markdown that creates it.
These characteristics make it easy to build gorgeous slideshows. They're also
-a great foundation for creating your own themes.
+a great foundation for creating your own themes.
---
# Getting Started
@@ -341,11 +342,15 @@ Story supports math equation typesetting using the KaTeX library,
if [`feature-math`](/math/) is enabled.
\\[
-x = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a}
+\left( \beta mc^2 + c \left ( \sum_{n=1}^3 \alpha_n p\_n \right ) \right) \psi(x,t) = i \hbar \frac{\partial \psi(x,t) }{\partial t}
\\]
-The crosstalk (coherence) penalty is the \\(\kappa\\) coefficient of \\(n^2\\),
-which is equivalent to \\(e^{i\pi}-1=0\\).
+The coherence is the \\(\kappa\\) coefficient of \\(n^2\\),
+which is \\(e^{i\pi}-1=0\\).
+
+\\[
+x = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a}
+\\]
![Universal Scalability Law](linear3.svg)
@@ -476,8 +481,8 @@ background-color: black
![](tom-barrett-364228-unsplash.jpg# absolute ofv w-4-12th h-3-12th t-7-12th l-5-12th)
![](will-turner-508747-unsplash.jpg# absolute ofv w-4-12th h-2-12th t-10-12th l-5-12th)
-.absolute.w-50pct.center.t-6-12th.ba.bw-4.br-4.bg-white-60pct[
-This `<div>` is absolutely positioned.
+.absolute.w-7-12th.pa-3.l-1-12th.t-20pct.ba.bw-4.br-4.bg-white-60pct[
+This slide is composed only of simple Markdown markup, no raw HTML.
]
---
diff --git a/exampleSite/content/talks/adirondack.md b/exampleSite/content/talks/adirondack.md
index 2ece83a..6632293 100644
--- a/exampleSite/content/talks/adirondack.md
+++ b/exampleSite/content/talks/adirondack.md
@@ -49,3 +49,6 @@ thumbnail: "<usually something like /path/to/slides/thumbnail.jpg/>"
video: "a youtube or other video link"
---
```
+
+Read next: [Story's amazing Markdown-based presentation
+engine](/slides/adirondack/).
diff --git a/exampleSite/content/typography.md b/exampleSite/content/typography.md
index adbc185..1726b9e 100644
--- a/exampleSite/content/typography.md
+++ b/exampleSite/content/typography.md
@@ -102,3 +102,5 @@ $( "#dinkus" ).click(function() {
$("body").toggleClass("feature-hrdinkus");
});
</script>
+
+Read next: [Story's 'talks' feature for presentations](/talks/adirondack/).