diff --git a/README.md b/README.md index d3e0116..83c2221 100644 --- a/README.md +++ b/README.md @@ -82,13 +82,14 @@ Private repositories work too. GitHub Free gives 2,000 Actions minutes/month (th ## Themes -Three built-in themes, each with light/dark mode and responsive design. +Four built-in themes, each with light/dark mode and responsive design. | Theme | Screenshot | Description | |---|---|---| | **brutalist** (default) | | Bold, high-contrast dark theme with monospace typography. [Example](https://deariary.github.io/github-weekly-reporter/brutalist/en/2026/W14/) | | **minimal** | | Clean lines, generous whitespace, understated elegance. [Example](https://deariary.github.io/github-weekly-reporter/minimal/en/2026/W14/) | | **editorial** | | Horizontal-scroll magazine with serif typography and column layout. [Example](https://deariary.github.io/github-weekly-reporter/editorial/en/2026/W14/) | +| **swiss** | | International Typographic Style with asymmetric grid, Space Grotesk, and geometric motifs. [Example](https://deariary.github.io/github-weekly-reporter/swiss/en/2026/W14/) | Set the theme in your workflow or during `setup`: diff --git a/action.yml b/action.yml index 5276891..ed30d06 100644 --- a/action.yml +++ b/action.yml @@ -59,7 +59,7 @@ inputs: required: false default: '' theme: - description: 'Report theme: brutalist, minimal, editorial' + description: 'Report theme: brutalist, minimal, editorial, swiss' required: false default: 'brutalist' date: diff --git a/docs/customization.md b/docs/customization.md index e787f0f..52c9e0e 100644 --- a/docs/customization.md +++ b/docs/customization.md @@ -135,13 +135,14 @@ Pin the action to a commit SHA and the CLI to a specific version for better secu ## Theme -Three built-in themes are available, each with light/dark mode: +Four built-in themes are available, each with light/dark mode: | Theme | Description | |---|---| | `brutalist` | Bold, high-contrast dark theme with monospace typography (default) | | `minimal` | Clean lines, generous whitespace, understated elegance | | `editorial` | Horizontal-scroll magazine with serif typography and column layout | +| `swiss` | International Typographic Style with asymmetric grid, Space Grotesk, and geometric motifs | Edit `weekly-report.yml`: diff --git a/scripts/generate-preview-index.js b/scripts/generate-preview-index.js index 4353ba8..6d76b09 100644 --- a/scripts/generate-preview-index.js +++ b/scripts/generate-preview-index.js @@ -20,6 +20,9 @@ const themeData = { editorial: { desc: "Horizontal-scroll magazine layout inspired by print editorial design. Serif typography (Playfair Display + Newsreader), column-based content flow, and data visualizations woven into the narrative.", }, + swiss: { + desc: "International Typographic Style (Swiss Design) with asymmetric grid, Space Grotesk neo-grotesque typography, numbered sections, and geometric motifs inspired by Max Bill and Muller-Brockmann.", + }, }; const html = ` @@ -272,7 +275,7 @@ const html = `

Themes

-

Three built-in themes, each with light/dark mode and responsive layout.

+

Four built-in themes, each with light/dark mode and responsive layout.