| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657 | # 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/# Appearanceappearance:  theme_day: minimal  theme_night: minimal  font: minimal  font_size: L# SEOmarketing:  seo:    site_type: Person    local_business_type: ''    org_name: ''    description: ''    twitter: ''  analytics:    google_analytics: ''    baidu_tongji: ''  verification:    google: ''    baidu: ''# Site headerheader:  navbar:    enable: false# Site footerfooter:  copyright:    notice: '© {year} Me. This work is licensed under {license}'    license:      enable: true      allow_derivatives: false      share_alike: true      allow_commercial: false# Localizationlocale:  date_format: 'Jan 2, 2006'  time_format: '3:04 PM'# Site featuresfeatures:  privacy_pack:    enable: false
 |