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>2019-01-22 04:38:40 +0300
committerBaron Schwartz <xaprb@users.noreply.github.com>2019-01-22 04:38:40 +0300
commit6ca31937799b46b507201d952ed922c0db42c6f7 (patch)
tree8fd24b30d647a4c66913312174cd50ed3834cb3e
parente220c091afc51e07d37de0dfe3f67db92e7f2ac0 (diff)
spruce up the themes site listing
-rw-r--r--README.md2
-rw-r--r--theme.toml2
2 files changed, 3 insertions, 1 deletions
diff --git a/README.md b/README.md
index 0cec128..2c68807 100644
--- a/README.md
+++ b/README.md
@@ -17,6 +17,8 @@ It has a lot of features for people who invest effort in their websites and blog
- Support for [RemarkJS slides](https://remarkjs.com/).
- LaTeX math typesetting with [KaTeX](https://github.com/Khan/KaTeX)
- A built-in search page with [LunrJS](https://github.com/olivernn/lunr.js).
+- Music notation typesetting with [abcjs](https://abcjs.net/).
+- Easy-to-use, unobtrusive CSS enhancements such as float-left images.
This is just a fraction of Story's feature set, see the [demo site](https://story.xaprb.com/) for much more
documentation and screenshots.
diff --git a/theme.toml b/theme.toml
index ccad684..c444f4f 100644
--- a/theme.toml
+++ b/theme.toml
@@ -6,7 +6,7 @@ license = "MIT"
licenselink = "https://github.com/xaprb/story/blob/master/LICENSE.md"
description = "A beautiful, responsive blog and homepage theme with support for features like search, math typesetting, and RemarkJS presentations."
homepage = "http://example.com/"
-tags = ["blog"]
+tags = ["Blog", "Presentation", "Slide"]
features = ["blog", "slides", "LaTeX", "search"]
min_version = "0.47"