diff --git a/Manifest.toml b/Manifest.toml index c86abc2..21182e6 100644 --- a/Manifest.toml +++ b/Manifest.toml @@ -2,6 +2,12 @@ language = 'en' author = 'Trivernis' title = 'Snekdown' +description = ''' +The Documentation for Snekdown. +Snekdown is a parser and renderer for the extended Markdown syntax +with the same name. It provides features like imports, image manipulation, bibliography, glossary, math etc. +''' +keywords = ['Parser', 'Markdown', 'HTML', 'Rust', 'Bibliography', 'AsciiMath'] [features] embed_external = true diff --git a/chapters/configuration.md b/chapters/configuration.md index e869056..e49a5a0 100644 --- a/chapters/configuration.md +++ b/chapters/configuration.md @@ -45,6 +45,14 @@ author = 'author' # Title of the document title = 'title' + +# A short description for the document preview +description = ''' +Description +''' + +# Keywords to find the document +keywords = ['HTML', 'Snekdown'] ```