Skip to content

Commit dbdefda

Browse files
authored
add jekyll and Angular SSG to generators list
1 parent aa11f6d commit dbdefda

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

docs/Static-Site-Generators.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33

44
Let's figure out how different static site generators output static files for route `/myPath`.
55

6+
## Jekyll
7+
8+
- Command: `jekyll build`
9+
- Default output: `/myPath.html`
10+
- Configuration: no options available
11+
612
## Gatsby
713

814
- Command: `gatsby build`
@@ -20,12 +26,18 @@ Let's figure out how different static site generators output static files for ro
2026
- Default output: `/myPath/index.html`
2127
- Configuration: [trailingSlash option](https://docusaurus.io/docs/docusaurus.config.js#trailing-slash)
2228

23-
## NuxtJS
29+
## Nuxt
2430

2531
- Command: `nuxt generate`
2632
- Default output: `/myPath/index.html`
2733
- Configuration: [trailingSlash option](https://nuxtjs.org/docs/2.x/configuration-glossary/configuration-router#trailingslash)
2834

35+
## Angular Prerendering
36+
37+
- Default output: `/myPath/index.html`
38+
- Configuration: no options available
39+
- Docs: [Angular Prerendering (SSG)](https://angular.dev/guide/prerendering)
40+
2941
## TODO: add other static site generators
3042

3143
TODO add all other static site generators

0 commit comments

Comments
 (0)