git clone ssh://git@czgitlab.llnl.gov:7999/lc/documentation/tutorials.git
cd tutorials/pages/
your-favorite-editor newfile.md
(see tip below for required lines in .md files)git add file && git commit -m "Message" && git push
---
layout: default
title: "Your Page Title" (optional)
---
Have fun!