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
# Hexo Configuration## Docs: https://hexo.io/docs/configuration.html## Source: https://github.com/hexojs/hexo/# Sitetitle: "Jarmo's Blog"subtitle: '人生总要做点什么吧'description: '意义是自己赋予的'keywords: 光学,光学工程,纳米光子学,逆向设计,光计算,硅光,光电子,硅基光电子,芯片,纳米技术,光刻,科研,华中科技大学,波导,通信,光通信author: Jarmo Hulanguage: zh-CNtimezone: '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://www.430074.xyzpermalink: /posts/:title.htmlpermalink_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: truesyntax_highlighter: prismjshighlight:
enable: falseline_number: trueauto_detect: truetab_replace: ''wrap: truehljs: falseprismjs:
preprocess: 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# Deployment## Docs: https://hexo.io/docs/one-command-deploymentdeploy:
type: ''symbols_count_time:
symbols: truetime: truetotal_symbols: truetotal_time: trueawl: 4wpm: 275search:
path: search.xmlfield: postcontent: trueformat: htmlbaidusitemap:
path: baidusitemap.xmlsitemap:
path: sitemap.xmlfilter_optimize:
enable: true# static resource versioningversioning: falsecss:
# minify all css filesminify: trueexcludes:
# use preload to load css elements dynamicallydelivery:
- '@fortawesome/fontawesome-free'
- 'fonts.googleapis.com'# make specific css content inline into the html pageinlines:
# support full path only
- css/main.cssjs:
# minify all js filesminify: trueexcludes:
# remove the comments in each of the js filesremove_comments: falsehtml:
# minify all html filesminify: trueexcludes:
# set the priority of this plugin,# lower means it will be executed first, default of Hexo is 10priority: 12
NexT Configuration
scheme: Gemini# Dark Modedarkmode: falsepjax: true# FancyBox is a tool that offers a nice and elegant way to add zooming functionality for images.# For more information: https://fancyapps.com/fancybox/fancybox: true# Medium Zoom is a JavaScript library for zooming images like Medium.# Warning: Do not enable both `fancybox` and `mediumzoom`.# For more information: https://medium-zoom.francoischalifour.commediumzoom: false# Vanilla JavaScript plugin for lazyloading images.# For more information: https://apoorv.pro/lozad.js/demo/lazyload: true# Automatically insert whitespace between CJK and half-width characters.# For more information: https://github.com/vinta/pangu.js# Server-side plugin: https://github.com/next-theme/hexo-pangupangu: true
Other Information
No response
The text was updated successfully, but these errors were encountered:
Issue Checklist
Expected behavior
代码可以高亮
Actual behavior
不用next主题代码可以高亮,用了就不行。
demo: https://blog-2bl.pages.dev/posts/workers-jsdeliver#more
全部源文件:hexo-next.zip
Steps to reproduce the behavior
主题设置为next,就hexo cl然后hexo s就行了
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: