# Link to a page that gives an overview of all your projects. # This can be an external link (e.g., to you GitHub profile) or to another # page within your website. #链接到gitee projects_url: http://gitee.com
# Set the page direction to RTL or LTR. default is LTR. (if you set it 'rtl', the 'vazir' font will be loaded.) #菜单栏在左(ltr),右(rtl) direction: ltr # Configure the navigation menu. # A pair 'Key: url' will result in a link to 'url' with the name 'Key' in the # navigation menu. Optionally, you can add translations for the 'Key' in # languages/*.yml #导航栏设置 nav: home: / articles: /archives/ category: /categories/ tag: /tags/ search: /search/ about: /about/ projects: http://gitee.com/
# Links to your social media accounts. # The keys should correspond to Fontawesome icon names # (see https://fontawesome.com/icons?d=gallery&s=brands); # only 'mail' is an exception. #社交媒体账号 social_links: github: http://gitee zhihu: https://zhuanlan.zhihu.com/ magnifying-glass: https://www.baidu.com/ mail: https://mail.qq.com/
# Customize the overview with displaying a tagcloud on the index page. # Options: https://hexo.io/docs/helpers.html#tagcloud # 在首页显示文章,生成tag云 tags_overview: true
# Customize the overview with the most recent blog posts on the index page. # Options: # - show_all_posts: whether to show all available posts. # - post_count: whether to show only the x most recent posts. # - sort_updated: sort posts by last modification date instead of creation date. posts_overview: show_all_posts: false post_count: 5 sort_updated: true
# Customize the archive view. # Options: # - sort_updated: sort posts by last modification date instead of creation date. # Note: this does not work together with pagination, since the pagination # plugin will sort pages by date of creation. #归档中的文章按照更新日期排序 archive: sort_updated: true
# Customize the article view. # Options: # - show_updated: show the last modification date. #显示修改日期 post: show_updated: true
# Customize the copyright years # Note: if start_year/end_year not provided, will use current year. copyright: start_year: 2018 end_year: 2023
# Customize the 404 page # Options: # - enabled: whether to enable the 404 page (404.html). #定义404页 error_404: enabled: true title: "404 Page Not Found" description: "The page you are looking for might have been removed, had its name changed, or is temporarily unavailable."
############################################################################## # Look and Feel ##############################################################################
# Customize the logo (i.e., the cactus) in the header. # Options: # - enabled: whether to show (true) or hide (false) the logo. # - width: width of the logo in pixel units # - height: height of the logo in pixel units # - url: where the logo can be found # - gravatar: whether to use your Gravatar as the logo # - grayout: whether to enable a hover effect on the logo # 图标显示 logo: enabled: true width: 50 height: 50 url: /images/logo.png gravatar: false grayout: true
# Customize the favicons. # Cactus supports a limited set of the three most important icons: # - desktop: The classic favion.ico file. # - android: A 192x192 PNG file. # - apple: A 180x180 PNG file. # These can be generated with http://realfavicongenerator.net/ # Options: # - url: where the icon can be found # - gravatar: whether to create a favicon from your Gravatar favicon: desktop: url: /images/favicon.ico gravatar: false android: url: /images/favicon-192x192.png gravatar: false apple: url: /images/apple-touch-icon.png gravatar: false
# The color scheme that should be used to highlight codeblocks. # See source/css/_highlight for a list of all available color schemes. #代码高亮,样式在主题文件夹中 highlight: idea
# Set the color scheme. # Available color schemes are 'dark', 'light', 'classic' and 'white'. # Alternatively, add your own custom color scheme to source/css/_colors. # 页面显示颜色:黑色 灰色 米黄色 白色 colorscheme: classic # Maximal width of the page in rem units. page_width: 48