optimize pdf in posts

This commit is contained in:
JamesFlare1212
2024-11-19 08:01:10 -05:00
parent 323c90005b
commit e1e1e305bc
5 changed files with 8 additions and 3 deletions

View File

@@ -15,7 +15,8 @@ title = "FlareBlog"
# Hostname (and path) to the root
baseURL = "https://www.jamesflare.com/"
# theme list
theme = ["FixIt", "component-projects"]
theme = ["FixIt", "component-projects", "hugo-embed-pdf-shortcode"]
enableInlineShortcodes = true
defaultContentLanguage = "en"
# language code ["en", "zh-CN", "fr", "pl", ...]
languageCode = "en"