15 lines
340 B
Racket
15 lines
340 B
Racket
#lang scribble/base
|
|
|
|
@(require plot/no-gui racket racket/date "plot")
|
|
@(date-display-format 'iso-8601)
|
|
@(define now (current-date))
|
|
|
|
@title[#:style '(toc-hidden no-sidebar no-index no-toc+aux)]{BLÅHAJ score chart}
|
|
|
|
meow
|
|
|
|
last updated: @(date->string now #t)
|
|
|
|
@(parameterize ([plot-width 2048] [plot-height 1024])
|
|
(make-plot plot-pict))
|