params.toml 9.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290
  1. # SITE SETUP
  2. # Guide: https://sourcethemes.com/academic/docs/get-started/
  3. # Documentation: https://sourcethemes.com/academic/docs/
  4. #
  5. # This file is formatted using TOML syntax - learn more at https://learnxinyminutes.com/docs/toml/
  6. # Each configuration section is defined by a name in square brackets (e.g. `[search]`).
  7. ############################
  8. ## Theme
  9. ############################
  10. # Choose a theme.
  11. # Latest themes (may require updating): https://sourcethemes.com/academic/themes/
  12. # Browse built-in themes in `themes/academic/data/themes/`
  13. # Browse user installed themes in `data/themes/`
  14. theme = "minimal"
  15. # Enable users to switch between day and night mode?
  16. day_night = true
  17. # Override the theme's font set (optional).
  18. # Latest font sets (may require updating): https://sourcethemes.com/academic/themes/
  19. # Browse built-in font sets in `themes/academic/data/fonts/`
  20. # Browse user installed font sets in `data/fonts/`
  21. font = ""
  22. # Choose a font size.
  23. # Sizes: XS (extra small), S (small), M (medium), L (large - DEFAULT), XL (extra large)
  24. font_size = "L"
  25. ############################
  26. ## Basic Info
  27. ############################
  28. # Website type
  29. # Improve how search engines understand your site.
  30. # For personal sites, choose "Person".
  31. # For organizations and projects, choose from https://schema.org/Organization#subtypes
  32. # E.g. Person, Organization, LocalBusiness, Project, EducationalOrganization
  33. site_type = "Person"
  34. # Local business type (optional)
  35. # If you entered "LocalBusiness" above, choose the type of business from https://schema.org/LocalBusiness#subtypes
  36. local_business_type = ""
  37. # Organization name (optional)
  38. # Enter an organization or project name. Defaults to the site title from `config.toml`.
  39. org_name = ""
  40. # Description for social sharing and search engines. If undefined, superuser role is used in place.
  41. description = ""
  42. ############################
  43. ## Site Features
  44. ############################
  45. # Enable source code highlighting? true/false
  46. # Documentation: https://sourcethemes.com/academic/docs/writing-markdown-latex/#highlighting-options
  47. highlight = true
  48. highlight_languages = ["r", "latex"] # Add support for highlighting additional languages
  49. # highlight_style = "github" # For supported styles, see https://cdnjs.com/libraries/highlight.js/
  50. # Enable LaTeX math rendering? true/false
  51. # If false, you can enable math on a per page basis as needed.
  52. math = false
  53. # Enable diagram rendering? true/false
  54. # If false, you can enable diagrams on a per page basis as needed.
  55. diagram = false
  56. # Privacy pack
  57. # Show a cookie consent message to visitors
  58. # Anonymize IP in Google Analytics (if enabled)
  59. privacy_pack = false
  60. # Enable visitors to edit pages?
  61. # `repo` defines the repository URL. `editable` defines which page types can be edited.
  62. edit_page = {repo_url = "https://github.com/gcushen/hugo-academic", content_dir = "", repo_branch = "master", editable = {docs = true, page = false, post = false}}
  63. # Show related content at the bottom of pages?
  64. show_related = {docs = true, page = false, post = true, project = true, publication = true, talk = true}
  65. ############################
  66. ## Contact details
  67. ##
  68. ## These details power the Contact widget (if enabled).
  69. ## Additionally, for organizations, these details may be used to enrich search engine results.
  70. ############################
  71. # Enter contact details (optional). To hide a field, clear it to "".
  72. email = "test@example.org"
  73. phone = "888 888 88 88"
  74. # Address
  75. # For country_code, use the 2-letter ISO code (see https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2 )
  76. address = {street = "450 Serra Mall", city = "Stanford", region = "CA", postcode = "94305", country = "United States", country_code = "US"}
  77. # Geographic coordinates
  78. # To get your coordinates, right-click on Google Maps and choose "What's here?". The coords will show up at the bottom.
  79. coordinates = {latitude = "37.4275", longitude = "-122.1697"}
  80. # Directions for visitors to locate you.
  81. directions = "Enter Building 1 and take the stairs to Office 200 on Floor 2"
  82. # Office hours
  83. # A list of your office hours. To remove, set to an empty list `[]`.
  84. office_hours = ["Monday 10:00 to 13:00", "Wednesday 09:00 to 10:00"]
  85. # Enter an optional link for booking appointments (e.g. calendly.com).
  86. appointment_url = "https://calendly.com"
  87. # Contact links
  88. # Set to `[]` to disable, or comment out unwanted lines with a hash `#`.
  89. contact_links = [
  90. {icon = "twitter", icon_pack = "fab", name = "DM Me", link = "https://twitter.com/Twitter"},
  91. {icon = "skype", icon_pack = "fab", name = "Skype Me", link = "skype:echo123?call"},
  92. {icon = "keybase", icon_pack = "fab", name = "Chat on Keybase", link = "https://keybase.io/"},
  93. {icon = "comments", icon_pack = "fas", name = "Discuss on Forum", link = "https://discourse.gohugo.io"},
  94. # {icon = "telegram", icon_pack = "fab", name = "Telegram Me", link = "https://telegram.me/@Telegram"},
  95. ]
  96. ############################
  97. ## Social
  98. ############################
  99. # Default image for social sharing and search engines. Place image in `static/media/` folder and specify image name here.
  100. sharing_image = ""
  101. # Twitter username (without @). Used when a visitor shares your site on Twitter.
  102. twitter = ""
  103. ############################
  104. ## Regional Settings
  105. ############################
  106. # Date and time format (refer to https://sourcethemes.com/academic/docs/customization/#date-format )
  107. # Examples: "Mon, Jan 2, 2006" or "2006-01-02"
  108. date_format = "Jan 2, 2006"
  109. # Examples: "3:04 pm" or "15:04"
  110. time_format = "3:04 PM"
  111. # Address format (en-us, en-gb, de, fr-fr, zh).
  112. address_format = "en-us"
  113. ############################
  114. ## Advanced
  115. ############################
  116. # Main menu alignment (l = left, c = center, r = right) and logo options.
  117. main_menu = {enable = true, align = "l", show_logo = true, highlight_active_link = true, show_language = false}
  118. # Show estimated reading time for posts? (true/false)
  119. reading_time = true
  120. # Display next/previous section pager? (true/false)
  121. section_pager = false
  122. docs_section_pager = true # Display pager in Docs layout (e.g. tutorials)?
  123. # Enable in-built social sharing buttons? (true/false)
  124. sharing = true
  125. # Show a copyright license from creativecommons.org in the site footer?
  126. # Page specific copyright licenses are also possible by adding this option to a page's front matter.
  127. copyright_license = {enable = false, allow_derivatives = false, share_alike = true, allow_commercial = false, notice = "This work is licensed under {license}"}
  128. # Highlight the site author (superuser) in author lists? (true/false)
  129. highlight_superuser = false
  130. # Link authors to their profile page? (true/false)
  131. link_authors = true
  132. # Abstract length (characters) in the Compact and Portfolio Card list views. Also, see `summaryLength` in `config.toml`.
  133. abstract_length = 135
  134. # Load JS plugins
  135. # E.g. To load `/assets/js/custom.js`, set `plugins_js = ["custom"]`.
  136. plugins_js = []
  137. # Avatars.
  138. # An avatar is an image that appears next to a user's name.
  139. # An avatar can be uploaded as an image named `avatar` to each user's profile or fetched from Gravatar.com.
  140. [avatar]
  141. # Get user avatars from Gravatar.com? (true/false)
  142. gravatar = false
  143. # Choose a shape for avatar images. Options: circle, square.
  144. shape = "circle"
  145. # Configuration of publication pages.
  146. [publications]
  147. # Date format (refer to https://sourcethemes.com/academic/docs/customization/#date-format )
  148. # Examples: "Mon, Jan 2, 2006" or "2006-01-02"
  149. date_format = "January 2006"
  150. # Citation style ("apa" or "mla")
  151. citation_style = "apa"
  152. # Configuration of project pages.
  153. [projects]
  154. # Views for associated content.
  155. # 1: List
  156. # 2: Compact
  157. # 3: Card
  158. # 4: Citation (publications only)
  159. post_view = 2
  160. publication_view = 2
  161. talk_view = 2
  162. ############################
  163. ## Comments
  164. ############################
  165. [comments]
  166. # Comment provider:
  167. # 0: Disabled
  168. # 1: Disqus (https://disqus.com)
  169. # 2: Commento (https://commento.io)
  170. engine = 0
  171. # Which page types are commentable?
  172. commentable = {page = true, post = true, docs = true, project = true, publication = true, talk = true}
  173. # Configuration of Disqus.
  174. [comments.disqus]
  175. shortname = "" # Paste the shortname from your Disqus dashboard.
  176. show_count = true # Show comment count in page header? (true/false)
  177. # Configuration of Commento.
  178. [comments.commento]
  179. # If self-hosting Commento, enter its URL here (e.g. "https://commento.?.com"), otherwise leave empty.
  180. url = ""
  181. ############################
  182. ## Search
  183. ############################
  184. [search]
  185. # Search provider:
  186. # 0: No search engine
  187. # 1: Academic (built-in)
  188. # 2: Algolia (https://www.algolia.com)
  189. engine = 1
  190. # Configuration of Algolia search engine.
  191. # Paste the values from your Algolia dashboard.
  192. [search.algolia]
  193. app_id = ""
  194. api_key = ""
  195. index_name = ""
  196. show_logo = false
  197. ############################
  198. ## Maps
  199. ############################
  200. [map]
  201. # To show your address on a map in the Contact widget, enter your latitude and longitude (above)
  202. # and choose a map provider below.
  203. #
  204. # To use Google Maps, set `engine` to 1 and enter your API key that can be obtained here:
  205. # https://developers.google.com/maps/documentation/javascript/get-api-key
  206. # To use OpenStreetMap tiles, set `engine` to 2.
  207. # To use OpenStreetMap on a high traffic site, set `engine` to 3 and enter your API key that can be obtained here:
  208. # https://www.mapbox.com/studio/account/tokens
  209. #
  210. # Map provider:
  211. # 0: No map
  212. # 1: Google Maps
  213. # 2: OpenStreetMap (Mapnik)
  214. # 3: OpenStreetMap (Mapbox)
  215. engine = 2
  216. api_key = ""
  217. zoom = 15
  218. ############################
  219. ## Marketing
  220. ############################
  221. [marketing]
  222. google_analytics = ""
  223. google_tag_manager = ""
  224. ############################
  225. ## Content Management System
  226. ############################
  227. [cms]
  228. # See https://sourcethemes.com/academic/docs/install/#install-with-web-browser
  229. netlify_cms = true
  230. ############################
  231. ## Icon Pack Extensions
  232. ############################
  233. [icon.pack]
  234. ai = false # Academicons icon pack https://jpswalsh.github.io/academicons/