This repository contains the code for the FOSS4G 2024 Belém Brasil official conference website.
Link: https://2024.foss4g.org
git
nodejs (>=16)
npm
git clone [email protected]:FOSS4G-2024-Belem/foss4g-2024-belem.github.io.git
cd foss4g-2024-belem.github.io
npm install
npm run dev
- Page content is stored in
/src/pages/${PAGE_URL}.mdx
- ex. for the url
https://2024.foss4g.org/en/visiting-belem
- the content is at
/src/pages/en/visiting-belem.mdx
- ex. for the url
- Internationalization is done with a home-grown implementation
- users are redirected to language code subfolder (ex.
/en/
) from homepage - page slug i18n for internal links is at:
/src/lib/languages.tsx
- users are redirected to language code subfolder (ex.