diff options
| author | Franck Cuny <franck@fcuny.net> | 2025-07-14 08:56:53 -0700 |
|---|---|---|
| committer | Franck Cuny <franck@fcuny.net> | 2025-07-14 08:56:53 -0700 |
| commit | c4afe667db7734f41de3fca9d1c18e309abcc1d8 (patch) | |
| tree | 3b3d88d4c7c38a1758d5313e8116181900b8e864 /src/fcuny.net/config.toml | |
| parent | create common network configuration for nixos (diff) | |
| download | infra-c4afe667db7734f41de3fca9d1c18e309abcc1d8.tar.gz | |
import my website under `src`
This does not import the history of the previous repository.
Diffstat (limited to 'src/fcuny.net/config.toml')
| -rw-r--r-- | src/fcuny.net/config.toml | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/src/fcuny.net/config.toml b/src/fcuny.net/config.toml new file mode 100644 index 0000000..e0e1cfa --- /dev/null +++ b/src/fcuny.net/config.toml @@ -0,0 +1,18 @@ +base_url = "https://fcuny.net/" + +title = "@fcuny" +author = "Franck Cuny" +description = "Franck Cuny" + +output_dir = "docs" + +default_language = "en" + +generate_feeds = false + +[markdown] +render_emoji = true +smart_punctuation = true + +[extra] +license = { name = "CC BY-SA 4.0", href = "https://creativecommons.org/licenses/by-sa/4.0/" } |
