config.toml 7.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259
  1. baseurl = "/" # End your URL with a `/` trailing slash, e.g. `https://example.com/`.
  2. title = "Academic"
  3. copyright = "© 2017 Your Name"
  4. theme = "academic"
  5. enableEmoji = true
  6. footnotereturnlinkcontents = "<sup>^</sup>"
  7. ignoreFiles = ["\\.Rmd$", "\\.Rmarkdown$", "_files$", "_cache$"]
  8. preserveTaxonomyNames = true
  9. paginate = 10
  10. # Enable comments by entering your Disqus shortname
  11. disqusShortname = ""
  12. # Enable analytics by entering your Google Analytics tracking ID
  13. googleAnalytics = ""
  14. # Default language to use (if you setup multilingual support)
  15. defaultContentLanguage = "en"
  16. defaultContentLanguageInSubdir = false
  17. [outputs]
  18. home = [ "HTML", "CSS", "RSS" ]
  19. section = [ "HTML", "RSS" ]
  20. # Configure BlackFriday Markdown rendering.
  21. # See: https://gohugo.io/readfiles/bfconfig/
  22. [blackfriday]
  23. hrefTargetBlank = true # `true` opens external links in a new tab.
  24. fractions = true # `false` disables smart fractions (e.g. 5/12 formatted as a fraction).
  25. smartypants = true # `false` disables all smart punctuation substitutions (e.g. smart quotes, dashes, fractions).
  26. [params]
  27. # Color theme.
  28. # Choose from `default`, `ocean`, `forest`, or `coffee`.
  29. color_theme = "default"
  30. # Font style.
  31. # Choose from `default`, `classic`, or `playfair`.
  32. font = "default"
  33. # Your details.
  34. name = "Lena Smith"
  35. role = "Professor of Artificial Intelligence"
  36. # Organizations/Affiliations.
  37. # Separate multiple entries with a comma, using the form: `[ {name="Org1", url=""}, {name="Org2", url=""} ]`.
  38. organizations = [ { name = "Stanford University", url = "" } ]
  39. gravatar = false # Get your avatar from Gravatar.com? (true/false)
  40. avatar = "portrait.jpg" # Specify an avatar image (in `static/img/` folder) or delete value to disable avatar.
  41. email = "test@example.org"
  42. address = "Building 1 Room 1, Stanford University, California, 90210, USA"
  43. office_hours = "Monday 10:00 to 13:00 or email for appointment"
  44. phone = "888 888 88 88"
  45. skype = "echo123"
  46. telegram = ""
  47. # Enable Keybase in Contact section by entering your keybase.io username.
  48. keybase = ""
  49. # Discussion link (e.g. link to a forum, mailing list, or chat).
  50. # Uncomment line below to use.
  51. # discussion = { name = "Discuss", url = "https://discourse.gohugo.io" }
  52. # Diplay a logo in navigation bar rather than title (optional).
  53. # To enable, place an image in `static/img/` and reference its filename below. To disable, set the value to "".
  54. logo = ""
  55. # Enable Google Maps by entering your API key, latitude, and longitude.
  56. # Get your API key: https://developers.google.com/maps/documentation/javascript/get-api-key
  57. # Get your coords: Right-click place on Google Maps. Select 'What's here?'. At the bottom is a card with the coords.
  58. # Disable Google Maps by clearing all three options to "".
  59. google_maps_api_key = ""
  60. latitude = "37.4275"
  61. longitude = "-122.1697"
  62. # Date and time format (refer to Go's date format: http://fuckinggodateformat.com )
  63. # Examples: "Mon, Jan 2, 2006" or "2006-01-02"
  64. date_format = "Jan 2, 2006"
  65. # Examples: "3:04 pm" or "15:04"
  66. time_format = "3:04 PM"
  67. # Show estimated reading time for posts?
  68. reading_time = true
  69. # Display comment count? Requires commenting to be enabled.
  70. comment_count = true
  71. # Display section pager for posts?
  72. section_pager = false
  73. # Enable global LaTeX math rendering?
  74. # If false, you can enable it locally on a per page basis.
  75. math = false
  76. # Highlight.js options
  77. # highlight
  78. # Enable global source code highlighting? If false, you can
  79. # override it for a particular page in that page's preamble.
  80. #
  81. # Example: highlight = true
  82. #
  83. # highlight_languages
  84. # Add support for highlighting additional languages. Support for
  85. # languages mentioned here will be included in all pages. You
  86. # can also set this variable for a particular page in that
  87. # page's preamble.
  88. #
  89. # Example: highlight_languages = ["go", "lisp", "ocaml"]
  90. #
  91. # highlight_style
  92. # Choose a different CSS style for highlighting source
  93. # code. Setting this option in a page's preamble has no
  94. # effect.
  95. #
  96. # Example: highlight_style = "github-gist"
  97. #
  98. # For the list of supported languages and styles, see:
  99. # https://cdnjs.com/libraries/highlight.js/
  100. #
  101. # For more info on the highlighting options, see:
  102. # https://sourcethemes.com/academic/post/writing-markdown-latex/#highlighting-options
  103. highlight = true
  104. highlight_languages = []
  105. # highlight_style = "github"
  106. # Enable native social sharing buttons?
  107. sharing = true
  108. # Link custom CSS and JS assets
  109. # (relative to /static/css and /static/js respectively)
  110. custom_css = []
  111. custom_js = []
  112. # Publication types.
  113. # Used to categorize publications.
  114. # The index of the publication type in the list is used as its unique numerical identifier.
  115. # The numeric ID is used in a publication's frontmatter to categorize it.
  116. # The language can be edited below.
  117. # For multi-lingual sites, copy this block to each language section at the end of this file.
  118. publication_types = [
  119. 'Uncategorized', # 0
  120. 'Conference proceedings', # 1
  121. 'Journal', # 2
  122. 'Work in progress', # 3
  123. 'Technical report', # 4
  124. 'Book', # 5
  125. 'Book chapter' # 6
  126. ]
  127. # Configuration of talk pages.
  128. [params.talks]
  129. # Show talk time?
  130. time = true
  131. # Configuration of publication pages.
  132. [params.publications]
  133. # Date format (refer to Go's date format: http://fuckinggodateformat.com )
  134. # Examples: "Mon, Jan 2, 2006" or "2006-01-02"
  135. date_format = "January, 2006"
  136. # Configuration of project pages.
  137. [params.projects]
  138. # List publications and talks related to the project?
  139. list_children = true
  140. # Publication list format.
  141. # 0 = Simple
  142. # 1 = Detailed
  143. # 2 = APA
  144. # 3 = MLA
  145. publication_format = 3
  146. # Social/Academic Networking
  147. #
  148. # Icon pack "fa" includes the following social network icons:
  149. #
  150. # twitter, weibo, linkedin, github, facebook, pinterest, google-plus,
  151. # youtube, instagram, soundcloud
  152. #
  153. # For email icon, use "fa" icon pack, "envelope" icon, and
  154. # "mailto:your@email.com" as the link.
  155. #
  156. # Full list: https://fortawesome.github.io/Font-Awesome/icons/
  157. #
  158. # Icon pack "ai" includes the following academic network icons:
  159. #
  160. # google-scholar, arxiv, orcid, researchgate, mendeley
  161. #
  162. # Full list: https://jpswalsh.github.io/academicons/
  163. [[params.social]]
  164. icon = "envelope"
  165. icon_pack = "fa"
  166. link = "mailto:test@example.org"
  167. [[params.social]]
  168. icon = "twitter"
  169. icon_pack = "fa"
  170. link = "//twitter.com/GeorgeCushen"
  171. [[params.social]]
  172. icon = "google-scholar"
  173. icon_pack = "ai"
  174. link = "https://scholar.google.co.uk/citations?user=sIwtMXoAAAAJ"
  175. [[params.social]]
  176. icon = "github"
  177. icon_pack = "fa"
  178. link = "//github.com/gcushen"
  179. # Navigation Links
  180. # To link a homepage widget, specify the URL as a hash `#` followed by the filename of the
  181. # desired widget in your `content/home/` folder.
  182. # The weight parameter defines the order that the links will appear in.
  183. [[menu.main]]
  184. name = "Home"
  185. url = "#about"
  186. weight = 1
  187. [[menu.main]]
  188. name = "Publications"
  189. url = "#publications_selected"
  190. weight = 2
  191. [[menu.main]]
  192. name = "Posts"
  193. url = "#posts"
  194. weight = 3
  195. [[menu.main]]
  196. name = "Projects"
  197. url = "#projects"
  198. weight = 4
  199. [[menu.main]]
  200. name = "Teaching"
  201. url = "#teaching"
  202. weight = 5
  203. [[menu.main]]
  204. name = "Contact"
  205. url = "#contact"
  206. weight = 6
  207. # Taxonomies.
  208. [taxonomies]
  209. tag = "tags"
  210. category = "categories"
  211. publication_type = "publication_types"
  212. # Languages
  213. # Create a [languages.X] block for each language you want, where X is the language ID.
  214. # Configure the English version of the website.
  215. [Languages.en]
  216. languageCode = "en-us"