wowdaily

wowdaily

Wowhead's "Today in WoW" parser for Jekyll, supports multilanguage and multi region

Warcraft daily data parser for Jekyll

Live Example (Russian) - plugin built specially for this website

Data parsed from Wowhead block "Today in WoW"

Configuration

Add following block to your jekyll config (_config.yml)

wowdaily:
  region: eu # Region code
  lang: ru # Wowhead language code

Usage

# If you set all configs in site config file:
jekyll wowdaily # check _data/wowdaily_lang_region.json

# If you want to set custom config
jekyll wowdaily --help