Static site generator
Introduction
Starting out
Building blocks
References
Deployments
Templating engine
Internal links
Internal links in this static site generator follow standard Markdown link syntax but with a simplified path structure.
To create an internal link, use the format [Link Text](path/to/page)
where the path is relative to your content folder and excludes the .md file extension.
For example, if you have a page located at content/guides/getting-started.md
, you would link to it in the following way:
To get started, check out the [Getting Started Guide](guides/getting-started).