diff --git a/config.toml b/config.toml index 7da9462..c8131dc 100644 --- a/config.toml +++ b/config.toml @@ -2,6 +2,7 @@ baseURL = "https://blog.creekorful.com" languageCode = "en-us" title = "Aloïs Micard | Tech blog" theme = "terminal" +disqusShortname = "creekorful-me" [params] fullWidthTheme = false diff --git a/layouts/partials/comments.html b/layouts/partials/comments.html new file mode 100644 index 0000000..0b59e05 --- /dev/null +++ b/layouts/partials/comments.html @@ -0,0 +1 @@ +{{ template "_internal/disqus.html" . }}