config.toml 5.6 KB

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