Last active
January 2, 2021 20:10
-
-
Save aerohub/324b4c0fa650197e7aadb6296f89aec4 to your computer and use it in GitHub Desktop.
Hexo tag_map and category_map parameters in _config.yml file
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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