Skip to content

Instantly share code, notes, and snippets.

@aerohub
Last active January 2, 2021 20:10
Show Gist options
  • Save aerohub/324b4c0fa650197e7aadb6296f89aec4 to your computer and use it in GitHub Desktop.
Save aerohub/324b4c0fa650197e7aadb6296f89aec4 to your computer and use it in GitHub Desktop.
Hexo tag_map and category_map parameters in _config.yml file
# http://blog.konstantinpavlov.net/2015/01/17/hexo-useful-tips/
# If you want your tags and categories on your language and the URLs still look nice in ASCII,
# you may use tag_map and category_map parameters in _config.yml file of your blog.
# You can even set one URL prefix for two different tags.
tag_map:
tag1: supertag
по-русски: in-russian
fun: fun and jokes
jokes: fun and jokes
category_map:
my category: the other category
разное: other
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment