config.toml 9.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332
  1. # Configuration of Academic
  2. # Documentation: https://sourcethemes.com/academic/
  3. #
  4. # This file is formatted using TOML syntax - learn more at https://learnxinyminutes.com/docs/toml/
  5. # Each configuration section is defined by a name in square brackets (e.g. `[outputs]`).
  6. # The URL of your website.
  7. # End your URL with a `/` trailing slash, e.g. `https://example.com/`.
  8. baseurl = "/"
  9. # Title of your site
  10. title = "Academic"
  11. # Your copyright notice - appears in site footer.
  12. # To display a copyright symbol, type `©`.
  13. copyright = "© 2018"
  14. theme = "academic"
  15. enableEmoji = true
  16. footnotereturnlinkcontents = "<sup>^</sup>"
  17. ignoreFiles = ["\\.Rmd$", "\\.Rmarkdown$", "_files$", "_cache$"]
  18. preserveTaxonomyNames = true
  19. paginate = 10
  20. # Enable comments by entering your Disqus shortname
  21. disqusShortname = ""
  22. # Enable analytics by entering your Google Analytics tracking ID
  23. googleAnalytics = ""
  24. # Default language to use (if you setup multilingual support)
  25. defaultContentLanguage = "en"
  26. hasCJKLanguage = false # Set `true` for Chinese/Japanese/Korean languages.
  27. defaultContentLanguageInSubdir = false
  28. # Get last modified date for content from Git?
  29. enableGitInfo = false
  30. [outputs]
  31. home = [ "HTML", "CSS", "RSS", "search" ]
  32. section = [ "HTML", "RSS" ]
  33. [outputFormats.search]
  34. baseName = "search"
  35. isPlainText = true
  36. mediaType = "application/json"
  37. notAlternative = true
  38. # Configure BlackFriday Markdown rendering.
  39. # See: https://gohugo.io/getting-started/configuration/#configure-blackfriday
  40. [blackfriday]
  41. hrefTargetBlank = true # `true` opens external links in a new tab.
  42. fractions = true # `false` disables smart fractions (e.g. 5/12 formatted as a fraction).
  43. smartypants = true # `false` disables all smart punctuation substitutions (e.g. smart quotes, dashes, fractions).
  44. [params]
  45. # Color theme.
  46. # Choose from `default`, `ocean`, `forest`, `coffee`, `dark`, or `1950s`.
  47. color_theme = "default"
  48. # Font style.
  49. # Choose from `default`, `classic`, or `playfair`.
  50. font = "default"
  51. # Your details.
  52. name = "Lena Smith"
  53. role = "Professor of Artificial Intelligence"
  54. # Organizations/Affiliations.
  55. # Separate multiple entries with a comma, using the form: `[ {name="Org1", url=""}, {name="Org2", url=""} ]`.
  56. organizations = [ { name = "Stanford University", url = "" } ]
  57. gravatar = false # Get your avatar from Gravatar.com? (true/false)
  58. avatar = "portrait.jpg" # Specify an avatar image (in `static/img/` folder) or delete value to disable avatar.
  59. email = "test@example.org"
  60. address = "Building 1 Room 1, Stanford University, California, 90210, USA"
  61. office_hours = "Monday 10:00 to 13:00 or email for appointment"
  62. phone = "888 888 88 88"
  63. skype = "echo123"
  64. telegram = ""
  65. # Enable Keybase in Contact widget by entering your keybase.io username.
  66. keybase = ""
  67. # Discussion link (e.g. link to a forum, mailing list, or chat).
  68. # Uncomment line below to use.
  69. # discussion = { name = "Discuss", url = "https://discourse.gohugo.io" }
  70. # Diplay a logo in navigation bar rather than title (optional).
  71. # To enable, place an image in `static/img/` and reference its filename below. To disable, set the value to "".
  72. logo = ""
  73. # Enable/disable map in Contact widget.
  74. # To show your address on a map in the contact widget, you need to enter your latitude, longitude and choose
  75. # a map provider below.
  76. # To use Google Maps, set `map = 1` and enter your API key that can be obtained here:
  77. # https://developers.google.com/maps/documentation/javascript/get-api-key
  78. # To use OpenStreetMap tiles, set `map = 2`.
  79. # To use OpenStreetMap on a high traffic site, set `map = 3` and enter your API key that can be obtained here:
  80. # https://www.mapbox.com/studio/account/tokens
  81. # To get your coordinates, right-click on Google Maps and choose "What's here?". The coords will show up at the bottom.
  82. #
  83. # Map provider:
  84. # 0: No map
  85. # 1: Google Maps
  86. # 2: OpenStreetMap (Mapnik)
  87. # 3: OpenStreetMap (Mapbox)
  88. map = 0
  89. map_api_key = ""
  90. latitude = "37.4275"
  91. longitude = "-122.1697"
  92. zoom = 15
  93. # Date and time format (refer to https://sourcethemes.com/academic/docs/customization/#date-format )
  94. # Examples: "Mon, Jan 2, 2006" or "2006-01-02"
  95. date_format = "Jan 2, 2006"
  96. # Examples: "3:04 pm" or "15:04"
  97. time_format = "3:04 PM"
  98. # Show estimated reading time for posts?
  99. reading_time = true
  100. # Display comment count? Requires commenting to be enabled.
  101. comment_count = true
  102. # Display next/previous section pager?
  103. section_pager = false
  104. # Enable global LaTeX math rendering?
  105. # If false, you can enable it locally on a per page basis.
  106. math = false
  107. # Highlight.js options
  108. # highlight
  109. # Enable global source code highlighting? If false, you can
  110. # override it for a particular page in that page's preamble.
  111. #
  112. # Example: highlight = true
  113. #
  114. # highlight_languages
  115. # Add support for highlighting additional languages. Support for
  116. # languages mentioned here will be included in all pages. You
  117. # can also set this variable for a particular page in that
  118. # page's preamble.
  119. #
  120. # Example: highlight_languages = ["go", "lisp", "ocaml"]
  121. #
  122. # highlight_style
  123. # Choose a different CSS style for highlighting source
  124. # code. Setting this option in a page's preamble has no
  125. # effect.
  126. #
  127. # Example: highlight_style = "github-gist"
  128. #
  129. # For the list of supported languages and styles, see:
  130. # https://cdnjs.com/libraries/highlight.js/
  131. #
  132. # For more info on the highlighting options, see:
  133. # https://sourcethemes.com/academic/post/writing-markdown-latex/#highlighting-options
  134. highlight = true
  135. highlight_languages = []
  136. # highlight_style = "github"
  137. # Enable native social sharing buttons?
  138. sharing = true
  139. # Privacy pack
  140. # Show a cookie consent message to visitors
  141. # Anonymize IP in Google Analytics (if enabled)
  142. privacy_pack = false
  143. # Link custom CSS and JS assets
  144. # (relative to /static/css and /static/js respectively)
  145. custom_css = []
  146. custom_js = []
  147. # Publication types.
  148. # Used to categorize publications.
  149. # The index of the publication type in the list is used as its unique numerical identifier.
  150. # The numeric ID is used in a publication's frontmatter to categorize it.
  151. # The language can be edited below.
  152. # For multilingual sites, `publication_types` can be copied to each language section at the end of this file and
  153. # translated.
  154. publication_types = [
  155. 'Uncategorized', # 0
  156. 'Conference paper', # 1
  157. 'Journal article', # 2
  158. 'Manuscript', # 3
  159. 'Report', # 4
  160. 'Book', # 5
  161. 'Book section' # 6
  162. ]
  163. # Configuration of talk pages.
  164. [params.talks]
  165. # Show talk time?
  166. time = true
  167. # Configuration of publication pages.
  168. [params.publications]
  169. # Date format (refer to https://sourcethemes.com/academic/docs/customization/#date-format )
  170. # Examples: "Mon, Jan 2, 2006" or "2006-01-02"
  171. date_format = "January, 2006"
  172. # Configuration of project pages.
  173. [params.projects]
  174. # List publications and talks related to the project?
  175. list_children = true
  176. # Publication list format.
  177. # 0 = Simple
  178. # 1 = Detailed
  179. # 2 = APA
  180. # 3 = MLA
  181. publication_format = 3
  182. # Social/Academic Networking
  183. #
  184. # Icon pack "fa" includes the following social network icons:
  185. #
  186. # twitter, weibo, linkedin, github, facebook, pinterest, google-plus,
  187. # youtube, instagram, soundcloud
  188. #
  189. # For email icon, use "fa" icon pack, "envelope" icon, and
  190. # "mailto:your@email.com" as the link.
  191. #
  192. # Full list: https://fortawesome.github.io/Font-Awesome/icons/
  193. #
  194. # Icon pack "ai" includes the following academic network icons:
  195. #
  196. # google-scholar, arxiv, orcid, researchgate, mendeley
  197. #
  198. # Full list: https://jpswalsh.github.io/academicons/
  199. [[params.social]]
  200. icon = "envelope"
  201. icon_pack = "fa"
  202. link = "mailto:test@example.org"
  203. [[params.social]]
  204. icon = "twitter"
  205. icon_pack = "fa"
  206. link = "//twitter.com/GeorgeCushen"
  207. [[params.social]]
  208. icon = "google-scholar"
  209. icon_pack = "ai"
  210. link = "https://scholar.google.co.uk/citations?user=sIwtMXoAAAAJ"
  211. [[params.social]]
  212. icon = "github"
  213. icon_pack = "fa"
  214. link = "//github.com/gcushen"
  215. # Link to a PDF of your resume/CV from the About widget.
  216. # To enable, copy your resume/CV to `static/files/cv.pdf` and uncomment the lines below.
  217. # [[params.social]]
  218. # icon = "cv"
  219. # icon_pack = "ai"
  220. # link = "files/cv.pdf"
  221. # Navigation Links
  222. # To link a homepage widget, specify the URL as a hash `#` followed by the filename of the
  223. # desired widget in your `content/home/` folder.
  224. # The weight parameter defines the order that the links will appear in.
  225. [params.menus]
  226. # Align the main menu to the right of the page? (true/false)
  227. align_right = true
  228. [[menu.main]]
  229. name = "Home"
  230. url = "#about"
  231. weight = 1
  232. [[menu.main]]
  233. name = "Publications"
  234. url = "#publications_selected"
  235. weight = 2
  236. [[menu.main]]
  237. name = "Posts"
  238. url = "#posts"
  239. weight = 3
  240. [[menu.main]]
  241. name = "Projects"
  242. url = "#projects"
  243. weight = 4
  244. [[menu.main]]
  245. name = "Teaching"
  246. url = "#teaching"
  247. weight = 5
  248. [[menu.main]]
  249. name = "Contact"
  250. url = "#contact"
  251. weight = 6
  252. # Link to a PDF of your resume/CV from the menu.
  253. # To enable, copy your resume/CV to `static/files/cv.pdf` and uncomment the lines below.
  254. # [[menu.main]]
  255. # name = "CV"
  256. # url = "files/cv.pdf"
  257. # weight = 7
  258. # Search.
  259. [params.search]
  260. # Search provider:
  261. # 0: No search engine
  262. # 1: Algolia (https://www.algolia.com)
  263. engine = 0
  264. # Configuration of Algolia search engine.
  265. # Paste the values from your Algolia dashboard.
  266. [params.search.algolia]
  267. app_id = ""
  268. api_key = ""
  269. index_name = ""
  270. # Taxonomies.
  271. [taxonomies]
  272. tag = "tags"
  273. category = "categories"
  274. publication_type = "publication_types"
  275. # Languages
  276. # Create a [languages.X] block for each language you want, where X is the language ID.
  277. # Configure the English version of the website.
  278. [Languages.en]
  279. languageCode = "en-us"