caphosra / caphosra.github.io

This is a source repository of my blog.
https://caphosra.net/
0 stars 0 forks source link

Update sitemap generator for creating bilingual sites #8

Closed caphosra closed 4 years ago

caphosra commented 4 years ago

Now, there is json files which are able to contain a item named "bilingual". The contents, "bilingual" is also formated as the followings:

"bilingual": [
  {
    "lang": "jp",
    "link": "./some.jp.html",
  },
  {
    "lang": "en",
    "link": "./some.en.html",
  },
]