Navigation
The navigation section uses standard markdown for handling links.
The following is a set of 3 links: the homepage /, the list of posts /blog/, and the RSS feed /feed/:
To have the blog list as your homepage, leave the content (everything below the ___) of your homepage empty.
[Home](/) [Blog](/blog/) [RSS](/feed/)
Pages have their own Pages section in your dashboard. To add a page to your navigation, create and publish it there, then use its link as the link address:
[Home](/) [Projects](/projects/)
Adding external links works similarly:
[Home](/) [Example](https://example.com)
To open an external link in a new tab, use the custom Bear tab: syntax:
[Home](/) [Example](tab:https://example.com)
For linking to content on the same page (internal linking) you can specify the id of a heading or subheading as a hash-value. Eg: # Subsection 2 will automatically have an id of subsection-2. This can be linked to like this:
[Subsection 2 link](#subsection-2)