-
Notifications
You must be signed in to change notification settings - Fork 11
Homepage Settings
The homepage can be divided into several parts:
Can hided in the homepage with the showHeaderOnHomepage site param. Can be customize from the global site params.
Title and description be edit in the front-matter of the _index.md file in content folder.
title: "Hi there, this is Salinger theme."
description: "A clean, minimalistic, mobile-first, blazing-fast, powerfull theme for Hugo framework made with Tailwind and DaisyUI. Please consider starring this project on Github."Editable from site config. See Front Matter wiki page.
The theme displays automatically all the articles grouped by sections (subfolders under content folder). By default, only featured post are displayed. This behaviur post can be changed in the site parameters.
showOnlyFeaturedPost = trueEach post, to be featured, has to have the featured param as true in the front-matter.
Section title can be set in the _index.md file of each sections.
The content in the _index.md file in content folder will be displayed here.
Can hided in the homepage with the showFooterOnHomepage site param. Can be customize from the global site params.