Skip to content
This repository has been archived by the owner on Feb 20, 2020. It is now read-only.

Latest commit

 

History

History
35 lines (24 loc) · 1.09 KB

README.md

File metadata and controls

35 lines (24 loc) · 1.09 KB

WarcraftLogs attendance parser for Jekyll

Gem Version

Live Example - plugin built specially for this website

archived.

Use WoW Attendance Tool instead - standalone tool with more powerful capabilities

Example HTML table (grabbed from live example) you can find in file jekyll.exampletable.html

Configuration

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

attendance:
  guild: 374677 # Guild id from WarcraftLogs.com
  team: 15620 # Team id from WarcraftLogs.com (if you dont use teams, set 0)
  name: main # Team name for output file
  max: 50 #Maximum included reports
  twinks: # List of twinks to merge, format: "Result name": ['Twink name 1', 'Twink name 2']
    Rakshazi: ['Etke', 'Kaazgul', 'Aresanna']

Usage

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

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