MeetContent is a community of professionals working with product-related content in tech and IT. We organize local meetups during which community members can share their knowledge and experience.
MeetContent is currently active in:
- Kraków 🇵🇱
- Wrocław 🇵🇱
- Brno 🇨🇿
- Iberian peninsula 🇪🇸🇵🇹
👉 Join us on Slack 👈
- Ideas for MeetContent Iberia
- Glosario from MeetContent Iberia
add a new .mdx file under the appropriate sub-folder within events. Use the existing files for reference.
-
Kraków and Wrocław: add a new
.mdor.mdxfile under blog, tagging it with the appropriate division (krakow,wroclaw). Use the existing files for reference. -
Iberia: add a new
.mdor.mdxfile under blog-iberia. Use the existing files for reference.
The content that appears before the call to action buttons lives in the .tsx files under src/pages.
For more radical changes, reach out to our webmasters on Slack. If you are a member of the MeetContent organizing team, join the conversation on the webpage-admin channel.
This website is built using Docusaurus 2, a modern static website generator.
$ yarn
$ yarn start
This command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server.
$ yarn build
This command generates static content into the build directory and can be
served using any static contents hosting service.
Using SSH:
$ USE_SSH=true yarn deploy
Not using SSH:
$ GIT_USER=<Your GitHub username> yarn deploy
If you are using GitHub pages for hosting, this command is a convenient way to
build the website and push to the gh-pages branch.