params.toml 5.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170
  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. # Enable global source code highlighting? true/false
  21. # Documentation: https://sourcethemes.com/academic/docs/writing-markdown-latex/#highlighting-options
  22. highlight = true
  23. # highlight_languages = ["r"] # Add support for highlighting additional languages
  24. # highlight_style = "github" # For supported styles, see https://cdnjs.com/libraries/highlight.js/
  25. # Enable global LaTeX math rendering?
  26. # If false, you can enable it locally on a per page basis.
  27. math = false
  28. # Privacy pack
  29. # Show a cookie consent message to visitors
  30. # Anonymize IP in Google Analytics (if enabled)
  31. privacy_pack = false
  32. # Date and time format (refer to https://sourcethemes.com/academic/docs/customization/#date-format )
  33. # Examples: "Mon, Jan 2, 2006" or "2006-01-02"
  34. date_format = "Jan 2, 2006"
  35. # Examples: "3:04 pm" or "15:04"
  36. time_format = "3:04 PM"
  37. ############################
  38. ## Contact Widget setup ##
  39. ############################
  40. # Enter contact details (optional). To hide a field, clear it to "".
  41. email = "test@example.org"
  42. phone = "888 888 88 88"
  43. address = "Building 1 Room 1, Stanford University, California, 90210, USA"
  44. # Office hours: use `<br>` to insert a line break, or set to "" to remove office hours
  45. office_hours = """Monday 10:00 to 13:00<br>
  46. Wednesday 09:00 to 10:00<br>
  47. Otherwise email to book an appointment"""
  48. # Enter an optional link for booking appointments (e.g. calendly.com).
  49. appointment_url = ""
  50. # Contact links
  51. # Set to `[]` to disable, or comment out unwanted lines with a hash `#`.
  52. contact_links = [
  53. {icon = "twitter", icon_pack = "fab", name = "DM Me", link = "https://twitter.com/Twitter"},
  54. {icon = "skype", icon_pack = "fab", name = "Skype Me", link = "skype:echo123?call"},
  55. {icon = "keybase", icon_pack = "fab", name = "Chat on Keybase", link = "https://keybase.io/"},
  56. {icon = "comments", icon_pack = "fas", name = "Discuss on Forum", link = "https://discourse.gohugo.io"},
  57. # {icon = "telegram", icon_pack = "fab", name = "Telegram Me", link = "https://telegram.me/@Telegram"},
  58. ]
  59. # Display a map.
  60. # To show your address on a map in the contact widget, you need to enter your latitude, longitude and choose
  61. # a map provider below.
  62. # To use Google Maps, set `map = 1` and enter your API key that can be obtained here:
  63. # https://developers.google.com/maps/documentation/javascript/get-api-key
  64. # To use OpenStreetMap tiles, set `map = 2`.
  65. # To use OpenStreetMap on a high traffic site, set `map = 3` and enter your API key that can be obtained here:
  66. # https://www.mapbox.com/studio/account/tokens
  67. # To get your coordinates, right-click on Google Maps and choose "What's here?". The coords will show up at the bottom.
  68. #
  69. # Map provider:
  70. # 0: No map
  71. # 1: Google Maps
  72. # 2: OpenStreetMap (Mapnik)
  73. # 3: OpenStreetMap (Mapbox)
  74. map = 0
  75. map_api_key = ""
  76. latitude = "37.4275"
  77. longitude = "-122.1697"
  78. zoom = 15
  79. ############################
  80. ## Plugins ##
  81. ############################
  82. # Load CSS and JS plugins
  83. # E.g. To load `/assets/css/custom.css`, set `plugins_css = ["custom"]`.
  84. # E.g. To load `/assets/js/custom.js`, set `plugins_js = ["custom"]`.
  85. plugins_css = []
  86. plugins_js = []
  87. ############################
  88. ## Advanced options ##
  89. ############################
  90. # Get user avatars from Gravatar.com? (true/false)
  91. gravatar = false
  92. # Align the main menu to the right of the page? (true/false)
  93. menu_align_right = false
  94. # Show estimated reading time for posts? (true/false)
  95. reading_time = true
  96. # Display comment count (if commenting enabled in config.toml)? (true/false)
  97. comment_count = true
  98. # Display next/previous section pager? (true/false)
  99. section_pager = false
  100. # Enable in-built social sharing buttons? (true/false)
  101. sharing = true
  102. # Configuration of publication pages.
  103. [publications]
  104. # Date format (refer to https://sourcethemes.com/academic/docs/customization/#date-format )
  105. # Examples: "Mon, Jan 2, 2006" or "2006-01-02"
  106. date_format = "January 2006"
  107. # Configuration of project pages.
  108. [projects]
  109. # Post list format.
  110. # 0 = Simple
  111. # 1 = Detailed
  112. # 2 = Stream
  113. post_format = 2
  114. # Publication list format.
  115. # 0 = Simple
  116. # 1 = Detailed
  117. # 2 = APA
  118. # 3 = MLA
  119. # 4 = Stream
  120. publication_format = 4
  121. # Talk list format.
  122. # 0 = Simple
  123. # 1 = Detailed
  124. # 2 = Stream
  125. talk_format = 2
  126. # Search.
  127. [search]
  128. # Search provider:
  129. # 0: No search engine
  130. # 1: Academic (built-in)
  131. # 2: Algolia (https://www.algolia.com)
  132. engine = 1
  133. # Configuration of Algolia search engine.
  134. # Paste the values from your Algolia dashboard.
  135. [search.algolia]
  136. app_id = ""
  137. api_key = ""
  138. index_name = ""
  139. show_logo = false