Sorry, your browser cannot access this site
This page requires browser support (enable) JavaScript
Learn more >

The _config.yml file in the theme directory is usually responsible for theme-related configuration. We strongly recommend that you use a replacement theme configuration file to prevent your configuration from being lost. So how to use instead of theme configuration files?

Step 1/2: Create configuration file

Create a new file next to the _config.yml file in the blog root directory: _config.volantis.yml, the configuration information in this file has priority over the configuration files in the theme folder.

Step 2/2: Overwrite custom configuration

When you need to modify something, such as the navigation bar menu, then you need to find the relevant content in the theme configuration file and copy it into the configuration file you created:

blog/_config.volantis.yml
navbar:
visiable: auto # always, auto
logo: # choose [img] or [icon + title]
img: https://gcore.jsdelivr.net/gh/volantis-x/cdn-org/blog/Logo-NavBar@3x.png
icon:
title:
menu:
-name: blog
icon: fas fa-rss
url: /

hint
For themes installed using "npm i hexo-theme-volantis", the theme configuration file is in "blog/node_modules/hexo-theme-volantis/_config.yml"
The theme installed in the traditional way, the theme configuration file is in "blog/themes/volantis/_config.yml"

User Exchange Area

This is only for communication between users. If you have any questions, please go to GitHub to submit an issue. Asking questions in the comment area will not receive any response from the developer!