Skip to content

Commit

Permalink
💬(front) add Grist Summit agenda
Browse files Browse the repository at this point in the history
- ditch the old layout as it wasn't meant for multiple tracks.
- add a few chars in the subsetted font for foreign names
- have a specific URL for QRCodes we will show in the venue

the code is kinda messy but this is not meant to be maintained, the
event is in a week
  • Loading branch information
manuhabitela committed Nov 26, 2024
1 parent 4451d7b commit 8d5702b
Show file tree
Hide file tree
Showing 17 changed files with 657 additions and 58 deletions.
9 changes: 9 additions & 0 deletions next.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,15 @@ const nextConfig = {
})
return config
},
async redirects() {
return [
{
source: '/grist-2024-qr',
destination: '/grist-paris-summit-2024#agenda',
permanent: true,
},
]
},
}

export default nextConfig
4 changes: 2 additions & 2 deletions src/fonts/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,15 @@ Doing this is OK while we control 100% of the content we render. For now the sub
> Glyphhanger is not integrated locally as it requires a few python dependencies… if needed, install glyphhanger locally on your machine to update the files.
> Glyphhanger v5.0.0 was used.
Command used to generate files in this folder:
Command used to generate files in this folder (please update it as you add characters):

```bash
# pwd = src/fonts
glyphhanger \
--subset="./sources/*.woff2" \
--formats=woff2 \
--output=./subsetted \
--whitelist="0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyzÀàâÇçèÉÊËéêëÏîïÔôùûŒœÆ  &•#…€$~˚°%\_=+-×÷\*/[]{}()<>,.:;?@«»©™←↑→↓↖↗↘↙√≤≥'\!\’\“\”\\\`\""
--whitelist="0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyzÀàâäÇçèÉÊËéêëÏîïÔôùûŒœÆłń  &•#…€$~˚°%\_=+-×÷\*/[]{}()<>,.:;?@«»©™←↑→↓↖↗↘↙√≤≥'\!\’\“\”\\\`\""
```

You guessed it: the important part of the command is the `whitelist` param that lists all characters we want to keep in the subsetted file.
Expand Down
Binary file modified src/fonts/subsetted/Marianne-Bold-subset.woff2
Binary file not shown.
Binary file modified src/fonts/subsetted/Marianne-Bold_Italic-subset.woff2
Binary file not shown.
Binary file modified src/fonts/subsetted/Marianne-ExtraBold-subset.woff2
Binary file not shown.
Binary file modified src/fonts/subsetted/Marianne-ExtraBold_Italic-subset.woff2
Binary file not shown.
Binary file modified src/fonts/subsetted/Marianne-Light-subset.woff2
Binary file not shown.
Binary file modified src/fonts/subsetted/Marianne-Light_Italic-subset.woff2
Binary file not shown.
Binary file modified src/fonts/subsetted/Marianne-Medium-subset.woff2
Binary file not shown.
Binary file modified src/fonts/subsetted/Marianne-Medium_Italic-subset.woff2
Binary file not shown.
Binary file modified src/fonts/subsetted/Marianne-Regular-subset.woff2
Binary file not shown.
Binary file modified src/fonts/subsetted/Marianne-Regular_Italic-subset.woff2
Binary file not shown.
Binary file modified src/fonts/subsetted/Marianne-Thin-subset.woff2
Binary file not shown.
Binary file modified src/fonts/subsetted/Marianne-Thin_Italic-subset.woff2
Binary file not shown.
Loading

0 comments on commit 8d5702b

Please sign in to comment.