params.toml 5.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178
  1. # SITE SETUP
  2. # Documentation: https://sourcethemes.com/academic/
  3. # Color theme.
  4. # Choose from `default`, `ocean`, `forest`, `dark`, `apogee`, `1950s`, `coffee`, `cupcake`.
  5. color_theme = "default"
  6. # Enable users to switch between day and night mode?
  7. day_night = true
  8. # Font style.
  9. # Choose from `default`, `classic`, or `playfair`.
  10. font = "default"
  11. # Description for social sharing and search engines. If undefined, superuser role is used in place.
  12. description = ""
  13. # Default image for social sharing and search engines. Place image in `static/img/` folder and specify image name here.
  14. sharing_image = ""
  15. # Twitter username (without @). Used when a vistor shares your site on Twitter.
  16. twitter = ""
  17. # Diplay a logo in navigation bar rather than title (optional).
  18. # To enable, place an image in `static/img/` and reference its filename below. To disable, set the value to "".
  19. logo = ""
  20. # Date and time format (refer to https://sourcethemes.com/academic/docs/customization/#date-format )
  21. # Examples: "Mon, Jan 2, 2006" or "2006-01-02"
  22. date_format = "Jan 2, 2006"
  23. # Examples: "3:04 pm" or "15:04"
  24. time_format = "3:04 PM"
  25. # Show estimated reading time for posts?
  26. reading_time = true
  27. # Display comment count? Requires commenting to be enabled.
  28. comment_count = true
  29. # Display next/previous section pager?
  30. section_pager = false
  31. # Enable global LaTeX math rendering?
  32. # If false, you can enable it locally on a per page basis.
  33. math = false
  34. # Enable global source code highlighting? true/false
  35. # Documentation: https://sourcethemes.com/academic/docs/writing-markdown-latex/#highlighting-options
  36. highlight = true
  37. # highlight_languages = ["r"] # Add support for highlighting additional languages
  38. # highlight_style = "github" # For supported styles, see https://cdnjs.com/libraries/highlight.js/
  39. # Enable native social sharing buttons?
  40. sharing = true
  41. # Privacy pack
  42. # Show a cookie consent message to visitors
  43. # Anonymize IP in Google Analytics (if enabled)
  44. privacy_pack = false
  45. # Get user avatars from Gravatar.com? (true/false)
  46. gravatar = false
  47. # Contact Widget setup
  48. email = "test@example.org"
  49. address = "Building 1 Room 1, Stanford University, California, 90210, USA"
  50. # Office hours: use `<br>` to insert a line break, or set to "" to remove office hours
  51. office_hours = """Monday 10:00 to 13:00<br>
  52. Wednesday 09:00 to 10:00<br>
  53. Otherwise email to book an appointment"""
  54. phone = "888 888 88 88"
  55. skype = "echo123"
  56. telegram = ""
  57. keybase = "" # Your keybase.io username.
  58. # Enter an optional link for booking appointments (e.g. calendly.com).
  59. appointment_url = ""
  60. # Discussion link (e.g. link to a forum, mailing list, or chat).
  61. # Uncomment line below to use.
  62. # discussion = { name = "Discuss", url = "https://discourse.gohugo.io" }
  63. # Enable/disable map in Contact widget.
  64. # To show your address on a map in the contact widget, you need to enter your latitude, longitude and choose
  65. # a map provider below.
  66. # To use Google Maps, set `map = 1` and enter your API key that can be obtained here:
  67. # https://developers.google.com/maps/documentation/javascript/get-api-key
  68. # To use OpenStreetMap tiles, set `map = 2`.
  69. # To use OpenStreetMap on a high traffic site, set `map = 3` and enter your API key that can be obtained here:
  70. # https://www.mapbox.com/studio/account/tokens
  71. # To get your coordinates, right-click on Google Maps and choose "What's here?". The coords will show up at the bottom.
  72. #
  73. # Map provider:
  74. # 0: No map
  75. # 1: Google Maps
  76. # 2: OpenStreetMap (Mapnik)
  77. # 3: OpenStreetMap (Mapbox)
  78. map = 0
  79. map_api_key = ""
  80. latitude = "37.4275"
  81. longitude = "-122.1697"
  82. zoom = 15
  83. # Publication types.
  84. # Used to categorize publications.
  85. # The index of the publication type in the list is used as its unique numerical identifier.
  86. # The numeric ID is used in a publication's frontmatter to categorize it.
  87. # The language can be edited below.
  88. # For multilingual sites, `publication_types` can be copied to each language section at the end of this file and
  89. # translated.
  90. publication_types = [
  91. 'Uncategorized', # 0
  92. 'Conference paper', # 1
  93. 'Journal article', # 2
  94. 'Manuscript', # 3
  95. 'Report', # 4
  96. 'Book', # 5
  97. 'Book section' # 6
  98. ]
  99. # Align the main menu to the right of the page? (true/false)
  100. menu_align_right = true
  101. # Link custom CSS and JS assets
  102. # (relative to /static/css and /static/js respectively)
  103. custom_css = []
  104. custom_js = []
  105. # Configuration of talk pages.
  106. [talks]
  107. # Show talk time?
  108. time = true
  109. # Configuration of publication pages.
  110. [publications]
  111. # Date format (refer to https://sourcethemes.com/academic/docs/customization/#date-format )
  112. # Examples: "Mon, Jan 2, 2006" or "2006-01-02"
  113. date_format = "January, 2006"
  114. # Configuration of project pages.
  115. [projects]
  116. # List publications and talks related to the project?
  117. list_children = true
  118. # Post list format.
  119. # 0 = Simple
  120. # 1 = Detailed
  121. # 2 = Stream
  122. post_format = 2
  123. # Publication list format.
  124. # 0 = Simple
  125. # 1 = Detailed
  126. # 2 = APA
  127. # 3 = MLA
  128. # 4 = Stream
  129. publication_format = 4
  130. # Talk list format.
  131. # 0 = Simple
  132. # 1 = Detailed
  133. # 2 = Stream
  134. talk_format = 2
  135. # Search.
  136. [search]
  137. # Search provider:
  138. # 0: No search engine
  139. # 1: Built-in (Fuse)
  140. # 2: Algolia (https://www.algolia.com)
  141. engine = 1
  142. # Configuration of Algolia search engine.
  143. # Paste the values from your Algolia dashboard.
  144. [search.algolia]
  145. app_id = ""
  146. api_key = ""
  147. index_name = ""
  148. show_logo = false