config.toml 5.8 KB

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