1project: 2 type: website 3 4website: 5 title: "<%= title %>" 6 navbar: 7 left: 8 - href: index<%= ext %> 9 text: Home 10 - about<%= ext %> 11 12format: 13 html: 14 theme: 15 - cosmo 16 - brand 17 css: styles.css 18 toc: true 19 20<% if(editor){ %>editor: <%= editor %><% } %> 21 22