Skip to content

Commit

Permalink
docs: updates
Browse files Browse the repository at this point in the history
  • Loading branch information
johnfraney committed Jan 3, 2025
1 parent 0553189 commit f130cc5
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
5 changes: 5 additions & 0 deletions docs/content/configuration/environment-variables.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,18 @@
name = "Configuration: environment variables"
abstract = "Documentation for Blurry's settings configuration using environment variables"
datePublished = 2023-04-09
dateModified = 2024-01-03
+++

# Configuration: environment variables

Blurry settings can be overridden using environment variables.

For the setting you'd like to override, simply prefix the setting name with `BLURRY_`.
(This prefix can be customized in your [`blurry.toml` file](./blurry.toml.md)).

## Example

To build your site for a different domain, for instance, set the `BLURRY_DOMAIN` environment variable:

```bash
Expand Down
5 changes: 4 additions & 1 deletion docs/content/templates/components.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,12 @@
name = "Templates: components"
abstract = "Documentation for Blurry's template components using JinjaX"
datePublished = 2023-12-06
dateModified = 2024-01-03
+++

# Templates: components

Template components are written in [JinjaX](https://jinjax.scaletti.dev/) and should be placed in a `components` subdirectory of your templates directory, like:
Template components are written in [JinjaX](https://jinjax.scaletti.dev/) and should have a file extension of `.jinja` and be placed in a `components` subdirectory of your templates directory, like:

```text
templates/
Expand All @@ -18,4 +19,6 @@ templates/
└── WebSite.html
```

## More information

For more information, see the JinjaX documentation at <https://jinjax.scaletti.dev/guide/>.

0 comments on commit f130cc5

Please sign in to comment.