123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596 |
- # SITE SETUP
- # Guide: https://wowchemy.com/docs/getting-started/
- # Documentation: https://wowchemy.com/docs/
- # This file is formatted using YAML syntax - learn more at https://learnxinyminutes.com/docs/yaml/
- # Appearance
- appearance:
- theme_day: minimal
- theme_night: minimal
- font: native
- font_size: L
- # SEO
- marketing:
- seo:
- site_type: Person
- local_business_type: ''
- org_name: ''
- description: "Xry111's Blog"
- twitter: ''
- analytics:
- google_analytics: ''
- baidu_tongji: ''
- verification:
- google: ''
- baidu: ''
- # Site header
- header:
- navbar:
- enable: true
- align: r
- show_logo: false
- show_language: false
- show_day_night: true
- show_search: true
- highlight_active_link: false
- footer:
- copyright:
- notice: '© 2017 - {year} Xi Ruoyao. This work is licensed under {license}'
- license:
- enable: true
- allow_derivatives: false
- share_alike: true
- allow_commercial: false
- # Localization
- locale:
- date_format: 'Jan 02, 2006'
- time_format: '22:00'
- # Site features
- features:
- syntax_highlighter:
- enable: true
- math:
- enable: true
- diagram:
- enable: false
- privacy_pack:
- enable: false
- # repository:
- # url: 'https://github.com/<username>/<repository>'
- # content_dir: content
- # branch: main
- avatar:
- gravatar: false
- shape: circle
- comment:
- provider: ''
- disqus:
- shortname: ''
- show_count: true
- commento:
- url: ''
- search:
- provider: wowchemy
- algolia:
- app_id: ''
- api_key: ''
- index_name: ''
- show_logo: false
- map:
- provider: ''
- api_key: ''
- zoom: 15
- extensions:
- academicons:
- enable: true
|