Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 514 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 514 Bytes

This template generates a monthly calendar, designed to be printed in landscape.

The calendar function accepts one parameter for the year, which should be formatted as an integer. Otherwise, the current year can be passed in with datetime.today().year().

#show: calendar.with(
  year: datetime.today().year()
)

There isn't much space for writing in each day box, it's more suited to blocking out days with a highlighter. For example, to mark out free days in a variable schedule of work shifts.