We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
At the moment we support various kinds of redirects via frontmatter metadata.
"wikilink" style redirects that link to a named article:
redirect: [[Abstract Syntax Tree]]
Redirects to absolute URLs:
redirect: https://github.com/wincent/ferret
Redirects to relative URLs:
redirect: /forums/
It would be nice if we could also have redirects via symlink for linking to named articles; eg.
cd content/wiki ln -s "Abstract Syntax Tree.md" AST.md
Obviously would need to sanity-check these (ie. link target would have to be in the content/ subtree).
content/
The text was updated successfully, but these errors were encountered:
No branches or pull requests
At the moment we support various kinds of redirects via frontmatter metadata.
"wikilink" style redirects that link to a named article:
Redirects to absolute URLs:
Redirects to relative URLs:
It would be nice if we could also have redirects via symlink for linking to named articles; eg.
Obviously would need to sanity-check these (ie. link target would have to be in the
content/
subtree).The text was updated successfully, but these errors were encountered: