diff --git a/config.toml b/config.toml deleted file mode 100644 index e1b2b6c..0000000 --- a/config.toml +++ /dev/null @@ -1,5 +0,0 @@ -baseURL = 'https://antoinemartin.fr/' -languageCode = 'en-us' -title = 'Antoine Martin - Computer Person' -theme = 'custom' -enableRobotsTXT = true diff --git a/config.yaml b/config.yaml new file mode 100644 index 0000000..733eba1 --- /dev/null +++ b/config.yaml @@ -0,0 +1,4 @@ +baseURL: "https://antoinemartin.fr/" +title: 'Antoine Martin - Computer Person' +theme: 'custom' +enableRobotsTXT: true