@@ -98,7 +98,7 @@ theme_mode: # [light | dark]
9898cdn :
9999
100100# the avatar on sidebar, support local or CORS resources
101- avatar :
101+ avatar : tennis_gaurdian.png
102102 # enable: false
103103 # img: /public/image/iconSize600.png # 头像的地址
104104 # info: <br/>Niko Forever # 头像背后的信息
@@ -232,247 +232,3 @@ jekyll-archives:
232232 category : /categories/:name/
233233
234234
235-
236- # ## => Site Settings
237- # ##############################
238- # # theme: jekyll-text-theme # YOU DONT'T NEED THIS LINE
239- # text_skin: default # "default" (default), "dark", "forest", "ocean", "chocolate", "orange"
240- # highlight_theme: default # "default" (default), "tomorrow", "tomorrow-night", "tomorrow-night-eighties", "tomorrow-night-blue", "tomorrow-night-bright"
241- # url : https://calmered.github.io # the base hostname & protocol for your site e.g. https://www.someone.com
242- # # permanent_url: https://young-lord.github.io # 目前用于在多域名间共享评论区
243- # baseurl : "" # 假如你的博客是建在某个目录下的,请在这里加上目录名,并且下面配置的所有链接里的`/public`前也要加,即`/your_baseurl/public`。这一项结尾不要有'/'
244- # title : LY 的博客
245- # title_description: ""
246- # website_meta_description: "LY 的博客 - 首页"
247-
248- # webmaster_verifications: # <https://jekyll.github.io/jekyll-seo-tag/usage/>
249- # google: n_6Fq4QB6tHtTsvnC9sq_rNbHxNGHpOxccySthREtIY
250- # bing: 7352B9B70D905E86EB77F868689762ED
251- # baidu: codeva-W6wVZqZpGo
252- # baidu2: codeva-U9dHtUK8zI
253-
254-
255- # ## => Language and Timezone
256- # ##############################
257- # lang: zh-Hans # the language of your site, default as "en"
258- # timezone: Asia/Shanghai # see https://en.wikipedia.org/wiki/List_of_tz_database_time_zones for the available values
259-
260-
261- # ## => Author and Social
262- # ##############################
263- # author:
264- # type : person # "person" (default), "organization"
265- # name : LY
266- # # url : &github_profile_url https://github.com/Young-Lord
267- # # avatar : https://avatars.githubusercontent.com/Young-Lord # path or url of avatar image (square)
268- # bio : ""
269- # email : ly-niko@qq.com
270- # email_url : &mailto_url mailto:ly-niko@qq.com
271- # github : Young-Lord
272-
273-
274- # ## => GitHub Repository (if the site is hosted by GitHub)
275- # ##############################
276- # repository: Young-Lord/Young-Lord.github.io
277- # repository_tree: master
278-
279-
280- # ## => Paths
281- # ##############################
282- # paths: # 注意,这里改了是没有用的,这里只是做一个标识
283- # root : "/" # title link url, "/" (default)
284- # home : "/" # home layout url, "/" (default)
285- # archive : &archive_path "/archive" # "/archive.html" (default)
286- # rss : &feed_path "/feed.xml" # rss feed link , "/feed.xml" (default)
287-
288- # feed:
289- # path: *feed_path
290-
291- # ## => Post
292- # ##############################
293- # ## excerpt
294- # excerpt_separator: <!--more-->
295-
296- # ## license
297- # license: CC-BY-NC-SA-4.0 # "CC-BY-4.0", "CC-BY-SA-4.0", "CC-BY-NC-4.0", "CC-BY-ND-4.0", "CC-BY-NC-SA-4.0"
298- # # 更多自定义可以去改这两个文件:
299- # # _includes/article/footer/license.html
300- # # _data/licenses.yml
301-
302- # ## TOC(目录)
303- # toc:
304- # selectors: "h1,h2,h3,h4,h5,h6" # "h1,h2,h3" (default)
305-
306-
307- # ## => Markdown Enhancements
308- # ##############################
309- # ## Mathjax
310- # mathjax: true # false (default), true
311- # mathjax_autoNumber: # false (default), true
312-
313- # ## Mermaid
314- # mermaid: true # false (default), true
315-
316- # ## Chart
317- # chart: true # false (default), true
318-
319-
320- # ## => Paginate
321- # ##############################
322- # paginate: 8
323- # paginate_path: /page/:num # don't change this unless for special need
324-
325-
326- # ## => Sources
327- # ##############################
328- # sources: # bootcdn (default), unpkg
329-
330-
331- # ## => Sharing
332- # ##############################
333- # sharing:
334- # provider: false # false (default), "addtoany", "addthis", "custom"
335-
336- # ## => Comments
337- # ##############################
338- # comments:
339- # provider: cusdis # false (default), "disqus", "gitalk", "valine", "custom", "cusdis"
340- # cusdis:
341- # app-id: "f9fae777-b249-44e5-b3b9-c4e6747a54b0"
342- # # Change app-id to your own.
343- # ## I use cusdis!
344- # ## Other provider config is removed.
345-
346- # ## => Pageview
347- # ##############################
348- # pageview:
349- # provider: false # false (default), "leancloud", "custom"
350- # ## I use busuanzi!在侧边栏那里可以配置!
351-
352- # ## => Search
353- # ##############################
354- # search:
355- # provider: default # "default" (default), false, "google", "custom"
356-
357- # ## => Analytics
358- # ##############################
359- # analytics:
360- # provider: false # false (default), "google", "custom"
361- # ## FUCK GOOGLE!
362-
363- # ## => Copy code to clipboard by https://github.com/kitian616/jekyll-TeXt-theme/pull/218/files
364- # ##############################
365- # copy_to_clipboard: true
366-
367- # ## => Build
368- # ##############################
369- # markdown : kramdown
370- # kramdown:
371- # smart_quotes: apos,apos,quot,quot # 禁用自动转全角引号,默认值:lsquo,rsquo,ldquo,rdquo;参考:https://kramdown.gettalong.org/options.html#:~:text=by%3A%20RemoveHtmlTags%20converter-,smart_quotes,-Defines%20the%20HTML
372- # highlighter : rouge
373- # permalink : /posts/:title
374-
375- # exclude:
376- # - CHANGELOG.md
377- # - HOW_TO_RELEASE.md
378- # - Gemfile
379- # - Gemfile.lock
380- # - LICENSE
381- # - README-*.md
382- # - README.md
383- # - gulpfile.js
384- # - jekyll-text-theme.gemspec
385- # - package-lock.json
386- # - package.json
387- # - /docs
388- # - /node_modules
389- # - /screenshots
390- # - /test
391- # - /vendor
392-
393- # defaults:
394- # - scope:
395- # path: ""
396- # type: posts
397- # values:
398- # layout: article
399- # sharing: false
400- # license: true
401- # aside:
402- # toc: true
403- # show_edit_on_github: true
404- # show_subscribe: false
405- # pageview: true
406- # pan_gu_zhi_bai: ture # 中英文自动添加空白
407-
408-
409- # ## => Plugins
410- # ##############################
411- # plugins:
412- # - jekyll-feed
413- # - jekyll-paginate
414- # - jekyll-sitemap
415- # - jemoji
416- # - jekyll-seo-tag
417- # - jekyll-redirect-from
418-
419- # ## wu-kan的侧边栏
420- # body: # 这个用不了,建议直接修改base.html
421- # layout-reverse: true # 开启后sidebar在右边,反之左边
422- # sidebar-overlay: true # 开启后正文不随sidebar移动而移动
423-
424- # sidebar:
425- # avatar: # 侧边栏显示的头像
426- # enable: false
427- # img: /public/image/iconSize600.png # 头像的地址
428- # info: <br/>Niko Forever # 头像背后的信息
429- # #description: '<iframe frameborder="no" border="0" marginwidth="0" marginheight="0" width=280 height=210 src="//music.163.com/outchain/player?type=0&id=932740311&auto=0&height=430"></iframe>'
430- # social:
431- # - title: Mail
432- # href: *mailto_url
433- # class: 'fas fa-envelope'
434- # - title: rss
435- # href: *feed_path
436- # class: 'fas fa-rss'
437- # - title: HitGub
438- # href: *github_profile_url
439- # class: 'fab fa-github'
440- # nav:
441- # - title: '<i class="fas fa-home fa-fw"></i> 首页'
442- # href: /
443- # - title: '<i class="fab fa-readme fa-fw"></i> 关于 & 友链'
444- # href: /about
445- # - title: '<i class="fas fa-archive fa-fw"></i> 归档'
446- # href: *archive_path
447- # jekyll_table_of_contents:
448- # enable: false
449- # autoloader: /assets/js/jekyll_table_of_contents.js
450- # busuanzi:
451- # enable: true
452- # page_pv: # 页面访问量
453- # alert: <i class="fas fa-eye fa-fw"></i>
454- # unit: 次
455- # site_pv: # 站点访问量
456- # alert: <i class="fas fa-paw fa-fw"></i>
457- # unit: 枚
458- # site_uv: # 访客量
459- # alert: <i class="fas fa-user-friends fa-fw"></i>
460- # unit: 人
461- # last_edit:
462- # enable: true
463- # alert: <i class="fas fa-user-edit fa-fw"></i>
464- # run_time:
465- # enable: true
466- # src: /assets/js/run_time.js
467- # start_time: '10/27/2019 11:32:12' # 这是我博客上线的时间
468- # alert: <i class="fas fa-cog fa-spin fa-fw"></i>
469- # day: 天
470- # hour: 时
471- # minute: 分
472- # second: 秒
473- # moe_icp:
474- # enable: true
475- # text: '<a href="https://icp.gov.moe/?keyword=20213444" target="_blank">萌ICP备20213444号</a>'
476- # copyright:
477- # enable: false
478- # text: '<script async defer src="https://buttons.github.io/buttons.js"></script><a class="github-button" aria-label="Star Young-Lord/Young-Lord.github.io on GitHub" href="https://github.com/Young-Lord/Young-Lord.github.io" data-icon="octicon-star" data-show-count="true">Star</a>'
0 commit comments