Skip to content
  • Daniel Shumway's avatar
    feat: support draft pages/posts · 5015bf22
    Daniel Shumway authored
    Drafts will be included in local build processes like normal. I'll want to do
    something in the build process to make sure they don't mess up local URLs.
    
    Because drafts are excluded via .gitignore, they won't be tracked/uploaded to
    Gitlab. This is a quick, effective way to exclude them from official builds,
    while still allowing me to see them and test them locally.
    5015bf22