Community portal static pages
Go to file
Jenkins 041742ef7e Merge "Update organizer email of Hungarian user group" 2014-08-04 19:54:30 +00:00
.gitreview Add .gitreview file. 2014-05-07 21:16:02 +02:00
README.md Initial commit 2014-04-23 03:23:19 +02:00
code-of-conduct.md Adding the Community Code of Conduct 2014-07-02 16:19:21 -07:00
groups.json Merge "Update organizer email of Hungarian user group" 2014-08-04 19:54:30 +00:00
hackaton.md Initial commit 2014-04-23 03:23:19 +02:00
organizer-tips.md Initial commit 2014-04-23 03:23:19 +02:00

README.md

OpenStack Community portal static pages

This repository holds the static content of groups.openstack.org website. You can easily add or modify new content using the standard OpenStack CI workflow.

Structure

Every .md file here define a specific page of the site, and consits of a yaml style header to describe meta informations like title of the page, content path, menu item, etc. and a markdown body.

Example:

---
title: Organizer tips
path: tips
menu: Organizer tips
---

Contents
========

Content goes here...