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

The _config.yml file in the blog root directory is usually responsible for site-related configuration and third-party npm plugin-related configuration.

Site title

blog/_config.yml
# Site title
title: my blog

Website icon

blog/_config.yml
# Website icons, more sizes and other icons, please use the import method to batch import
favicon: https://gcore.jsdelivr.net/gh/xaoxuu/assets@master/favicon/favicon.ico

Multi-language settings

blog/_config.yml
language:
-zh-CN
-en
-zh-HK
-zh-TW

Corresponding translation file path: themes/volantis/languages/

Use Import to import external files

Volantis users can add various tags to head and body without modifying the theme file. meta and link correspond to the <meta> and <link> tags in the head. script can import js code at the end of body.

blog/_config.yml
import:
meta:
-<meta name="msapplication-TileColor" content="#ffffff">
-<meta name="msapplication-config" content="https://gcore.jsdelivr.net/gh/volantis-x/cdn-org/blog/favicon/browserconfig.xml">
-<meta name="theme-color" content="#ffffff">
link:
-<link rel="apple-touch-icon" sizes="180x180" href="https://gcore.jsdelivr.net/gh/volantis-x/cdn-org/blog/favicon/apple-touch-icon. png">
-<link rel="icon" type="image/png" sizes="32x32" href="https://gcore.jsdelivr.net/gh/volantis-x/cdn-org/blog/favicon/favicon-32x32 .png">
-<link rel="icon" type="image/png" sizes="16x16" href="https://gcore.jsdelivr.net/gh/volantis-x/cdn-org/blog/favicon/favicon-16x16 .png">
-<link rel="manifest" href="https://gcore.jsdelivr.net/gh/volantis-x/cdn-org/blog/favicon/site.webmanifest">
-<link rel="mask-icon" href="https://gcore.jsdelivr.net/gh/volantis-x/cdn-org/blog/favicon/safari-pinned-tab.svg" color="#5bbad5 ">
-<link rel="shortcut icon" href="https://gcore.jsdelivr.net/gh/volantis-x/cdn-org/blog/favicon/favicon.ico">
script:
-<script></script>

More

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!