1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556 |
- # 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
- appearance:
- theme_day:
- theme_night:
- font:
- font_size: L
- # SEO
- seo:
- site_type: Person
- local_business_type: ''
- org_name: ''
- description: ''
- twitter: ''
- # Site header
- header:
- navbar:
- enable: false
- # Site footer
- footer:
- copyright:
- notice: '© {year} Me. This work is licensed under {license}'
- license:
- enable: true
- allow_derivatives: false
- share_alike: true
- allow_commercial: false
- # Localization
- locale:
- date_format: 'Jan 2, 2006'
- time_format: '3:04 PM'
- # Site features
- features:
- privacy_pack: false
- marketing:
- google_analytics: ''
- google_tag_manager: ''
- google_site_verification: ''
- baidu_site_verification: ''
- baidu_tongji: ''
|