You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
```yaml
path:
Windows: E:/Datasets/BraTS/BraTS2022
Linux: /mnt/e/Datasets/BraTS/BraTS2022
```
Or, it can be regarded as a nested `dict` in Python as:
```python
multiple_paths = {
'path':{
'Windows':'E:/Datasets/BraTS/BraTS2022',
'Linux':'/mnt/e/Datasets/BraTS/BraTS2022'
},
}
```
Screenshots: the following is the screenshot that no language name shows
# Hexo Configuration## Docs: https://hexo.io/docs/configuration.html## Source: https://github.com/hexojs/hexo/# Sitetitle: "xxxxx"subtitle: "xxxxx"description: "xxxx"keywords:
- xx
- xxxxauthor: xx xxxxlanguage: # 指定语言,会影响主题显示的语言,按需修改
- zh-CN
- en timezone: Asia/Shanghai# URL## Set your site url here. For example, if you use GitHub Page, set url as 'https://username.github.io/project'url: https://little-train.com#设置永久链接permalink: posts/:abbrlink.html # 此处可以自己设置,也可以直接使用 :/abbrlink# permalink: :year/:month/:day/:title/permalink_defaults:
pretty_urls:
trailing_index: true # Set to false to remove trailing 'index.html' from permalinkstrailing_html: true # Set to false to remove trailing '.html' from permalinks# Directorysource_dir: sourcepublic_dir: publictag_dir: tagsarchive_dir: archivescategory_dir: categoriescode_dir: downloads/codei18n_dir: :langskip_render:
# Writingnew_post_name: :title.md # File name of new postsdefault_layout: posttitlecase: false # Transform title into titlecaseexternal_link:
enable: true # Open external links in new tabfield: site # Apply to the whole siteexclude: ''filename_case: 0render_drafts: falsepost_asset_folder: falserelative_link: falsefuture: truehighlight:
enable: trueline_number: trueauto_detect: truetab_replace: ''wrap: truehljs: falseprismjs:
enable: truepreprocess: trueline_number: truetab_replace: ''# Home page setting# path: Root path for your blogs index page. (default = '')# per_page: Posts displayed per page. (0 = disable pagination)# order_by: Posts order. (Order by date descending by default)index_generator:
path: ''per_page: 10order_by: -date# Category & Tagdefault_category: uncategorizedcategory_map:
tag_map:
# Metadata elements## https://developer.mozilla.org/en-US/docs/Web/HTML/Element/metameta_generator: true# Date / Time format## Hexo uses Moment.js to parse and display date## You can customize the date format as defined in## http://momentjs.com/docs/#/displaying/format/date_format: YYYY-MM-DDtime_format: HH:mm:ss## updated_option supports 'mtime', 'date', 'empty'updated_option: 'mtime'# Pagination## Set per_page to 0 to disable paginationper_page: 10pagination_dir: page# Include / Exclude file(s)## include:/exclude: options only apply to the 'source/' folderinclude:
exclude:
ignore:
# Extensions## Plugins: https://hexo.io/plugins/## Themes: https://hexo.io/themes/theme: next symbols_count_time:
symbols: truetime: truetotal_symbols: truetotal_time: trueexclude_codeblock: falsewpm: 275suffix: "mins."
NexT Configuration
cache:
enable: false# Schemes# scheme: Muse# scheme: Mist# scheme: Piscesscheme: Geminimenu:
home: / || fa fa-homeabout: /about/ || fa fa-usertags: /tags/ || fa fa-tagscategories: /categories/ || fa fa-tharchives: /archives/ || fa fa-archive#schedule: /schedule/ || fa fa-calendarsitemap: /sitemap.xml || fa fa-sitemapcommonweal: /404/ || fa fa-heartbeat# Enable / Disable menu icons / item badges.menu_settings:
icons: truebadges: truesocial_icons:
enable: trueicons_only: falsetransition: truetag_icon: truerelated_posts:
enable: trueicon: fa fa-signs-postmobile_layout_economy: truecodeblock:
# Code Highlight theme# All available themes: https://theme-next.js.org/highlight/theme:
light: defaultdark: stackoverflow-darkprism:
light: prismdark: prism-darkcopy_button:
enable: truestyle: macindex_with_subtitle: truemath:
every_page: falsemathjax:
enable: truetags: amskatex:
enable: falsecopy_tex: falsemediumzoom: truepace:
enable: truecolor: bluetheme: minimalcanvas_ribbon:
enable: true
Other Information
No response
The text was updated successfully, but these errors were encountered:
Issue Checklist
Expected behavior
I want any code block shows the language name as many practices of Next examples, e.g.:
in pinlyu's post https://pinlyu.com/posts/30/, where the language name
bash
is shown on code blocks.I do not know whether Next does not support this feature or if it is just a bug I encountered.
Actual behavior
Links to demo site with this issue: https://little-train.com/posts/1757b5a2.html
Links to repository or source code of the blog:
Screenshots: the following is the screenshot that no language name shows
Steps to reproduce the behavior
hexo clean && hexo g
Node.js and NPM Information
Package dependencies Information
Hexo Configuration
NexT Configuration
Other Information
No response
The text was updated successfully, but these errors were encountered: