_config.yml 32 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997
  1. # ---------------------------------------------------------------
  2. # Theme Core Configuration Settings
  3. # See: https://theme-next.org/docs/theme-settings/
  4. # ---------------------------------------------------------------
  5. # If false, merge configs from `_data/next.yml` into default configuration (rewrite).
  6. # If true, will fully override default configuration by options from `_data/next.yml` (override). Only for NexT settings.
  7. # And if true, all config from default NexT `_config.yml` have to be copied into `next.yml`. Use if you know what you are doing.
  8. # Useful if you want to comment some options from NexT `_config.yml` by `next.yml` without editing default config.
  9. override: false
  10. # Console reminder if new version released.
  11. reminder: false
  12. # Allow to cache content generation. Introduced in NexT v6.0.0.
  13. cache:
  14. enable: true
  15. # Remove unnecessary files after hexo generate.
  16. minify: false
  17. # Define custom file paths.
  18. # Create your custom files in site directory `source/_data` and uncomment needed files below.
  19. custom_file_path:
  20. #head: source/_data/head.swig
  21. #header: source/_data/header.swig
  22. #sidebar: source/_data/sidebar.swig
  23. #postMeta: source/_data/post-meta.swig
  24. #postBodyEnd: source/_data/post-body-end.swig
  25. #footer: source/_data/footer.swig
  26. #bodyEnd: source/_data/body-end.swig
  27. #variable: source/_data/variables.styl
  28. #mixin: source/_data/mixins.styl
  29. #style: source/_data/styles.styl
  30. # ---------------------------------------------------------------
  31. # Site Information Settings
  32. # See: https://theme-next.org/docs/getting-started/
  33. # ---------------------------------------------------------------
  34. favicon:
  35. small: /images/favicon-16x16-next.png
  36. medium: /images/favicon-32x32-next.png
  37. apple_touch_icon: /images/apple-touch-icon-next.png
  38. safari_pinned_tab: /images/logo.svg
  39. #android_manifest: /images/manifest.json
  40. #ms_browserconfig: /images/browserconfig.xml
  41. # Show multilingual switcher in footer.
  42. language_switcher: false
  43. footer:
  44. # Specify the date when the site was setup. If not defined, current year will be used.
  45. #since: 2015
  46. # Icon between year and copyright info.
  47. icon:
  48. # Icon name in Font Awesome. See: https://fontawesome.com/icons
  49. name: fa fa-heart
  50. # If you want to animate the icon, set it to true.
  51. animated: false
  52. # Change the color of icon, using Hex Code.
  53. color: "#ff0000"
  54. # If not defined, `author` from Hexo `_config.yml` will be used.
  55. copyright:
  56. # Powered by Hexo & NexT
  57. powered: true
  58. # Beian ICP and gongan information for Chinese users. See: https://beian.miit.gov.cn, http://www.beian.gov.cn
  59. beian:
  60. enable: false
  61. icp:
  62. # The digit in the num of gongan beian.
  63. gongan_id:
  64. # The full num of gongan beian.
  65. gongan_num:
  66. # The icon for gongan beian. See: http://www.beian.gov.cn/portal/download
  67. gongan_icon_url:
  68. # Creative Commons 4.0 International License.
  69. # See: https://creativecommons.org/share-your-work/licensing-types-examples
  70. # Available values of license: by | by-nc | by-nc-nd | by-nc-sa | by-nd | by-sa | zero
  71. # You can set a language value if you prefer a translated version of CC license, e.g. deed.zh
  72. # CC licenses are available in 39 languages, you can find the specific and correct abbreviation you need on https://creativecommons.org
  73. creative_commons:
  74. license: by-nc-sa
  75. sidebar: false
  76. post: false
  77. language:
  78. # ---------------------------------------------------------------
  79. # Scheme Settings
  80. # ---------------------------------------------------------------
  81. # Schemes
  82. scheme: Muse
  83. #scheme: Mist
  84. #scheme: Pisces
  85. #scheme: Gemini
  86. # Dark Mode
  87. darkmode: false
  88. # ---------------------------------------------------------------
  89. # Menu Settings
  90. # ---------------------------------------------------------------
  91. # Usage: `Key: /link/ || icon`
  92. # Key is the name of menu item. If the translation for this item is available, the translated text will be loaded, otherwise the Key name will be used. Key is case-senstive.
  93. # Value before `||` delimiter is the target link, value after `||` delimiter is the name of Font Awesome icon.
  94. # When running the site in a subdirectory (e.g. yoursite.com/blog), remove the leading slash from link value (/archives -> archives).
  95. # External url should start with http:// or https://
  96. menu:
  97. home: / || fa fa-home
  98. #about: /about/ || fa fa-user
  99. #tags: /tags/ || fa fa-tags
  100. #categories: /categories/ || fa fa-th
  101. archives: /archives/ || fa fa-archive
  102. #schedule: /schedule/ || fa fa-calendar
  103. #sitemap: /sitemap.xml || fa fa-sitemap
  104. #commonweal: /404/ || fa fa-heartbeat
  105. # Enable / Disable menu icons / item badges.
  106. menu_settings:
  107. icons: true
  108. badges: false
  109. # ---------------------------------------------------------------
  110. # Sidebar Settings
  111. # See: https://theme-next.org/docs/theme-settings/sidebar
  112. # ---------------------------------------------------------------
  113. sidebar:
  114. # Sidebar Position.
  115. position: left
  116. #position: right
  117. # Manual define the sidebar width. If commented, will be default for:
  118. # Muse | Mist: 320
  119. # Pisces | Gemini: 240
  120. #width: 300
  121. # Sidebar Display (only for Muse | Mist), available values:
  122. # - post expand on posts automatically. Default.
  123. # - always expand for all pages automatically.
  124. # - hide expand only when click on the sidebar toggle icon.
  125. # - remove totally remove sidebar including sidebar toggle.
  126. display: post
  127. # Sidebar padding in pixels.
  128. padding: 18
  129. # Sidebar offset from top menubar in pixels (only for Pisces | Gemini).
  130. offset: 12
  131. # Enable sidebar on narrow view (only for Muse | Mist).
  132. onmobile: false
  133. # Sidebar Avatar
  134. avatar:
  135. # Replace the default image and set the url here.
  136. url: #/images/avatar.gif
  137. # If true, the avatar will be dispalyed in circle.
  138. rounded: false
  139. # If true, the avatar will be rotated with the cursor.
  140. rotated: false
  141. # Posts / Categories / Tags in sidebar.
  142. site_state: true
  143. # Social Links
  144. # Usage: `Key: permalink || icon`
  145. # Key is the link label showing to end users.
  146. # Value before `||` delimiter is the target permalink, value after `||` delimiter is the name of Font Awesome icon.
  147. social:
  148. #GitHub: https://github.com/yourname || fab fa-github
  149. #E-Mail: mailto:yourname@gmail.com || fa fa-envelope
  150. #Weibo: https://weibo.com/yourname || fab fa-weibo
  151. #Google: https://plus.google.com/yourname || fab fa-google
  152. #Twitter: https://twitter.com/yourname || fab fa-twitter
  153. #FB Page: https://www.facebook.com/yourname || fab fa-facebook
  154. #StackOverflow: https://stackoverflow.com/yourname || fab fa-stack-overflow
  155. #YouTube: https://youtube.com/yourname || fab fa-youtube
  156. #Instagram: https://instagram.com/yourname || fab fa-instagram
  157. #Skype: skype:yourname?call|chat || fab fa-skype
  158. social_icons:
  159. enable: true
  160. icons_only: false
  161. transition: false
  162. # Blog rolls
  163. links_settings:
  164. icon: fa fa-link
  165. title: Links
  166. # Available values: block | inline
  167. layout: block
  168. links:
  169. #Title: http://yoursite.com
  170. # Table of Contents in the Sidebar
  171. # Front-matter variable (unsupport wrap expand_all).
  172. toc:
  173. enable: true
  174. # Automatically add list number to toc.
  175. number: true
  176. # If true, all words will placed on next lines if header width longer then sidebar width.
  177. wrap: false
  178. # If true, all level of TOC in a post will be displayed, rather than the activated part of it.
  179. expand_all: false
  180. # Maximum heading depth of generated toc.
  181. max_depth: 6
  182. # A button to open designated chat widget in sidebar.
  183. # Firstly, you need enable the chat service you want to activate its sidebar button.
  184. chat:
  185. enable: false
  186. #service: chatra
  187. #service: tidio
  188. icon: fa fa-comment # Icon name in Font Awesome, set false to disable icon.
  189. text: Chat # Button text, change it as you wish.
  190. # ---------------------------------------------------------------
  191. # Post Settings
  192. # See: https://theme-next.org/docs/theme-settings/posts
  193. # ---------------------------------------------------------------
  194. # Automatically excerpt description in homepage as preamble text.
  195. excerpt_description: true
  196. # Read more button
  197. # If true, the read more button will be displayed in excerpt section.
  198. read_more_btn: true
  199. # Post meta display settings
  200. post_meta:
  201. item_text: true
  202. created_at: true
  203. updated_at:
  204. enable: true
  205. another_day: true
  206. categories: true
  207. # Post wordcount display settings
  208. # Dependencies: https://github.com/theme-next/hexo-symbols-count-time
  209. symbols_count_time:
  210. separated_meta: true
  211. item_text_post: true
  212. item_text_total: false
  213. # Use icon instead of the symbol # to indicate the tag at the bottom of the post
  214. tag_icon: false
  215. # Reward (Donate)
  216. # Front-matter variable (unsupport animation).
  217. reward_settings:
  218. # If true, reward will be displayed in every article by default.
  219. enable: false
  220. animation: false
  221. #comment: Donate comment here.
  222. reward:
  223. #wechatpay: /images/wechatpay.png
  224. #alipay: /images/alipay.png
  225. #paypal: /images/paypal.png
  226. #bitcoin: /images/bitcoin.png
  227. # Subscribe through Telegram Channel, Twitter, etc.
  228. # Usage: `Key: permalink || icon` (Font Awesome)
  229. follow_me:
  230. #Twitter: https://twitter.com/username || fab fa-twitter
  231. #Telegram: https://t.me/channel_name || fab fa-telegram
  232. #WeChat: /images/wechat_channel.jpg || fab fa-weixin
  233. #RSS: /atom.xml || fa fa-rss
  234. # Related popular posts
  235. # Dependencies: https://github.com/tea3/hexo-related-popular-posts
  236. related_posts:
  237. enable: false
  238. title: # Custom header, leave empty to use the default one
  239. display_in_home: false
  240. params:
  241. maxCount: 5
  242. #PPMixingRate: 0.0
  243. #isDate: false
  244. #isImage: false
  245. #isExcerpt: false
  246. # Post edit
  247. # Dependencies: https://github.com/hexojs/hexo-deployer-git
  248. post_edit:
  249. enable: false
  250. url: https://github.com/user-name/repo-name/tree/branch-name/subdirectory-name # Link for view source
  251. #url: https://github.com/user-name/repo-name/edit/branch-name/subdirectory-name # Link for fork & edit
  252. # Show previous post and next post in post footer if exists
  253. # Available values: left | right | false
  254. post_navigation: left
  255. # ---------------------------------------------------------------
  256. # Custom Page Settings
  257. # See: https://theme-next.org/docs/theme-settings/custom-pages
  258. # ---------------------------------------------------------------
  259. # TagCloud settings for tags page.
  260. tagcloud:
  261. # All values below are same as default, change them by yourself.
  262. min: 12 # Minimun font size in px
  263. max: 30 # Maxium font size in px
  264. start: "#ccc" # Start color (hex, rgba, hsla or color keywords)
  265. end: "#111" # End color (hex, rgba, hsla or color keywords)
  266. amount: 200 # Amount of tags, change it if you have more than 200 tags
  267. # Google Calendar
  268. # Share your recent schedule to others via calendar page.
  269. calendar:
  270. calendar_id: <required> # Your Google account E-Mail
  271. api_key: <required>
  272. orderBy: startTime
  273. offsetMax: 24 # Time Range
  274. offsetMin: 4 # Time Range
  275. showDeleted: false
  276. singleEvents: true
  277. maxResults: 250
  278. # ---------------------------------------------------------------
  279. # Misc Theme Settings
  280. # ---------------------------------------------------------------
  281. # Set the text alignment in posts / pages.
  282. text_align:
  283. # Available values: start | end | left | right | center | justify | justify-all | match-parent
  284. desktop: justify
  285. mobile: justify
  286. # Reduce padding / margin indents on devices with narrow width.
  287. mobile_layout_economy: false
  288. # Android Chrome header panel color ($brand-bg / $headband-bg => $black-deep).
  289. android_chrome_color: "#222"
  290. # Custom Logo (Do not support scheme Mist)
  291. custom_logo: #/uploads/custom-logo.jpg
  292. codeblock:
  293. # Code Highlight theme
  294. # Available values: normal | night | night eighties | night blue | night bright | solarized | solarized dark | galactic
  295. # See: https://github.com/chriskempson/tomorrow-theme
  296. highlight_theme: normal
  297. # Add copy button on codeblock
  298. copy_button:
  299. enable: false
  300. # Show text copy result.
  301. show_result: false
  302. # Available values: default | flat | mac
  303. style:
  304. back2top:
  305. enable: true
  306. # Back to top in sidebar.
  307. sidebar: false
  308. # Scroll percent label in b2t button.
  309. scrollpercent: false
  310. # Reading progress bar
  311. reading_progress:
  312. enable: false
  313. # Available values: top | bottom
  314. position: top
  315. color: "#37c6c0"
  316. height: 3px
  317. # Bookmark Support
  318. bookmark:
  319. enable: false
  320. # Customize the color of the bookmark.
  321. color: "#222"
  322. # If auto, save the reading progress when closing the page or clicking the bookmark-icon.
  323. # If manual, only save it by clicking the bookmark-icon.
  324. save: auto
  325. # `Follow me on GitHub` banner in the top-right corner.
  326. github_banner:
  327. enable: false
  328. permalink: https://github.com/yourname
  329. title: Follow me on GitHub
  330. # ---------------------------------------------------------------
  331. # Font Settings
  332. # See: https://theme-next.org/docs/theme-settings/#Fonts-Customization
  333. # ---------------------------------------------------------------
  334. # Find fonts on Google Fonts (https://www.google.com/fonts)
  335. # All fonts set here will have the following styles:
  336. # light | light italic | normal | normal italic | bold | bold italic
  337. # Be aware that setting too much fonts will cause site running slowly
  338. # ---------------------------------------------------------------
  339. # To avoid space between header and sidebar in scheme Pisces / Gemini, Web Safe fonts are recommended for `global` (and `title`):
  340. # Arial | Tahoma | Helvetica | Times New Roman | Courier New | Verdana | Georgia | Palatino | Garamond | Comic Sans MS | Trebuchet MS
  341. # ---------------------------------------------------------------
  342. font:
  343. enable: false
  344. # Uri of fonts host, e.g. https://fonts.googleapis.com (Default).
  345. host:
  346. # Font options:
  347. # `external: true` will load this font family from `host` above.
  348. # `family: Times New Roman`. Without any quotes.
  349. # `size: x.x`. Use `em` as unit. Default: 1 (16px)
  350. # Global font settings used for all elements inside <body>.
  351. global:
  352. external: true
  353. family: Lato
  354. size:
  355. # Font settings for site title (.site-title).
  356. title:
  357. external: true
  358. family:
  359. size:
  360. # Font settings for headlines (<h1> to <h6>).
  361. headings:
  362. external: true
  363. family:
  364. size:
  365. # Font settings for posts (.post-body).
  366. posts:
  367. external: true
  368. family:
  369. # Font settings for <code> and code blocks.
  370. codes:
  371. external: true
  372. family:
  373. # ---------------------------------------------------------------
  374. # SEO Settings
  375. # ---------------------------------------------------------------
  376. # Disable Baidu transformation on mobile devices.
  377. disable_baidu_transformation: false
  378. # If true, site-subtitle will be added to index page.
  379. # Remember to set up your site-subtitle in Hexo `_config.yml` (e.g. subtitle: Subtitle)
  380. index_with_subtitle: false
  381. # Automatically add external URL with Base64 encrypt & decrypt.
  382. exturl: false
  383. # Google Webmaster tools verification.
  384. # See: https://www.google.com/webmasters
  385. google_site_verification:
  386. # Bing Webmaster tools verification.
  387. # See: https://www.bing.com/webmaster
  388. bing_site_verification:
  389. # Yandex Webmaster tools verification.
  390. # See: https://webmaster.yandex.ru
  391. yandex_site_verification:
  392. # Baidu Webmaster tools verification.
  393. # See: https://ziyuan.baidu.com/site
  394. baidu_site_verification:
  395. # Enable baidu push so that the blog will push the url to baidu automatically which is very helpful for SEO.
  396. baidu_push: false
  397. # ---------------------------------------------------------------
  398. # Third Party Plugins & Services Settings
  399. # See: https://theme-next.org/docs/third-party-services/
  400. # More plugins: https://github.com/theme-next/awesome-next
  401. # You may need to install dependencies or set CDN URLs in `vendors`
  402. # There are two different CDN providers by default:
  403. # - jsDelivr (cdn.jsdelivr.net), works everywhere even in China
  404. # - CDNJS (cdnjs.cloudflare.com), provided by cloudflare
  405. # ---------------------------------------------------------------
  406. # Math Formulas Render Support
  407. math:
  408. # Default (true) will load mathjax / katex script on demand.
  409. # That is it only render those page which has `mathjax: true` in Front-matter.
  410. # If you set it to false, it will load mathjax / katex srcipt EVERY PAGE.
  411. per_page: true
  412. # hexo-renderer-pandoc (or hexo-renderer-kramed) required for full MathJax support.
  413. mathjax:
  414. enable: false
  415. # See: https://mhchem.github.io/MathJax-mhchem/
  416. mhchem: false
  417. # hexo-renderer-markdown-it-plus (or hexo-renderer-markdown-it with markdown-it-katex plugin) required for full Katex support.
  418. katex:
  419. enable: false
  420. # See: https://github.com/KaTeX/KaTeX/tree/master/contrib/copy-tex
  421. copy_tex: false
  422. # Easily enable fast Ajax navigation on your website.
  423. # Dependencies: https://github.com/theme-next/theme-next-pjax
  424. pjax: false
  425. # FancyBox is a tool that offers a nice and elegant way to add zooming functionality for images.
  426. # For more information: https://fancyapps.com/fancybox
  427. fancybox: false
  428. # A JavaScript library for zooming images like Medium.
  429. # Do not enable both `fancybox` and `mediumzoom`.
  430. # For more information: https://github.com/francoischalifour/medium-zoom
  431. mediumzoom: false
  432. # Vanilla JavaScript plugin for lazyloading images.
  433. # For more information: https://github.com/ApoorvSaxena/lozad.js
  434. lazyload: false
  435. # Pangu Support
  436. # For more information: https://github.com/vinta/pangu.js
  437. pangu: false
  438. # Quicklink Support
  439. # Do not enable both `pjax` and `quicklink`.
  440. # For more information: https://github.com/GoogleChromeLabs/quicklink
  441. # Front-matter (unsupport home archive).
  442. quicklink:
  443. enable: false
  444. # Home page and archive page can be controlled through home and archive options below.
  445. # This configuration item is independent of `enable`.
  446. home: false
  447. archive: false
  448. # Default (true) will initialize quicklink after the load event fires.
  449. delay: true
  450. # Custom a time in milliseconds by which the browser must execute prefetching.
  451. timeout: 3000
  452. # Default (true) will enable fetch() or falls back to XHR.
  453. priority: true
  454. # For more flexibility you can add some patterns (RegExp, Function, or Array) to ignores.
  455. # See: https://github.com/GoogleChromeLabs/quicklink#custom-ignore-patterns
  456. ignores:
  457. # ---------------------------------------------------------------
  458. # Comments Settings
  459. # See: https://theme-next.org/docs/third-party-services/comments
  460. # ---------------------------------------------------------------
  461. # Multiple Comment System Support
  462. comments:
  463. # Available values: tabs | buttons
  464. style: tabs
  465. # Choose a comment system to be displayed by default.
  466. # Available values: changyan | disqus | disqusjs | gitalk | livere | valine
  467. active:
  468. # Setting `true` means remembering the comment system selected by the visitor.
  469. storage: true
  470. # Lazyload all comment systems.
  471. lazyload: false
  472. # Modify texts or order for any navs, here are some examples.
  473. nav:
  474. #disqus:
  475. # text: Load Disqus
  476. # order: -1
  477. #gitalk:
  478. # order: -2
  479. # Disqus
  480. disqus:
  481. enable: false
  482. shortname:
  483. count: true
  484. #post_meta_order: 0
  485. # DisqusJS
  486. # Alternative Disqus - Render comment component using Disqus API.
  487. # Demo: https://suka.js.org/DisqusJS/
  488. # For more information: https://github.com/SukkaW/DisqusJS
  489. disqusjs:
  490. enable: false
  491. # API Endpoint of Disqus API (https://disqus.com/api/).
  492. # Leave api empty if you are able to connect to Disqus API. Otherwise you need a reverse proxy for it.
  493. # For example:
  494. # api: https://disqus.skk.moe/disqus/
  495. api:
  496. apikey: # Register new application from https://disqus.com/api/applications/
  497. shortname: # See: https://disqus.com/admin/settings/general/
  498. # Changyan
  499. changyan:
  500. enable: false
  501. appid:
  502. appkey:
  503. #post_meta_order: 0
  504. # Valine
  505. # For more information: https://valine.js.org, https://github.com/xCss/Valine
  506. valine:
  507. enable: false
  508. appid: # Your leancloud application appid
  509. appkey: # Your leancloud application appkey
  510. notify: false # Mail notifier
  511. verify: false # Verification code
  512. placeholder: Just go go # Comment box placeholder
  513. avatar: mm # Gravatar style
  514. guest_info: nick,mail,link # Custom comment header
  515. pageSize: 10 # Pagination size
  516. language: # Language, available values: en, zh-cn
  517. visitor: false # Article reading statistic
  518. comment_count: true # If false, comment count will only be displayed in post page, not in home page
  519. recordIP: false # Whether to record the commenter IP
  520. serverURLs: # When the custom domain name is enabled, fill it in here (it will be detected automatically by default, no need to fill in)
  521. #post_meta_order: 0
  522. # LiveRe comments system
  523. # You can get your uid from https://livere.com/insight/myCode (General web site)
  524. livere_uid: # <your_uid>
  525. # Gitalk
  526. # For more information: https://gitalk.github.io, https://github.com/gitalk/gitalk
  527. gitalk:
  528. enable: false
  529. github_id: # GitHub repo owner
  530. repo: # Repository name to store issues
  531. client_id: # GitHub Application Client ID
  532. client_secret: # GitHub Application Client Secret
  533. admin_user: # GitHub repo owner and collaborators, only these guys can initialize gitHub issues
  534. distraction_free_mode: true # Facebook-like distraction free mode
  535. # Gitalk's display language depends on user's browser or system environment
  536. # If you want everyone visiting your site to see a uniform language, you can set a force language value
  537. # Available values: en | es-ES | fr | ru | zh-CN | zh-TW
  538. language:
  539. # ---------------------------------------------------------------
  540. # Post Widgets & Content Sharing Services
  541. # See: https://theme-next.org/docs/third-party-services/post-widgets
  542. # ---------------------------------------------------------------
  543. # Star rating support to each article.
  544. # To get your ID visit https://widgetpack.com
  545. rating:
  546. enable: false
  547. id: # <app_id>
  548. color: fc6423
  549. # AddThis Share. See: https://www.addthis.com
  550. # Go to https://www.addthis.com/dashboard to customize your tools.
  551. add_this_id:
  552. # ---------------------------------------------------------------
  553. # Statistics and Analytics
  554. # See: https://theme-next.org/docs/third-party-services/statistics-and-analytics
  555. # ---------------------------------------------------------------
  556. # Google Analytics
  557. google_analytics:
  558. tracking_id: # <app_id>
  559. # By default, NexT will load an external gtag.js script on your site.
  560. # If you only need the pageview feature, set the following option to true to get a better performance.
  561. only_pageview: false
  562. # Baidu Analytics
  563. baidu_analytics: # <app_id>
  564. # Growingio Analytics
  565. growingio_analytics: # <project_id>
  566. # CNZZ count
  567. cnzz_siteid:
  568. # Show number of visitors of each article.
  569. # You can visit https://leancloud.cn to get AppID and AppKey.
  570. # AppID and AppKey are recommended to be the same as valine's for counter compatibility.
  571. # Do not enable both `valine.visitor` and `leancloud_visitors`.
  572. leancloud_visitors:
  573. enable: false
  574. app_id: # <your app id>
  575. app_key: # <your app key>
  576. # Required for apps from CN region
  577. server_url: # <your server url>
  578. # Dependencies: https://github.com/theme-next/hexo-leancloud-counter-security
  579. # If you don't care about security in leancloud counter and just want to use it directly
  580. # (without hexo-leancloud-counter-security plugin), set `security` to `false`.
  581. security: true
  582. # Another tool to show number of visitors to each article.
  583. # Visit https://console.firebase.google.com/u/0/ to get apiKey and projectId.
  584. # Visit https://firebase.google.com/docs/firestore/ to get more information about firestore.
  585. firestore:
  586. enable: false
  587. collection: articles # Required, a string collection name to access firestore database
  588. apiKey: # Required
  589. projectId: # Required
  590. # Show Views / Visitors of the website / page with busuanzi.
  591. # Get more information on http://ibruce.info/2015/04/04/busuanzi
  592. busuanzi_count:
  593. enable: false
  594. total_visitors: true
  595. total_visitors_icon: fa fa-user
  596. total_views: true
  597. total_views_icon: fa fa-eye
  598. post_views: true
  599. post_views_icon: fa fa-eye
  600. # ---------------------------------------------------------------
  601. # Search Services
  602. # See: https://theme-next.org/docs/third-party-services/search-services
  603. # ---------------------------------------------------------------
  604. # Algolia Search
  605. # For more information: https://www.algolia.com
  606. algolia_search:
  607. enable: false
  608. hits:
  609. per_page: 10
  610. labels:
  611. input_placeholder: Search for Posts
  612. hits_empty: "We didn't find any results for the search: ${query}"
  613. hits_stats: "${hits} results found in ${time} ms"
  614. # Local Search
  615. # Dependencies: https://github.com/theme-next/hexo-generator-searchdb
  616. local_search:
  617. enable: false
  618. # If auto, trigger search by changing input.
  619. # If manual, trigger search by pressing enter key or search button.
  620. trigger: auto
  621. # Show top n results per article, show all results by setting to -1
  622. top_n_per_article: 1
  623. # Unescape html strings to the readable one.
  624. unescape: false
  625. # Preload the search data when the page loads.
  626. preload: false
  627. # Swiftype Search API Key
  628. swiftype_key:
  629. # ---------------------------------------------------------------
  630. # Chat Services
  631. # See: https://theme-next.org/docs/third-party-services/chat-services
  632. # ---------------------------------------------------------------
  633. # Chatra Support
  634. # See: https://chatra.io
  635. # Dashboard: https://app.chatra.io/settings/general
  636. chatra:
  637. enable: false
  638. async: true
  639. id: # Visit Dashboard to get your ChatraID
  640. #embed: # Unfinished experimental feature for developers. See: https://chatra.io/help/api/#injectto
  641. # Tidio Support
  642. # See: https://www.tidiochat.com
  643. # Dashboard: https://www.tidiochat.com/panel/dashboard
  644. tidio:
  645. enable: false
  646. key: # Public Key, get it from dashboard. See: https://www.tidiochat.com/panel/settings/developer
  647. # ---------------------------------------------------------------
  648. # Tags Settings
  649. # See: https://theme-next.org/docs/tag-plugins/
  650. # ---------------------------------------------------------------
  651. # Note tag (bs-callout)
  652. note:
  653. # Note tag style values:
  654. # - simple bs-callout old alert style. Default.
  655. # - modern bs-callout new (v2-v3) alert style.
  656. # - flat flat callout style with background, like on Mozilla or StackOverflow.
  657. # - disabled disable all CSS styles import of note tag.
  658. style: simple
  659. icons: false
  660. # Offset lighter of background in % for modern and flat styles (modern: -12 | 12; flat: -18 | 6).
  661. # Offset also applied to label tag variables. This option can work with disabled note tag.
  662. light_bg_offset: 0
  663. # Tabs tag
  664. tabs:
  665. transition:
  666. tabs: false
  667. labels: true
  668. # PDF tag
  669. # NexT will try to load pdf files natively, if failed, pdf.js will be used.
  670. # So, you have to install the dependency of pdf.js if you want to use pdf tag and make it available to all browsers.
  671. # See: https://github.com/theme-next/theme-next-pdf
  672. pdf:
  673. enable: false
  674. # Default height
  675. height: 500px
  676. # Mermaid tag
  677. mermaid:
  678. enable: false
  679. # Available themes: default | dark | forest | neutral
  680. theme: forest
  681. # ---------------------------------------------------------------
  682. # Animation Settings
  683. # ---------------------------------------------------------------
  684. # Use velocity to animate everything.
  685. # For more information: http://velocityjs.org
  686. motion:
  687. enable: true
  688. async: false
  689. transition:
  690. # Transition variants:
  691. # fadeIn | flipXIn | flipYIn | flipBounceXIn | flipBounceYIn
  692. # swoopIn | whirlIn | shrinkIn | expandIn
  693. # bounceIn | bounceUpIn | bounceDownIn | bounceLeftIn | bounceRightIn
  694. # slideUpIn | slideDownIn | slideLeftIn | slideRightIn
  695. # slideUpBigIn | slideDownBigIn | slideLeftBigIn | slideRightBigIn
  696. # perspectiveUpIn | perspectiveDownIn | perspectiveLeftIn | perspectiveRightIn
  697. post_block: fadeIn
  698. post_header: slideDownIn
  699. post_body: slideDownIn
  700. coll_header: slideLeftIn
  701. # Only for Pisces | Gemini.
  702. sidebar: slideUpIn
  703. # Progress bar in the top during page loading.
  704. # Dependencies: https://github.com/theme-next/theme-next-pace
  705. # For more information: https://github.com/HubSpot/pace
  706. pace:
  707. enable: false
  708. # Themes list:
  709. # big-counter | bounce | barber-shop | center-atom | center-circle | center-radar | center-simple
  710. # corner-indicator | fill-left | flat-top | flash | loading-bar | mac-osx | material | minimal
  711. theme: minimal
  712. # JavaScript 3D library.
  713. # Dependencies: https://github.com/theme-next/theme-next-three
  714. three:
  715. enable: false
  716. three_waves: false
  717. canvas_lines: false
  718. canvas_sphere: false
  719. # Canvas-ribbon
  720. # Dependencies: https://github.com/theme-next/theme-next-canvas-ribbon
  721. # For more information: https://github.com/zproo/canvas-ribbon
  722. canvas_ribbon:
  723. enable: false
  724. size: 300 # The width of the ribbon
  725. alpha: 0.6 # The transparency of the ribbon
  726. zIndex: -1 # The display level of the ribbon
  727. #! ---------------------------------------------------------------
  728. #! DO NOT EDIT THE FOLLOWING SETTINGS
  729. #! UNLESS YOU KNOW WHAT YOU ARE DOING
  730. #! See: https://theme-next.org/docs/advanced-settings
  731. #! ---------------------------------------------------------------
  732. # Script Vendors. Set a CDN address for the vendor you want to customize.
  733. # Be aware that you would better use the same version as internal ones to avoid potential problems.
  734. # Remember to use the https protocol of CDN files when you enable https on your site.
  735. vendors:
  736. # Internal path prefix.
  737. _internal: lib
  738. # Internal version: 3.1.0
  739. # anime: //cdn.jsdelivr.net/npm/animejs@3.1.0/lib/anime.min.js
  740. anime:
  741. # Internal version: 5.13.0
  742. # fontawesome: //cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free@5/css/all.min.css
  743. # fontawesome: //cdnjs.cloudflare.com/ajax/libs/font-awesome/5.13.0/css/all.min.css
  744. fontawesome:
  745. # MathJax
  746. # mathjax: //cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js
  747. mathjax:
  748. # KaTeX
  749. # katex: //cdn.jsdelivr.net/npm/katex@0/dist/katex.min.css
  750. # katex: //cdnjs.cloudflare.com/ajax/libs/KaTeX/0.11.1/katex.min.css
  751. # copy_tex_js: //cdn.jsdelivr.net/npm/katex@0/dist/contrib/copy-tex.min.js
  752. # copy_tex_css: //cdn.jsdelivr.net/npm/katex@0/dist/contrib/copy-tex.min.css
  753. katex:
  754. copy_tex_js:
  755. copy_tex_css:
  756. # Internal version: 0.2.8
  757. # pjax: //cdn.jsdelivr.net/gh/theme-next/theme-next-pjax@0/pjax.min.js
  758. pjax:
  759. # FancyBox
  760. # jquery: //cdn.jsdelivr.net/npm/jquery@3/dist/jquery.min.js
  761. # fancybox: //cdn.jsdelivr.net/gh/fancyapps/fancybox@3/dist/jquery.fancybox.min.js
  762. # fancybox_css: //cdn.jsdelivr.net/gh/fancyapps/fancybox@3/dist/jquery.fancybox.min.css
  763. jquery:
  764. fancybox:
  765. fancybox_css:
  766. # Medium-zoom
  767. # mediumzoom: //cdn.jsdelivr.net/npm/medium-zoom@1/dist/medium-zoom.min.js
  768. mediumzoom:
  769. # Lazyload
  770. # lazyload: //cdn.jsdelivr.net/npm/lozad@1/dist/lozad.min.js
  771. # lazyload: //cdnjs.cloudflare.com/ajax/libs/lozad.js/1.14.0/lozad.min.js
  772. lazyload:
  773. # Pangu
  774. # pangu: //cdn.jsdelivr.net/npm/pangu@4/dist/browser/pangu.min.js
  775. # pangu: //cdnjs.cloudflare.com/ajax/libs/pangu/4.0.7/pangu.min.js
  776. pangu:
  777. # Quicklink
  778. # quicklink: //cdn.jsdelivr.net/npm/quicklink@1/dist/quicklink.umd.js
  779. quicklink:
  780. # DisqusJS
  781. # disqusjs_js: //cdn.jsdelivr.net/npm/disqusjs@1/dist/disqus.js
  782. # disqusjs_css: //cdn.jsdelivr.net/npm/disqusjs@1/dist/disqusjs.css
  783. disqusjs_js:
  784. disqusjs_css:
  785. # Valine
  786. # valine: //cdn.jsdelivr.net/npm/valine@1/dist/Valine.min.js
  787. # valine: //cdnjs.cloudflare.com/ajax/libs/valine/1.3.10/Valine.min.js
  788. valine:
  789. # Gitalk
  790. # gitalk_js: //cdn.jsdelivr.net/npm/gitalk@1/dist/gitalk.min.js
  791. # gitalk_css: //cdn.jsdelivr.net/npm/gitalk@1/dist/gitalk.min.css
  792. gitalk_js:
  793. gitalk_css:
  794. # Algolia Search
  795. # algolia_search: //cdn.jsdelivr.net/npm/algoliasearch@4/dist/algoliasearch-lite.umd.js
  796. # instant_search: //cdn.jsdelivr.net/npm/instantsearch.js@4/dist/instantsearch.production.min.js
  797. algolia_search:
  798. instant_search:
  799. # Mermaid
  800. # mermaid: //cdn.jsdelivr.net/npm/mermaid@8/dist/mermaid.min.js
  801. # mermaid: //cdnjs.cloudflare.com/ajax/libs/mermaid/8.4.8/mermaid.min.js
  802. mermaid:
  803. # Internal version: 1.2.1
  804. # velocity: //cdn.jsdelivr.net/npm/velocity-animate@1/velocity.min.js
  805. # velocity: //cdnjs.cloudflare.com/ajax/libs/velocity/1.2.1/velocity.min.js
  806. # velocity_ui: //cdn.jsdelivr.net/npm/velocity-animate@1/velocity.ui.min.js
  807. # velocity_ui: //cdnjs.cloudflare.com/ajax/libs/velocity/1.2.1/velocity.ui.min.js
  808. velocity:
  809. velocity_ui:
  810. # Internal version: 1.0.2
  811. # pace: //cdn.jsdelivr.net/npm/pace-js@1/pace.min.js
  812. # pace: //cdnjs.cloudflare.com/ajax/libs/pace/1.0.2/pace.min.js
  813. # pace_css: //cdn.jsdelivr.net/npm/pace-js@1/themes/blue/pace-theme-minimal.css
  814. # pace_css: //cdnjs.cloudflare.com/ajax/libs/pace/1.0.2/themes/blue/pace-theme-minimal.min.css
  815. pace:
  816. pace_css:
  817. # Internal version: 1.0.0
  818. # three: //cdn.jsdelivr.net/gh/theme-next/theme-next-three@1/three.min.js
  819. # three_waves: //cdn.jsdelivr.net/gh/theme-next/theme-next-three@1/three-waves.min.js
  820. # canvas_lines: //cdn.jsdelivr.net/gh/theme-next/theme-next-three@1/canvas_lines.min.js
  821. # canvas_sphere: //cdn.jsdelivr.net/gh/theme-next/theme-next-three@1/canvas_sphere.min.js
  822. three:
  823. three_waves:
  824. canvas_lines:
  825. canvas_sphere:
  826. # Internal version: 1.0.0
  827. # canvas_ribbon: //cdn.jsdelivr.net/gh/theme-next/theme-next-canvas-ribbon@1/canvas-ribbon.js
  828. canvas_ribbon:
  829. # Assets
  830. css: css
  831. js: js
  832. images: images