Greetings Doc Day Participants!
To get started:
- Add ssh key to czgitlab - https://lc.llnl.gov/gitlab/profile/keys
- Check out the repo:
git clone ssh://git@czgitlab.llnl.gov:7999/lc/documentation/tutorials.git - Edit content, or add new files
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
- The pipeline to render HTML and push site to www-lc will run automatically. Check progress at: https://lc.llnl.gov/gitlab/lc/documentation/tutorials/-/pipelines
- Once pipeline has finished, view results at https://www-lc.llnl.gov/docs/pages/
Tips:
- Markdown Syntax Review
- The top of your markdown (.md) files must have these lines in order to get rendered into html by Jekyll:
--- layout: default title: "Your Page Title" (optional) ---Have fun!




