Commit Graph

3 Commits (main)

Author SHA1 Message Date
Kyle Donnelly 0de4e95a87
Expand callouts functionality (#130)
* Expand callouts functionality

Expand the callouts functionality to include a base set of types and allow for more customization.

* Grammar

* Include documentation for callouts in `README.md`
2025-01-08 00:49:48 +05:30
Hyacinthe Cartiaux c194169315
Fix various deprecation warning (#113)
* .Site.IsServer was deprecated in Hugo v0.120.0, replaced by hugo.IsServer

* .Site.DisqusShortname was deprecated in Hugo v0.120.0, replaced by .Site.Config.Services.Disqus.Shortname

* Use .RenderString instead of markdownify (solves #104)

* The "tweet" shortcode requires two named parameters user and id.

* Replace .Site.BaseURL by absURL (solves #103)
2024-07-27 11:45:56 +05:30
athul dd1c9af419 Add exampleSite and footer updates 2020-04-11 01:11:05 +05:30