PeskyPotato/vexinglyminimal

Display Toot on post

PeskyPotato opened this issue · 3 comments

  • Adapt Brandon's implementation to include python script along with shortcode in theme folder
  • Draft instructions on usage

Initial commit, base style and shortcode incldued: 59a6953

Needs to set goldmark rendere to unsafe in config.toml

[markup]
  [markup.goldmark]
    [markup.goldmark.renderer]
      unsafe = true

Related #4