You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/Configuration.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,6 +21,7 @@ Configuration lives in `rockgarden.toml` at the site root.
21
21
|`url_style`|`str`|`"slug"`| How filenames become URLs. `"slug"` (lowercase, dashes), `"preserve-case"` (original casing, dashes), or `"preserve"` (original casing and spacing). See URL Styles below. |
22
22
|`base_url`|`str`|`""`| Full base URL (e.g. `https://example.com/docs`). Used for feeds, sitemap, and deriving `base_path` when not set explicitly. Trailing slash is stripped automatically. |
23
23
|`base_path`|`str`|`""`| URL path prefix for subdirectory deploys (e.g. `/docs`). When set, all generated URLs are prefixed with this path. If not set, derived from `base_url`. Trailing slash is stripped automatically. |
24
+
|`ascii_urls`|`bool`|`false`| Transliterate Unicode characters to ASCII in URLs and tag slugs. `Café` → `cafe`, `東京` → `dong-jing`. Applies to all URL styles. |
0 commit comments