Hinode v2.0.0 released #1836
Replies: 2 comments 9 replies
-
|
I've tried to update my blog to use Hinode v2.2.5. I've gotten almost everything to work. On the home page, I now see 3 columns: Projects and Posts (my two content types) and About. The projects and posts columns are blank however. As far as I can tell, the rest of my site looks fine. I've spent a while with gemini trying to figure out what is wrong and am stumped. Any suggestions? I reduced my content/_index.md to just title and author, and get the same result. |
Beta Was this translation helpful? Give feedback.
-
|
For our hinode-based website, we were able to update from v1.23.7, but it broke some custom code we had. In some of our markdown files, we use shortcode within the header, for example:
what happens is that the header link appends a temporary token that hinode assigns to it: This would get displayed in the auto-generated toc (the one that is on the right-hand sidebar), but it is functional. To deal with this, we added a custom code in This works in hinode v1.23.7, but when we updated to hinode 2.x, it appears that the way these temporary tokens are generated and assigned has changed, such that the header link no longer matches the corresponding link in the right-sidebar link: header link = Even if we do not modify displaying these temporary tokens for the shortcode, the right-sidebar links are still broken as they do not match the header link. Where in the repo should I look to try and address this? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hinode v2 is out! With 557 commits, 416 files changed, and almost 4 months passed, this has grown into a major overhaul.
The headline changes:
The Hinode template is fully updated and serves as the reference implementation.
Full upgrade guide → https://gethinode.com/docs/migration/upgrading-hinode-v2/
Questions? Drop them below. Bugs? Use the issue tracker.
Beta Was this translation helpful? Give feedback.
All reactions