From c4810c43c522fe6adb9fe687fcf5bb758b5c9cce Mon Sep 17 00:00:00 2001 From: Aditya Telange <21258296+adityatelange@users.noreply.github.com> Date: Sat, 12 Mar 2022 19:51:53 +0530 Subject: [PATCH] Add `pygmentsUseClasses: true` in config so that hugo does not add their own inline styling --- config.yml | 1 + content/posts/papermod/papermod-installation.md | 1 + 2 files changed, 2 insertions(+) diff --git a/config.yml b/config.yml index 6cfa0188..79465841 100644 --- a/config.yml +++ b/config.yml @@ -9,6 +9,7 @@ buildDrafts: false buildFuture: false buildExpired: false enableEmoji: true +pygmentsUseClasses: true # googleAnalytics: UA-123-45 minify: diff --git a/content/posts/papermod/papermod-installation.md b/content/posts/papermod/papermod-installation.md index cf2e13fd..94ddfac1 100644 --- a/content/posts/papermod/papermod-installation.md +++ b/content/posts/papermod/papermod-installation.md @@ -137,6 +137,7 @@ enableRobotsTXT: true buildDrafts: false buildFuture: false buildExpired: false +pygmentsUseClasses: true googleAnalytics: UA-123-45