Community portal static pages
Go to file
Marton Kiss b5d2d435d4 Update groups.o.o hackathon page
Fix hackathon spelling and add link to openstack.org hackathon
page.

Change-Id: I9f70fb3e772e6a2a864715acab4b2b223d4382ef
2016-07-07 15:13:55 +02:00
.gitreview Add .gitreview file. 2014-05-07 21:16:02 +02:00
README.md Merge "Fix minor spelling issues" 2015-06-22 10:45:38 +00:00
code-of-conduct.md Adding the Community Code of Conduct 2014-07-02 16:19:21 -07:00
groups-portal-contrib-guide.md Workflow documentation is now in infra-manual 2014-12-05 03:30:42 +00:00
groups.json Update Atlanta organizer information 2015-03-03 10:09:09 -05:00
hackathon.md Update groups.o.o hackathon page 2016-07-07 15:13:55 +02:00
makewiki.py Add makewiki.py 2014-08-12 21:05:09 +08:00
official-group-process.md Only need one URL for Official User Group 2015-10-02 00:01:47 +08:00
organizer-tips.md Fix organizer tips formatting 2015-10-07 14:57:55 +01:00
what-are-user-groups.md Update Organiser Tips, new user-group faq page 2015-10-07 13:18:15 +08: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 defines a specific page of the site, and consists of a yaml style header to describe meta information such as the title of the page, content path, menu item, etc. The body of the file is formatted in Markdown.

Example:

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

Contents
========

Content goes here...