Skip to content

tomekprus/meetcontent.github.io

 
 

Repository files navigation

MeetContent

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:

👉 Join us on Slack 👈

Notes from and for members

How to add a meetcontent event

add a new .mdx file under the appropriate sub-folder within events. Use the existing files for reference.

How to add an article/blog post

  • Kraków and Wrocław: add a new .md or .mdx file under blog, tagging it with the appropriate division (krakow, wroclaw). Use the existing files for reference.

  • Iberia: add a new .md or .mdx file under blog-iberia. Use the existing files for reference.

How to edit a division landing page

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.

Techy Website details

This website is built using Docusaurus 2, a modern static website generator.

Installation

$ yarn

Local Development

$ 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.

Build

$ yarn build

This command generates static content into the build directory and can be served using any static contents hosting service.

Deployment

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.

About

Github pages for the MeetContent organization

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • TypeScript 42.0%
  • CSS 27.9%
  • MDX 21.8%
  • JavaScript 8.3%