diff options
| author | Ruben Beltran del Rio <ruben@unlimited.pizza> | 2023-04-18 19:15:27 +0200 |
|---|---|---|
| committer | Ruben Beltran del Rio <ruben@unlimited.pizza> | 2023-04-18 19:15:27 +0200 |
| commit | 05a467ca4c4bdc6c88c70d11a75581c6d6714c47 (patch) | |
| tree | f278121f3316b764c2447ed4cd3bd21716bc8885 | |
| parent | dd0a540c2002f479ac56a7e0169e86d0f6f14d85 (diff) | |
Update README
| -rw-r--r-- | README.md | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -9,7 +9,8 @@ want to generate some HTML" 1. Stand on the directory you want to turn into a page 2. run page -3. your output is in ../<directory_name>_html +3. your html output is in ../<directory_name>_html +4. your gemini without frontmatter output is in ../<directory_name>_gemini So for example: @@ -20,6 +21,7 @@ $ page $ ls .. website/ website_html/ +website_gemini/ ``` ## Front Matter |