- Scrapes 1592 Demonic Pacts tasks from the OSRS Wiki into tasks.json - Zola static site with OSRS-themed dark UI, filters, search, and progress tracking - Client-side localStorage persistence and RuneLite JSON import/export - Live countdown to league end date in the site header
14 lines
299 B
TOML
14 lines
299 B
TOML
base_url = "/"
|
|
title = "Leagues Task Fixer"
|
|
description = "Track your Old School RuneScape Leagues task completion"
|
|
compile_sass = false
|
|
minify_html = true
|
|
generate_feeds = false
|
|
|
|
[markdown]
|
|
highlight_code = false
|
|
|
|
[extra]
|
|
league_name = "Demonic Pacts"
|
|
league_end_date = "2026-06-10T11:45:00+01:00"
|