diff --git a/hugo.toml b/hugo.toml index b3036ad..06cccb8 100644 --- a/hugo.toml +++ b/hugo.toml @@ -6,19 +6,13 @@ theme = "hugo-coder" [pagination] pagerSize = 20 -[services] -[services.disqus] -shortname = "yourdiscussshortname" - [markup.highlight] style = "github-dark" [params] author = "pauljako" - #info = "Full Stack DevOps and Magician" description = "pauljako's personal website" keywords = "developer,personal" - #avatarurl = "images/avatar.jpg" gravatar = "paulifey18@proton.me" faviconSVG = "/img/favicon.svg" @@ -32,9 +26,6 @@ style = "github-dark" colorScheme = "auto" hidecolorschemetoggle = false - # customCSS = ["css/custom.css"] - # customSCSS = ["scss/custom.scss"] - # customJS = ["js/custom.js"] [taxonomies] category = "categories"