Built with Codocation IDE.
- Open the project in Codocation IDE.
- Edit English pages in
locales/en/pages/. - Update the English navigation and page tree in
locales/en/blog.tree.yml. - Use
codocation.ymlfor the site, locale, deployment, and build configuration.
.
├── codocation.yml
└── locales/
└── en/
├── blog.tree.yml
└── pages/
├── index.md
├── about.md
└── posts/
Each locale has its own directory under locales/, with a locale-specific blog.tree.yml and Markdown pages. Published pages are registered in that locale's tree; draft posts remain absent from the tree until publication.
Visit Codocation Documentation for more information.