Private Section

Private Section

Welcome to your private section. This page and all pages within this section are not linked in the main navigation menu.

Private Pages

Here are the pages available in this private section:


How to Access

  • Main page: https://chanontonmai.github.io/private/
  • Sub-pages: https://chanontonmai.github.io/private/[page-name]/

Adding New Pages

To add new pages to this private section:

  1. Create a new file in _pages/private/ directory
  2. Use the following frontmatter:
    ---
    layout: default
    permalink: /private/your-page-name/
    title: Your Page Title
    nav: false
    ---
    
  3. Add your content below the frontmatter

This section is intentionally not linked from the main navigation to keep it private.