- Use root-level paths for short links, e.g.
/gh
or/cv
. - Add new links by creating files under
_links/
with aredirect_to
value.
Example:
---
redirect_to: https://github.com/zdlab
---
/gh
or /cv
._links/
with a redirect_to
value.Example:
---
redirect_to: https://github.com/zdlab
---