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