Releases: cntrump/hugo-notepadium
Releases · cntrump/hugo-notepadium
v1.9.2
HAPPY NEW YEAR
- Allow select Light or Dark theme
- Allow enable comments globally
Theme style:
- Auto (default)
- Light theme
- Dark theme
Enable comments globally:
[params.comments]
enable = true
Note:
value of comments
on page always higher than config.toml
v1.9.1
- Update DarkMode style
- Update chroma xcode theme
v1.9.0
In your config.toml
[params.syntax]
use = "none"
theme = "github"
darkTheme = "xcode-dark" # apply this theme in dark mode.
v1.8.4
- Support small screen (less or equal than 320)
v1.8.1
- Add
Katex
- Update prismjs github theme
Enable Katex
for Math:
[params.math]
enable = false # load math globally. default: false
use = "katex" # builtin: "katex", "mathjax". default: "katex"
v1.8.0
- Update text color
- Update line height
- Improve render hooks
- Support HTML code on
config.toml
- Support HTML code on Title
v1.7.1
- Update
<table>
style
- Update
<li>
style
v1.7.0
- Add Hugo 0.62.0 Markdown render hooks
- Update Text Color
After upgrade your Hugo verison to 0.62.0, You don't need figure
shortcode anymore.
OLD:
{{<figure src="01.png" title="YOUR TITLE">}}
NEW:
![](01.png "YOUR TITLE"")