2024-08-24 14:17:52 +01:00
|
|
|
+++
|
|
|
|
title = "Example Configuration"
|
|
|
|
weight = 10
|
|
|
|
+++
|
|
|
|
Below is an example configuration in [`toml`](https://toml.io) format which can be used as a base for setting up a new norg backup.
|
2024-09-03 11:26:29 +01:00
|
|
|
This configuration file can be [downloaded here](/downloads/norg.toml.sample).
|
2024-08-24 14:17:52 +01:00
|
|
|
```toml
|
2024-09-03 11:26:29 +01:00
|
|
|
{{ get_source(path="downloads/norg.toml.sample",pure=true) }}
|
2024-08-24 14:17:52 +01:00
|
|
|
```
|