-
-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Genja uses a project structure as shown below. The _pages, _posts, and _templates directories along with the genja.toml config file are used by Genja to generate the website.
my-project/
├── _pages/
├── _posts/
├── _templates/
├── mysite/
├── genja.toml
└── README.md
Instead of putting the Genja directories and config file at the top-level of the project, consider using a genja directory that contains all the Genja files/directories. Something like this:
my-project/
├── genja/
│ ├── pages/
│ ├── posts/
│ ├── templates/
│ └── config.toml
├── mysite/
└── README.md
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request