Skip to content

Announcements

The config.json file for the site:

  • Directorysrc
    • Directoryconfig
      • config.json
    • content

contains an item for Announcement that looks like this:

"announcement": {
"enable": true,
"message": "🍺 Spirit of '76 Beer Sort - May 16th, 2pm - Long's House 🍺",
"expire_days": 7
},

The enable flag controls the visibility of the announcent.

expire_days controls the shelf-life of the cookie. After 7 days the cookie expires.