Configuring Dashed

/ Documentation

You can configure Dashed with settings in the theme config file. For more information about theme config files, please check Configuration | Hexo.

Favicon

The favicon for your blog. Defaults to nothing.

_config.dashed.yml
1
favicon: /favicon.svg

Cover

The cover image for the Home page. Defaults to nothing.

_config.dashed.yml
1
cover: /cover.png

Home Page

The menu list for the Home page. Defaults to the following.

The Tags, Categories, Archives page path depends on the tag_dir, category_dir, and the archive_dir value in the _config.yml file.

_config.dashed.yml
1
2
3
4
5
menu:
Posts: /posts
Tags: /tags
Categories: /categories
Archives: /archives

The menu list for the header. Defaults to the menu option.

_config.dashed.yml
1
2
3
4
5
header_menu:
Posts: /posts
Tags: /tags
Categories: /categories
Archives: /archives

Category Depth

The depth of which to display categories on the Posts page. Defaults to 1.

_config.dashed.yml
1
posts_category_depth: 1

Do Not Show Common Parent Categories

Added in v1.4.0.

Whether or not to show common parent categories when listing posts under the category. Defaults to true.

_config.dashed.yml
1
do_not_show_parent_category: true
True vs False

Show Description on the home page

Added in v1.5.0.

Whether or not to show the blog description (set on the hexo config file) on the home page. Defaults to false.

_config.dashed.yml
1
show_description: false