Tutorials
Hands-on guides for building real things with Nera — from a first blog to wiring up individual plugins. Browse by topic below, or read the latest.
-
Build a blog with Nera
Scaffold a site, add posts, and list them newest-first with a local plugin.
-
Build a navigation with active states
Use plugin-navigation to render a header and footer menu, with the current page highlighted.
-
Tag your content and get topic pages for free
Add tags to pages with plugin-tags and get auto-generated tag overview pages and a tag cloud.
-
Add client-side search
Wire up plugin-search to generate an index and a working search box.
-
Add prev/next links between pages
Use plugin-page-pagination to link sibling pages in reading order.
-
Open external links in a new tab
Use plugin-link-attributes to add target and rel to outbound links automatically.
-
Add canonical links for SEO
Use plugin-canonical-links to emit correct canonical and alternate-language link tags.
-
Write your own local plugin
Build a project-local plugin that adds data to app, using the getAppData hook.
-
How this website is built
A case study of the Nera site itself — the plugins, the ordering, and the local plugin behind it.