diff options
| author | Franck Cuny <franck@fcuny.net> | 2021-07-19 18:58:53 -0700 |
|---|---|---|
| committer | Franck Cuny <franck@fcuny.net> | 2021-07-19 18:58:53 -0700 |
| commit | 4389dc08721d65c827b4a59167bb78f1c0459b28 (patch) | |
| tree | e1ad9fb3c88d2f8cef0c12549970ddeb18598f00 /users/fcuny/blog | |
| parent | github: deploy to fly.io instead of GH pages (diff) | |
| download | infra-4389dc08721d65c827b4a59167bb78f1c0459b28.tar.gz | |
hugo: TLS by default
Diffstat (limited to 'users/fcuny/blog')
| -rw-r--r-- | users/fcuny/blog/config.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/users/fcuny/blog/config.toml b/users/fcuny/blog/config.toml index 532ff03..b3a150a 100644 --- a/users/fcuny/blog/config.toml +++ b/users/fcuny/blog/config.toml @@ -1,4 +1,4 @@ -baseURL = "http://fcuny.net/" +baseURL = "https://fcuny.net/" languageCode = "en-us" title = "Franck's rambling" publishDir = "docs" |
