Skip to content

blixtra/kubernetes-community-days

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Netlify Status

Kubernetes Community Days website

This repo houses all of the assets used to build https://kubernetescommunitydays.org.

Adding your Kubernetes Community Days event

All event data is kept in the content/events directory. To add your Kubernetes Community Days event to this site:

  1. Create a new directory under content/events with the name YEAR-city. So an event in Jakarta in the year 2025 would have the directory name 2025-jakarta.

  2. In that created directory, add a new Markdown filed named _index.md.

  3. Add a header to the file that looks like this:

    ---
    title: Kubernetes Community Day Pittsburgh # A title for the page
    ---
  4. In addition to a title, add the following information:

    • A location for the event, which has two pieces of information: a name for the venue and a url for that venue.
    • A date for the event in YYYY-MM-DD form, e.g. 2020-01-02 for January 2, 2020.

    Here's an example event configuration:

    ---
    title: Kubernetes Community Days Ridgefield
    url: https://k8s-ridgefield.io
    location:
      name: Ridgefield Community Center, Ridgefield, Washington
      url: https://ridgefieldcommunitycenter.info
    date: 2020-03-30
    social:
      twitter: ridge_k8s
      facebook: ridge_k8s
    ---
  5. Optionally, add any Markdown content you want below the YAML metadata header.

  6. Submit a pull request (PR) to this repository.

  7. Netlify creates a preview of your PR. Ensure that things look correct and then add LGTM as a comment to your PR.

Publishing the site

The Kubernetes Community Days website is published automatically by Netlify upon pushes to the master branch.

License

The contents of this website are published under the Apache 2.0 license. You are also welcome to repurpose any of the content under the CC-BY 4.0 license. Note that sponsor logos are hosted on the site for reliability, but are generally a trademark of the sponsoring organization.

About

📅 Kubernetes Community Days website

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 85.1%
  • CSS 13.0%
  • Makefile 1.1%
  • JavaScript 0.8%