Cover height
blog/_config.volantis.ymlcover: height_scheme: full # full, half ...
Currently the theme provides two home page cover height schemes, and other pages are half screen height.
Cover layout scheme
blog/_config.volantis.ymlcover: ... scheme: dock # search (search), dock (dock), featured (selected), focus (focus) ...
Layout plan | Suitable for scene |
---|---|
search | Focus on search |
dock | More entry options |
featured | There are about 4 options |
focus | There are about 4 options |
Default display settings
blog/_config.volantis.ymlcover: ... display: home: true archive: false others: false # can be written in front-matter'cover: true'
Since the homepage and archive are automatically generated by hexo, you need to set whether to display the cover in the theme configuration file, while other pages can be set in front-matter
by setting cover: true/false
to determine whether to display the cover or not Cover.