This is the content repository supplying blog to https://bcdevexchange.org, powered by Jekyll and GitHub Pages. Drafts and post-dated blogs can be previewed in UAT environment. See Jekyll Docs about composing a blog posting. It's easier to start by duplicating an existing post. In essence, the workflow to post a blog is:
- Duplicate an existing blog to
_draftsfolder and modify it. - Preview the blog on https://uat.bcdevexchange.org.
- Publish the blog to https://bcdevexchange.org by moving the file from
_draftsfolder to_postsfolder. - To unpublish, You can do one of following:
- set variable
publishedto false in Front Matter; - move the file from
_poststo_draftsfolder; - delete the file;
- set variable