|
6 | 6 | thumbnail: /images/learn/ssg-themes400x225.png |
7 | 7 | --- |
8 | 8 |
|
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. |
10 | 10 |
|
11 | 11 | 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. |
12 | 12 |
|
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. |
14 | 30 |
|
15 | 31 | ## Admonitions or notes |
16 | 32 | Are there designs for output of levels of admonition, such as warning, information, and note? |
|
0 commit comments