diff --git a/_data/i18n_en.yml b/_data/i18n_en.yml new file mode 100644 index 0000000..37ea041 --- /dev/null +++ b/_data/i18n_en.yml @@ -0,0 +1,15 @@ +- id: index + title: Project Chapter Example page + intro: "This is an example of a Project or Chapter Page. Please change these items to indicate the actual information you wish to present. In addition to this information, the 'front-matter' above this text should be modified to reflect your actual information. An explanation of each of the front-matter items is below: + + * layout: This is the layout used by project and chapter pages. You should leave this value as col-sidebar + + * title: This is the title of your project or chapter page, usually the name. For example, OWASP Zed Attack Proxy or OWASP Baltimore + + * tags: This is a space-delimited list of tags you associate with your project or chapter. If you are using tabs, at least one of these tags should be unique in order to be used in the tabs files (an example tab is included in this repo) + + * level: For projects, this is your project level (2 - Incubator, 3 - Lab, 4 - Flagship) + + * type: For projects, one of documentation, code, or tool + + A good resource for github markdown tags can be found [here]([https://www2.owasp.org/migration)"