Maintaining clear documentation of work is not only an effective method for showing your workload, but also serves as a protective measure against potential ambiguities. — D.Yu

calendR(year = 2024,
        start = "M",  
        mbg.col ="15", 
        title = "2024 Medium Blog Update Info", 
        special.days = c(30,31,54,59,65,68,94), #update
        special.col = c("purple"),
      #  legend.pos = "right",
        col = "gray30", # "#f2f2f2",      # Color of the lines of the calendar
        lwd = 1,                          # Width of the lines of the calendar
        lty = 1,                          # Line type of the lines of the calendar
        font.family = "mono",             # Font family of all the texts              
    #    font.style = "bold",       # Font style of the texts except the subtitle
        weeknames.col = "gray30",   # Color of the names of the days of theweek
        months.col = "gray30",      # If month = NULL, is the color of themonthnames
        days.col = 4,                     # Color of the number of the days
        day.size = 4,
        bg.img="https://fontmeme.com/images/medium_2017_logo.png")