config.toml 6.3 KB

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