You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 3, 2022. It is now read-only.
Kai Muehlbauer edited this page Sep 20, 2017
·
2 revisions
HowTo Add Pages
A new page is added by creating a new file under the pages-folder. The filename should be all lowercase (eg. newpage.md).
The content of the file depends on the used format (Markdown, reStructuredText, AsciiDoc). Here we use Markdown.
---Title: New Page about Weather Radar Phenomena---# Weather Phenomena in the Northern Hemisphere
Some text about things
The page can be linked everywhere inside the whole project. If the page should be made available to the site-menu, it need to be added to the MENUITEMS in the pelicanconf.py.