Skip to content

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

Notifications You must be signed in to change notification settings

forestguild/wowdaily

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Warcraft daily data parser for Jekyll

Gem Version

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