From 4b8e43f75b394a4e6169884fbfb4c606865c6a22 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Sat, 2 Jul 2016 20:06:31 -0700 Subject: Import migration from Jekyll to Hugo. All the posts were converted, and the layout is created. This looks like it works just fine. --- config.toml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 config.toml (limited to 'config.toml') diff --git a/config.toml b/config.toml new file mode 100644 index 0000000..e7bc925 --- /dev/null +++ b/config.toml @@ -0,0 +1,5 @@ +baseurl = "https://franckcuny.github.io/" +languageCode = "en-us" + +[Permalinks] + post = "/:title/" -- cgit v1.2.3