![Tom Fifield](/assets/img/avatar_default.png)
The Organiser Tips page on the groups portal was sadly almost blank. This patch brings all the content from the wiki (https://wiki.openstack.org/wiki/OpenStackUserGroups/HowTo ) and modernises it. Also a new section started aimed at people who aren't group organisers but want to know what a user group is. Change-Id: I526f29c0e89158298b90cc875864a819b00e6ba6
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...
Description
Languages
Python
100%