Private Section Guide

This folder contains private pages that are not linked in the main navigation menu.

Structure

_pages/
  private/
    ├── notes.md          → /private/notes/
    ├── drafts.md         → /private/drafts/
    ├── thoughts.md       → /private/thoughts/
    └── README.md         → /private/readme/

How to Add New Pages

  1. Create a new .md file in the _pages/private/ directory
  2. Use this frontmatter template:
---
layout: default
permalink: /private/your-page-name/
title: Your Page Title
nav: false
---
  1. Add your content below the frontmatter
  2. Update the main private.md file to include a link to your new page

Accessing Pages

All pages in this section are accessible via:

Important Notes


This guide is not linked in the main navigation menu.