Skip to content

masonesl/hugo-PaperModXM

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PaperModXM

PaperModXM is a fork of PaperModX that aims to add a bit more color and features such as callouts.

Callouts

PaperModXM allows you to use hugo shortcodes to render Obsidian-like callouts in your markdown with the following syntax.

{{< callout "type" "Callout header text" >}}
Callout body markdown text
{{< /callout >}}

Currently, the supported types are:

  • Info
  • Quote
  • Checklist
  • Example
  • Note
  • Tip
  • Question

image

As more default callout types are added, it is likely that the style of the current callouts will change.

TODO:

  • Add foldable callouts
    • Add animation when expanding and collapsing
    • Optimize conditional hugo code

About

A fast, clean, responsive Hugo theme.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 52.5%
  • CSS 25.5%
  • JavaScript 16.8%
  • SCSS 5.0%
  • Makefile 0.2%