This repo houses all of the assets used to build https://kubernetescommunitydays.org.
All event data is kept in the content/events
directory. To add your Kubernetes Community Days event to this site:
-
Create a new directory under
content/events
with the nameYEAR-city
. So an event in Jakarta in the year 2025 would have the directory name2025-jakarta
. -
In that created directory, add a new Markdown filed named
_index.md
. -
Add a header to the file that looks like this:
--- title: Kubernetes Community Day Pittsburgh # A title for the page ---
-
In addition to a title, add the following information:
- A
location
for the event, which has two pieces of information: aname
for the venue and aurl
for that venue. - A
date
for the event inYYYY-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 ---
- A
-
Optionally, add any Markdown content you want below the YAML metadata header.
-
Submit a pull request (PR) to this repository.
-
Netlify creates a preview of your PR. Ensure that things look correct and then add
LGTM
as a comment to your PR.
The Kubernetes Community Days website is published automatically by Netlify upon pushes to the master
branch.
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.