https://github.com/bep/portable-hugo-links
A test repo to test out the new Markdown Render Hooks in Hugo 0.62.0
https://github.com/bep/portable-hugo-links
Last synced: about 1 year ago
JSON representation
A test repo to test out the new Markdown Render Hooks in Hugo 0.62.0
- Host: GitHub
- URL: https://github.com/bep/portable-hugo-links
- Owner: bep
- License: mit
- Created: 2019-12-30T09:16:03.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-01-18T15:17:10.000Z (over 2 years ago)
- Last Synced: 2025-02-13T14:41:36.275Z (about 1 year ago)
- Language: HTML
- Size: 1.04 MB
- Stars: 35
- Watchers: 5
- Forks: 37
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
* [Blog Link](/blog/p1/index.md)
* [Doc Link](/docs/d1.md)
* [Doc Link With Anchor](/docs/d1.md#anchor)
This is test repo to test out the new Markdown Render Hooks in Hugo [0.62.0](https://gohugo.io/news/0.62.0-relnotes/), to demonstrate truly portable Markdown links and images. No shortcodes used.
This means that Markdown links/images should work whether browsed on [GitHub](https://github.com/bep/portable-hugo-links/) or the [Hugo site on Netlify](https://portable-hugo-links.netlify.com/).
**Note** that this project needs Hugo >= 0.62.1 to run.