Skip to content

Commit

Permalink
modified config for render html output
Browse files Browse the repository at this point in the history
  • Loading branch information
somratpro committed Aug 13, 2020
1 parent 4f3eb62 commit ba92eed
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions exampleSite/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,15 @@ disqusShortname = "" # get your shortname form here : https://disqus.com
# disable language
disableLanguages = []

################################# Outputs #################################
# hugo outputs
[outputs]
home = [ "HTML", "RSS"]

# render unsafe html
[markup.goldmark.renderer]
unsafe = true


#################################### Plugins ##############################

Expand Down

0 comments on commit ba92eed

Please sign in to comment.