All Projects → cncf → Kubernetes Community Days

cncf / Kubernetes Community Days

Licence: apache-2.0
📅 Kubernetes Community Days website

Projects that are alternatives of or similar to Kubernetes Community Days

Open Source Meetup Alternatives
Open-Source Alternatives to Meetup
Stars: ✭ 191 (+185.07%)
Mutual labels:  community, events
wwwtf.berlin
wwwtf, a ~week of events organized for and by the web community
Stars: ✭ 46 (-31.34%)
Mutual labels:  community, events
commons.openshift.org
Repository for OpenShift Commons Community Site
Stars: ✭ 31 (-53.73%)
Mutual labels:  community, events
site
Sources of euregjug.eu
Stars: ✭ 26 (-61.19%)
Mutual labels:  community, events
talksearch
🎤 An interactive search experience for video titles and transcripts
Stars: ✭ 24 (-64.18%)
Mutual labels:  community, events
it52-rails
Сайт нижегородского IT-сообщества
Stars: ✭ 17 (-74.63%)
Mutual labels:  community, events
Para
Para - community plugin manager and a "swiss army knife" for Terraform/Terragrunt - just 1 tool to facilitate all your workflows.
Stars: ✭ 47 (-29.85%)
Mutual labels:  community
Events
Go package for routing, formatting and publishing events produced by a program.
Stars: ✭ 57 (-14.93%)
Mutual labels:  events
Mod.land
📦 Pretty subdomains for you deno project
Stars: ✭ 48 (-28.36%)
Mutual labels:  community
Awesome Vsan
Awesome List of VMware vSan Resources
Stars: ✭ 47 (-29.85%)
Mutual labels:  community
Event Management
helps to register an users for on events conducted in college fests with simple logic with secured way
Stars: ✭ 65 (-2.99%)
Mutual labels:  events
Robin
Robin is a logging library for Bundle data passed between Activities and fragments. It also provides a callback to send screen views of user visited pages to your analytics client
Stars: ✭ 63 (-5.97%)
Mutual labels:  events
Ls.joyous
A calendar application for Wagtail
Stars: ✭ 53 (-20.9%)
Mutual labels:  events
Documentation
Online documentation and tracking tools for Naninovel — writer-friendly visual novel engine
Stars: ✭ 48 (-28.36%)
Mutual labels:  community
Calendarize
📆 Best TYPO3 Calendar ever 📆
Stars: ✭ 57 (-14.93%)
Mutual labels:  events
Felt
customizable community tools that feel good 💚 work in progress
Stars: ✭ 48 (-28.36%)
Mutual labels:  community
Pivorak Web App
Rails App for PivorakMeetup
Stars: ✭ 64 (-4.48%)
Mutual labels:  events
Openpmd Standard
📓 Open Standard for Particle-Mesh Data
Stars: ✭ 47 (-29.85%)
Mutual labels:  community
Forcal
📅 Das AddOn ist ein variabel einsetzbarer Kalender(-Generator), Skedule, Newssystem, Event- und Terminplaner für REDAXO 5.x.
Stars: ✭ 52 (-22.39%)
Mutual labels:  events
Webuild
📝 Robot-handpicked list of open events and open source for designers, developers and makers in Singapore
Stars: ✭ 62 (-7.46%)
Mutual labels:  events

Netlify Status

Kubernetes Community Days website

This repo houses the assets used to build the Kubernetes Community Days (KCD) site at https://kubernetescommunitydays.org.

If you're interested in organizing your own KCD event, visit the Organizing page of the site for requirements and instructions.

Running the site locally

You can run the KCD site in your local environment if you have the following installed:

  • The Hugo static site generator. Installation instructions are here. Make sure to install the version specified in the netlify.toml configuration file.
  • The Yarn dependency management tool for JavaScript and other assets. Installation instructions are here.

On a Mac with Homebrew already installed, these instructions can be summarized as brew install hugo yarn.

Once those tools are installed, run these commands to view the site locally:

# Install Sass and other dependencies
yarn

# Run Hugo in "server" mode
hugo server --buildDrafts --buildFuture

Open your browser to http://localhost:1313 to view the site. When you make changes to the source files, the site updates in real time, including a browser refresh.

Site publishing

The KCD site is published via the Netlify platform. The site is updated under two conditions:

  1. When changes are pushed to this repository's master branch
  2. Every 24 hours, triggered by a Zapier Zap

Link checking

To check the links on the site, run make production-build. This builds the "preview" version of the site (which includes future events), downloads the htmltest executable into your local repo, and checks all of the site's internal links. Any broken links are listed via stdout and also written to a log file in your local repo at tmp/.htmltest/htmltest.log.

To check external links, run make external-link-check. This checks both internal and external links and could take several minutes given dependence on external web resources. We recommend running it periodically and paying attention only to 404 errors.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].