Skip to content

Commit 8b88ea3

Browse files
committed
Rename some files
1 parent 6baa895 commit 8b88ea3

6 files changed

Lines changed: 9 additions & 5 deletions
Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@ image:
55
thumbnail: /images/learn/ssg-themes400x225.png
66
---
77

8-
Themes for static site generators often provide the advanced user experience features such as search. You also analyze the theme to make decisions on the authoring side, such as a table format for large data tables. What about printed outputs, such as PDF? Or versions for the output and the source? Any performance gains you can make with the builds themselves? Themes are one part of this analysis.
8+
Themes for static site generators often provide the advanced user experience features such as search. You also analyze the theme to make decisions on the authoring side, such as a table format for large data tables.
9+
10+
What about printed outputs, such as PDF? Or versions for the output and the source? Any performance gains you can make with the builds themselves? Themes are one part of this analysis.
911

1012
Here's a short list of questions you may want to ask about the theme you use for a static site generator.
1113

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
---
22
title: "Evaluating table layouts and formatting"
33
image:
4-
path: /images/learn/table-layout.jpg
5-
thumbnail: /images/table-layout400x225.png
4+
path: /images/learn/table-layout.png
5+
thumbnail: /images/learn/table-layout400x225.png
66
---
77

8+
Table layout, including responsive tables that change width with the browser width, can be an annoying and difficult aspect of using simple markdown as documentation source. That said, comparisons between changes to simple tables are much easier during reviews when using Markdown or RST tables.
9+
810
One of the most helpful tools when creating tables for Markdown or RST is the Tables Generator at https://www.tablesgenerator.com/markdown_tables. You can draw tables or paste table data and then render the ASCII-based output for pasting into your document source file.
911

1012
For example, here is an empty five-column table in Markdown, ready for you to insert cell data and spaces.
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
2-
title: "Static Site Generator search options"
2+
title: "Evaluating Static Site Generator search options"
33
image:
44
path: /images/learn/ssg-search-options.png
5-
thumbnail: /images/ssg-search-options400x225.png
5+
thumbnail: /images/learn/ssg-search-options400x225.png
66
---
77

88
Most static site generators provide a browser-side search capability, where the list of indexed keywords for search are built at the same time as the output. Learn more about considerations for each SSG in the following sections.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)