config.toml 9.5 KB

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