config.toml 5.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193
  1. baseurl = "https://example.com/" # End your URL with a `/` trailing slash.
  2. title = "Academic"
  3. copyright = "© 2016 Your Name"
  4. theme = "academic"
  5. enableEmoji = true
  6. footnotereturnlinkcontents = "<sup>^</sup>"
  7. # Enable comments by entering your Disqus shortname
  8. disqusShortname = ""
  9. # Enable analytics by entering your Google Analytics tracking ID
  10. googleAnalytics = ""
  11. # Default language to use (if you setup multilingual support)
  12. defaultContentLanguage = "en"
  13. defaultContentLanguageInSubdir = false
  14. [blackfriday]
  15. hrefTargetBlank = true
  16. [params]
  17. name = "Lena Smith"
  18. role = "Professor of Artificial Intelligence"
  19. organization = "Stanford University"
  20. organization_url = ""
  21. gravatar = false # Get your avatar from Gravatar.com? (true/false)
  22. avatar = "portrait.jpg" # Specify an avatar image (in `static/img/` folder) or delete value to disable avatar.
  23. email = "test@example.org"
  24. address = "Building 1 Room 1, Stanford University, California, 90210, USA"
  25. office_hours = "Monday 10:00 to 13:00 or email for appointment"
  26. phone = "888 888 88 88"
  27. skype = "echo123"
  28. telegram = ""
  29. # Enable Keybase in Contact section by entering your keybase.io username.
  30. keybase = ""
  31. # Date format (refer to Go's date format: http://flippinggodateformat.com )
  32. # Examples: "Mon, Jan 2, 2006" or "2006-01-02"
  33. date_format = "Mon, Jan 2, 2006"
  34. # Enable global LaTeX math rendering?
  35. # If false, you can enable it locally on a per page basis.
  36. math = false
  37. # Highlight.js options
  38. # highlight
  39. # Enable global source code highlighting? If false, you can
  40. # override it for a particular page in that page's preamble.
  41. #
  42. # Example: highlight = true
  43. #
  44. # highlight_languages
  45. # Add support for highlighting additional languages. Support for
  46. # languages mentioned here will be included in all pages. You
  47. # can also set this variable for a particular page in that
  48. # page's preamble.
  49. #
  50. # Example: highlight_languages = ["go", "lisp", "ocaml"]
  51. #
  52. # highlight_style
  53. # Choose a different CSS style for highlighting source
  54. # code. Setting this option in a page's preamble has no
  55. # effect.
  56. #
  57. # Example: highlight_style = "github-gist"
  58. #
  59. # highlight_version
  60. # Choose the version of highlight.js you want. Setting this
  61. # option in a page's preamble has no effect.
  62. #
  63. # Example: highlight_version = "9.9.0"
  64. #
  65. # For the list of supported languages, styles, and versions, see:
  66. # https://cdnjs.com/libraries/highlight.js/
  67. #
  68. # For more info on the highlighting options, see:
  69. # https://gcushen.github.io/hugo-academic-demo/post/writing-markdown-latex/#highlighting-options
  70. highlight = true
  71. highlight_languages = []
  72. # highlight_style = "github"
  73. # highlight_version = "9.9.0"
  74. # Enable native social sharing buttons?
  75. sharing = true
  76. # Link custom CSS and JS assets
  77. # (relative to /static/css and /static/js respectively)
  78. custom_css = []
  79. custom_js = []
  80. # Publication types.
  81. # Used to categorize publications.
  82. # The index of the publication type in the list is used as its unique numerical identifier.
  83. # The numeric ID is used in a publication's frontmatter to categorize it.
  84. # The language can be edited below.
  85. # For multi-lingual sites, copy this block to each language section at the end of this file.
  86. publication_types = [
  87. 'Uncategorized', # 0
  88. 'Conference proceedings', # 1
  89. 'Journal', # 2
  90. 'Work in progress', # 3
  91. 'Technical report', # 4
  92. 'Book', # 5
  93. 'Book chapter' # 6
  94. ]
  95. # Social/Academic Networking
  96. #
  97. # Icon pack "fa" includes the following social network icons:
  98. #
  99. # twitter, weibo, linkedin, github, facebook, pinterest, google-plus,
  100. # youtube, instagram, soundcloud
  101. #
  102. # For email icon, use "fa" icon pack, "envelope" icon, and
  103. # "mailto:your@email.com" as the link.
  104. #
  105. # Full list: https://fortawesome.github.io/Font-Awesome/icons/
  106. #
  107. # Icon pack "ai" includes the following academic network icons:
  108. #
  109. # google-scholar, arxiv, orcid, researchgate, mendeley
  110. #
  111. # Full list: https://jpswalsh.github.io/academicons/
  112. [[params.social]]
  113. icon = "envelope"
  114. icon_pack = "fa"
  115. link = "mailto:test@example.org"
  116. [[params.social]]
  117. icon = "twitter"
  118. icon_pack = "fa"
  119. link = "//twitter.com/GeorgeCushen"
  120. [[params.social]]
  121. icon = "google-scholar"
  122. icon_pack = "ai"
  123. link = "https://scholar.google.co.uk/citations?user=sIwtMXoAAAAJ"
  124. [[params.social]]
  125. icon = "github"
  126. icon_pack = "fa"
  127. link = "//github.com/gcushen"
  128. # Navigation Links
  129. # To link a homepage widget, specify the URL as a hash `#` followed by the filename of the
  130. # desired widget in your `content/home/` folder.
  131. # The weight parameter defines the order that the links will appear in.
  132. [[menu.main]]
  133. name = "Home"
  134. url = "#about"
  135. weight = 1
  136. [[menu.main]]
  137. name = "Publications"
  138. url = "#publications_selected"
  139. weight = 2
  140. [[menu.main]]
  141. name = "Posts"
  142. url = "#posts"
  143. weight = 3
  144. [[menu.main]]
  145. name = "Projects"
  146. url = "#projects"
  147. weight = 4
  148. [[menu.main]]
  149. name = "Teaching"
  150. url = "#teaching"
  151. weight = 5
  152. [[menu.main]]
  153. name = "Contact"
  154. url = "#contact"
  155. weight = 6
  156. # Taxonomies.
  157. [taxonomies]
  158. tag = "tags"
  159. category = "categories"
  160. publication_type = "publication_types"
  161. # Languages
  162. # Create a [languages.X] block for each language you want, where X is the language ID.
  163. # Configure the English version of the website.
  164. [languages.en]
  165. languageCode = "en-us"