123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290 |
- theme = "minimal"
- day_night = true
- font = ""
- font_size = "L"
- site_type = "Person"
- local_business_type = ""
- org_name = ""
- description = ""
- highlight = true
- highlight_languages = ["r", "latex"]
- math = false
- diagram = false
- privacy_pack = false
- edit_page = {repo_url = "https://github.com/gcushen/hugo-academic", content_dir = "", repo_branch = "master", editable = {docs = true, page = false, post = false}}
- show_related = {docs = true, page = false, post = true, project = true, publication = true, talk = true}
- email = "test@example.org"
- phone = "888 888 88 88"
- address = {street = "450 Serra Mall", city = "Stanford", region = "CA", postcode = "94305", country = "United States", country_code = "US"}
- coordinates = {latitude = "37.4275", longitude = "-122.1697"}
- directions = "Enter Building 1 and take the stairs to Office 200 on Floor 2"
- office_hours = ["Monday 10:00 to 13:00", "Wednesday 09:00 to 10:00"]
- appointment_url = "https://calendly.com"
- contact_links = [
- {icon = "twitter", icon_pack = "fab", name = "DM Me", link = "https://twitter.com/Twitter"},
- {icon = "skype", icon_pack = "fab", name = "Skype Me", link = "skype:echo123?call"},
- {icon = "keybase", icon_pack = "fab", name = "Chat on Keybase", link = "https://keybase.io/"},
- {icon = "comments", icon_pack = "fas", name = "Discuss on Forum", link = "https://discourse.gohugo.io"},
-
- ]
- sharing_image = ""
- twitter = ""
- date_format = "Jan 2, 2006"
- time_format = "3:04 PM"
- address_format = "en-us"
- main_menu = {enable = true, align = "l", show_logo = true, highlight_active_link = true, show_language = false}
- reading_time = true
- section_pager = false
- docs_section_pager = true
- sharing = true
- copyright_license = {enable = false, allow_derivatives = false, share_alike = true, allow_commercial = false, notice = "This work is licensed under {license}"}
- highlight_superuser = false
- link_authors = true
- abstract_length = 135
- plugins_js = []
- [avatar]
-
- gravatar = false
-
- shape = "circle"
- [publications]
-
-
- date_format = "January 2006"
-
- citation_style = "apa"
- [projects]
-
-
-
-
-
- post_view = 2
- publication_view = 2
- talk_view = 2
- [comments]
-
-
-
-
- engine = 0
-
- commentable = {page = true, post = true, docs = true, project = true, publication = true, talk = true}
-
- [comments.disqus]
- shortname = ""
- show_count = true
-
- [comments.commento]
-
- url = ""
- [search]
-
-
-
-
- engine = 1
-
-
- [search.algolia]
- app_id = ""
- api_key = ""
- index_name = ""
- show_logo = false
- [map]
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- engine = 2
- api_key = ""
- zoom = 15
- [marketing]
- google_analytics = ""
- google_tag_manager = ""
- [cms]
-
- netlify_cms = true
- [icon.pack]
- ai = false
|