123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173 |
- theme = "minimal"
- font = ""
- font_size = "L"
- main_menu = {align = "r", show_logo = true}
- email = "xry111@mengyan1223.wang"
- gnupg_key = "12E9D32E766A57DC069D76B0D95E4716CCBB34DC"
- address = {street = "266 Xifeng Rd.", city="Xi'an", region="Shaanxi", postcode="710126", country="China", country_code="CN"}
- office_hours = ""
- phone = ""
- skype = ""
- telegram = ""
- keybase = ""
- logo = ""
- date_format = "Jan 2, 2006"
- time_format = "3:04 PM"
- address_format = "en-us"
- reading_time = true
- comment_count = true
- section_pager = false
- math = true
- highlight = true
- highlight_languages = [ "go", "python", "x86asm" ]
- sharing = true
- custom_css = []
- custom_js = []
- publication_types = [
- 'Uncategorized',
- 'Conference proceedings',
- 'Journal',
- 'Work in progress',
- 'Technical report',
- 'Book',
- 'Book chapter'
- ]
- edit_page = {repo_url = "https://git.mengyan1223.wang/xry111/blog", repo_branch="master", editable = {}}
- [talks]
-
- time = true
- [publications]
-
-
- date_format = "January, 2006"
- [params.projects]
-
- list_children = true
-
-
-
-
-
- publication_format = 3
- [search]
- engine = 1
- [map]
- engine = 0
- map_api_key = ""
- latitude = "37.4275"
- longitude = "-122.1697"
- zoom = 15
- [comments]
- engine = 0
- commentable = {}
- [avatar]
- gravatar = false
- shape = "circle"
- [address_formats]
- en-us = {order = ['street', 'city', 'region', 'postcode'], delimiters = [', ', ', ', ' ', '']}
- en-gb = {order = ['street', 'city', 'region', 'postcode'], delimiters = [', ', ', ', ', ', '']}
- de = {order = ['street', 'postcode', 'city'], delimiters = ['<br>', ' ', '']}
- fr-fr = {order = ['street', 'postcode', 'city'], delimiters = ['<br>', ' ', '']}
- zh = {order = ['postcode', 'region', 'city', 'street'], delimiters = [' ', ' ', ' ', '']}
- [cms]
- # See https://sourcethemes.com/academic/docs/install/#install-with-web-browser
- netlify_cms = false
|