blog

blog

Jekyll Blogger

blog

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:

  1. Duplicate an existing blog to _drafts folder and modify it.
  2. Preview the blog on https://uat.bcdevexchange.org.
  3. Publish the blog to https://bcdevexchange.org by moving the file from _drafts folder to _posts folder.
  4. To unpublish, You can do one of following:
    1. set variable published to false in Front Matter;
    2. move the file from _posts to _drafts folder;
    3. delete the file;