config.toml 5.7 KB

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