This site hosts documentation, guides, and other technical writings by the FlowWest Data team.
Creating new content
To create new content, follow these steps.
- Clone repo onto your machine.
- Create a new branch, its a good idea to name the branch after the title of your article.
- Create a new markdown file (.md) in the content/ folder with this frontmatter:
- Use npm or another Markdown preview to preview your draft as you develop, see the section below on installing npm and quartz if you want to use node to preview your content (recommended).
- Once complete change draft from
true
tofalse
and make a PR into branchv4
, your content will be published once approved and merged.
Install Node and set up quartz
To install node follow the instructions here for MacOS and Linux, and here for Windows. Once done you can install quartz with
and you can setup a preview of the site (and your markdown) with: