Skip to content

Commit 1c38ff2

Browse files
committed
Provide quick answers for evaluating ssg themes
1 parent 554a14f commit 1c38ff2

1 file changed

Lines changed: 18 additions & 2 deletions

File tree

_learn/07-evaluating-ssg-themes.md

Lines changed: 18 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,27 @@ image:
66
thumbnail: /images/learn/ssg-themes400x225.png
77
---
88

9-
Themes for static site generators often provide advanced user experience features such as navigation, search, and responsive designs for mobile consumption. You also analyze the theme to make decisions on the authoring side, such as a table format for large data tables.
9+
Themes for static site generators (SSGs) often provide advanced user experience features such as navigation, search, and responsive designs for mobile consumption. You also analyze the theme to make decisions on the authoring side, such as a table format for large data tables.
1010

1111
When researching and selecting a theme, analyze the possibilities for printed outputs, such as PDF or EPUB. Perhaps you need version control for both the output and the source files. The size of your site may mean you need to consider the performance gains you can make with the build. Themes are one part of this analysis.
1212

13-
Here's a short list of questions you may want to ask about the theme you use for a static site generator.
13+
## Quick answer
14+
15+
- **What this article covers:** Evaluating SSG themes for navigation, search, responsiveness, customization, localization, code blocks, images, tables, print output (PDF/EPUB), versioning, performance, and maintenance.
16+
- **When to use this information:** Run this checklist when choosing, auditing, or customizing a theme before adoption.
17+
- **Fast checklist with yes/no answers for evaluating SSG themes:**
18+
- Clear navigation (sidebar, breadcrumbs, prev/next)?
19+
- Search present, mobile-friendly, and configurable?
20+
- Responsive UI for mobile (collapsible nav, readable TOC)?
21+
- Easy branding/customization without heavy developer work?
22+
- Rich code block features (syntax, copy, line numbers, highlighting)?
23+
- Admonitions/notes supported and rendered properly?
24+
- Images and captions behave on mobile and in print outputs?
25+
- Tables render well in browsers and in PDF/EPUB sizes?
26+
- Localization/translation support for UI labels?
27+
- Theme updates manageable via version control and tracked versions?
28+
29+
The rest of the article provides questions you can ask about the theme you use for a static site generator.
1430

1531
## Admonitions or notes
1632
Are there designs for output of levels of admonition, such as warning, information, and note?

0 commit comments

Comments
 (0)