12345678910111213141516171819202122232425262728293031323334353637383940414243444546 |
- # SITE SETUP
- # Guide: https://wowchemy.com/docs/getting-started/customization/
- # Documentation: https://wowchemy.com/docs/
- # This file is formatted using YAML syntax - learn more at https://learnxinyminutes.com/docs/yaml/
- # Appearance
- theme: minimal
- day_night: true
- font: ''
- font_size: L
- # SEO
- site_type: Person
- local_business_type: ''
- org_name: ''
- description: ''
- twitter: ''
- # Site header
- main_menu:
- enable: false
- # Localization
- locale:
- date_format: 'Jan 2, 2006'
- time_format: '3:04 PM'
- # Site features
- privacy_pack: false
- copyright_license:
- enable: false
- allow_derivatives: false
- share_alike: true
- allow_commercial: false
- notice: 'This work is licensed under {license}'
- marketing:
- google_analytics: ''
- google_tag_manager: ''
- google_site_verification: ''
- baidu_site_verification: ''
- baidu_tongji: ''
|