Configuring About Section
The purpose of the About section is to provide a brief introduction about yourself on your website. In this post, we will guide you on how to configure the About section. For a complete reference, please check out the sample about.yaml file.
To get started, create an about.yaml file in the data/en/sections directory of your website. Then, follow the instructions below.
Add Section information section: name: About # Title of section (default: "") id: about # url id/slug of section *Required* enable: true # Boolean to determine if this section is enabled (default: false) weight: 1 # Order to display section in (default: alphabetical followed by weight) showOnNavbar: true # Boolean to determine if a link should be shown for this section on the navbar template: sections/about.html # allows you to point to a specific template. Template setting You have the option to customize the partial used for this section by specifying the template property. Simply save the new template in your layout/partials directory.