Skip to content

Commit

Permalink
change font and add comments
Browse files Browse the repository at this point in the history
  • Loading branch information
xiahouzuoxin committed Dec 4, 2024
1 parent ddd6ec4 commit 57e00ee
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -176,4 +176,6 @@ services:
instagram:
disableInlineCSS: true
twitter:
disableInlineCSS: true
disableInlineCSS: true
disqus:
shortname: monkeyzx
2 changes: 1 addition & 1 deletion themes/PaperMod/assets/css/extended/blank.css
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ Read https://github.com/adityatelange/hugo-PaperMod/wiki/FAQs#bundling-custom-cs

.post-content {
font-size: 12pt;
font-family: 'Noto Serif', serif;
font-family: -apple-system, BlinkMacSystemFont, Roboto, "微软雅黑", serif;
}
2 changes: 2 additions & 0 deletions themes/PaperMod/layouts/partials/comments.html
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
{{- /* Comments area start */ -}}
{{- /* to add comments read => https://gohugo.io/content-management/comments/ */ -}}
{{- /* Comments area end */ -}}

{{ template "_internal/disqus.html" . }}

0 comments on commit 57e00ee

Please sign in to comment.