diff --git a/source/templates/classic/metadata.yml b/source/templates/classic/metadata.yml index 8487c448..a2c28904 100644 --- a/source/templates/classic/metadata.yml +++ b/source/templates/classic/metadata.yml @@ -1,4 +1,9 @@ name: "📗 Classic template" +description: | + A template mimicking GitHub visual identity. + This is also the default template. +examples: + default: https://github.com/lowlighter/lowlighter/blob/master/metrics.classic.svg index: 0 supports: - user diff --git a/source/templates/markdown/metadata.yml b/source/templates/markdown/metadata.yml index 973d4440..9521e359 100644 --- a/source/templates/markdown/metadata.yml +++ b/source/templates/markdown/metadata.yml @@ -1,4 +1,7 @@ name: "📒 Markdown template" +description: A template capable of rendering markdown from a given template file. +examples: + default: https://github.com/lowlighter/lowlighter/blob/master/metrics.markdown.png index: 3 supports: - user diff --git a/source/templates/repository/metadata.yml b/source/templates/repository/metadata.yml index 45f9e933..32fe6e94 100644 --- a/source/templates/repository/metadata.yml +++ b/source/templates/repository/metadata.yml @@ -1,4 +1,7 @@ name: "📘 Repository template" +description: A template mimicking GitHub visual identity and specially crafted for repositories. +examples: + default: https://github.com/lowlighter/lowlighter/blob/master/metrics.repository.svg index: 1 supports: - repository diff --git a/source/templates/terminal/metadata.yml b/source/templates/terminal/metadata.yml index a6816a77..2e9f4746 100644 --- a/source/templates/terminal/metadata.yml +++ b/source/templates/terminal/metadata.yml @@ -1,4 +1,7 @@ name: "📙 Terminal template" +description: A template mimicking a SSH session. +examples: + default: https://github.com/lowlighter/lowlighter/blob/master/metrics.terminal.svg index: 2 supports: - user