diff --git a/blog/config.toml b/blog/config.toml deleted file mode 100644 index 54d28a9..0000000 --- a/blog/config.toml +++ /dev/null @@ -1,3 +0,0 @@ -baseURL = "https://blog.chosto.me" -languageCode = "fr-fr" -title = "Billets à la mer" diff --git a/blog/config.yaml b/blog/config.yaml new file mode 100644 index 0000000..0a8508d --- /dev/null +++ b/blog/config.yaml @@ -0,0 +1,9 @@ +# Global options +baseURL: "https://blog.chosto.me" +defaultContentLanguage: "fr" +enableEmoji: true +enableGitInfo: true +languageCode: "fr-fr" +languageName: "Français" +title: "Billets à la mer" +watch: true