config.toml 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340
  1. # Configuration of Academic
  2. # Documentation: https://sourcethemes.com/academic/
  3. #
  4. # This file is formatted using TOML syntax - learn more at https://learnxinyminutes.com/docs/toml/
  5. # Each configuration section is defined by a name in square brackets (e.g. `[outputs]`).
  6. # The URL of your website.
  7. # End your URL with a `/` trailing slash, e.g. `https://example.com/`.
  8. baseurl = "/"
  9. # Title of your site
  10. title = "Academic"
  11. # Your copyright notice - appears in site footer.
  12. # To display a copyright symbol, type `©`.
  13. copyright = "© 2018"
  14. theme = "academic"
  15. enableEmoji = true
  16. footnotereturnlinkcontents = "<sup>^</sup>"
  17. ignoreFiles = ["\\.Rmd$", "\\.Rmarkdown$", "_files$", "_cache$"]
  18. preserveTaxonomyNames = true
  19. paginate = 10
  20. # Enable comments by entering your Disqus shortname
  21. disqusShortname = ""
  22. # Enable analytics by entering your Google Analytics tracking ID
  23. googleAnalytics = ""
  24. # Default language to use (if you setup multilingual support)
  25. defaultContentLanguage = "en"
  26. hasCJKLanguage = false # Set `true` for Chinese/Japanese/Korean languages.
  27. defaultContentLanguageInSubdir = false
  28. # Get last modified date for content from Git?
  29. enableGitInfo = false
  30. [outputs]
  31. home = [ "HTML", "CSS", "RSS", "JSON" ]
  32. section = [ "HTML", "RSS" ]
  33. # Configure BlackFriday Markdown rendering.
  34. # See: https://gohugo.io/getting-started/configuration/#configure-blackfriday
  35. [blackfriday]
  36. hrefTargetBlank = true # `true` opens external links in a new tab.
  37. fractions = true # `false` disables smart fractions (e.g. 5/12 formatted as a fraction).
  38. smartypants = true # `false` disables all smart punctuation substitutions (e.g. smart quotes, dashes, fractions).
  39. [params]
  40. # Color theme.
  41. # Choose from `default`, `ocean`, `forest`, `coffee`, `dark`, or `1950s`.
  42. color_theme = "default"
  43. # Font style.
  44. # Choose from `default`, `classic`, or `playfair`.
  45. font = "default"
  46. # Your details.
  47. name = "Lena Smith"
  48. role = "Professor of Artificial Intelligence"
  49. # Organizations/Affiliations.
  50. # Separate multiple entries with a comma, using the form: `[ {name="Org1", url=""}, {name="Org2", url=""} ]`.
  51. organizations = [ { name = "Stanford University", url = "" } ]
  52. gravatar = false # Get your avatar from Gravatar.com? (true/false)
  53. avatar = "portrait.jpg" # Specify an avatar image (in `static/img/` folder) or delete value to disable avatar.
  54. email = "test@example.org"
  55. address = "Building 1 Room 1, Stanford University, California, 90210, USA"
  56. office_hours = "Monday 10:00 to 13:00 or email for appointment"
  57. phone = "888 888 88 88"
  58. twitter = ""
  59. skype = "echo123"
  60. telegram = ""
  61. # Enable Keybase in Contact widget by entering your keybase.io username.
  62. keybase = ""
  63. # Discussion link (e.g. link to a forum, mailing list, or chat).
  64. # Uncomment line below to use.
  65. # discussion = { name = "Discuss", url = "https://discourse.gohugo.io" }
  66. # Diplay a logo in navigation bar rather than title (optional).
  67. # To enable, place an image in `static/img/` and reference its filename below. To disable, set the value to "".
  68. logo = ""
  69. # Enable/disable map in Contact widget.
  70. # To show your address on a map in the contact widget, you need to enter your latitude, longitude and choose
  71. # a map provider below.
  72. # To use Google Maps, set `map = 1` and enter your API key that can be obtained here:
  73. # https://developers.google.com/maps/documentation/javascript/get-api-key
  74. # To use OpenStreetMap tiles, set `map = 2`.
  75. # To use OpenStreetMap on a high traffic site, set `map = 3` and enter your API key that can be obtained here:
  76. # https://www.mapbox.com/studio/account/tokens
  77. # To get your coordinates, right-click on Google Maps and choose "What's here?". The coords will show up at the bottom.
  78. #
  79. # Map provider:
  80. # 0: No map
  81. # 1: Google Maps
  82. # 2: OpenStreetMap (Mapnik)
  83. # 3: OpenStreetMap (Mapbox)
  84. map = 0
  85. map_api_key = ""
  86. latitude = "37.4275"
  87. longitude = "-122.1697"
  88. zoom = 15
  89. # Date and time format (refer to https://sourcethemes.com/academic/docs/customization/#date-format )
  90. # Examples: "Mon, Jan 2, 2006" or "2006-01-02"
  91. date_format = "Jan 2, 2006"
  92. # Examples: "3:04 pm" or "15:04"
  93. time_format = "3:04 PM"
  94. # Show estimated reading time for posts?
  95. reading_time = true
  96. # Display comment count? Requires commenting to be enabled.
  97. comment_count = true
  98. # Display next/previous section pager?
  99. section_pager = false
  100. # Enable global LaTeX math rendering?
  101. # If false, you can enable it locally on a per page basis.
  102. math = false
  103. # Highlight.js options
  104. # highlight
  105. # Enable global source code highlighting? If false, you can
  106. # override it for a particular page in that page's preamble.
  107. #
  108. # Example: highlight = true
  109. #
  110. # highlight_languages
  111. # Add support for highlighting additional languages. Support for
  112. # languages mentioned here will be included in all pages.
  113. #
  114. # Example: highlight_languages = ["go", "lisp", "ocaml"]
  115. #
  116. # highlight_style
  117. # Choose a different CSS style for highlighting source
  118. # code. Setting this option in a page's preamble has no
  119. # effect.
  120. #
  121. # Example: highlight_style = "github-gist"
  122. #
  123. # For the list of supported languages and styles, see:
  124. # https://cdnjs.com/libraries/highlight.js/
  125. #
  126. # For more info on the highlighting options, see:
  127. # https://sourcethemes.com/academic/docs/writing-markdown-latex/#highlighting-options
  128. highlight = true
  129. highlight_languages = []
  130. # highlight_style = "github"
  131. # Enable native social sharing buttons?
  132. sharing = true
  133. # Privacy pack
  134. # Show a cookie consent message to visitors
  135. # Anonymize IP in Google Analytics (if enabled)
  136. privacy_pack = false
  137. # Link custom CSS and JS assets
  138. # (relative to /static/css and /static/js respectively)
  139. custom_css = []
  140. custom_js = []
  141. # Publication types.
  142. # Used to categorize publications.
  143. # The index of the publication type in the list is used as its unique numerical identifier.
  144. # The numeric ID is used in a publication's frontmatter to categorize it.
  145. # The language can be edited below.
  146. # For multilingual sites, `publication_types` can be copied to each language section at the end of this file and
  147. # translated.
  148. publication_types = [
  149. 'Uncategorized', # 0
  150. 'Conference paper', # 1
  151. 'Journal article', # 2
  152. 'Manuscript', # 3
  153. 'Report', # 4
  154. 'Book', # 5
  155. 'Book section' # 6
  156. ]
  157. # Configuration of talk pages.
  158. [params.talks]
  159. # Show talk time?
  160. time = true
  161. # Configuration of publication pages.
  162. [params.publications]
  163. # Date format (refer to https://sourcethemes.com/academic/docs/customization/#date-format )
  164. # Examples: "Mon, Jan 2, 2006" or "2006-01-02"
  165. date_format = "January, 2006"
  166. # Configuration of project pages.
  167. [params.projects]
  168. # List publications and talks related to the project?
  169. list_children = true
  170. # Publication list format.
  171. # 0 = Simple
  172. # 1 = Detailed
  173. # 2 = APA
  174. # 3 = MLA
  175. publication_format = 3
  176. # Social/Academic Networking
  177. #
  178. # Icon pack "fab" includes the following social network icons:
  179. #
  180. # twitter, weibo, linkedin, github, facebook, pinterest, google-plus,
  181. # youtube, instagram, soundcloud
  182. #
  183. # For email icon, use "fas" icon pack, "envelope" icon, and
  184. # "mailto:your@email.com" as the link.
  185. #
  186. # Full list: https://fontawesome.com/icons
  187. #
  188. # Icon pack "ai" includes the following academic icons:
  189. #
  190. # cv, google-scholar, arxiv, orcid, researchgate, mendeley
  191. #
  192. # Full list: https://jpswalsh.github.io/academicons/
  193. [[params.social]]
  194. icon = "envelope"
  195. icon_pack = "fas"
  196. link = "mailto:test@example.org"
  197. [[params.social]]
  198. icon = "twitter"
  199. icon_pack = "fab"
  200. link = "//twitter.com/GeorgeCushen"
  201. [[params.social]]
  202. icon = "google-scholar"
  203. icon_pack = "ai"
  204. link = "https://scholar.google.co.uk/citations?user=sIwtMXoAAAAJ"
  205. [[params.social]]
  206. icon = "github"
  207. icon_pack = "fab"
  208. link = "//github.com/gcushen"
  209. # Link to a PDF of your resume/CV from the About widget.
  210. # To enable, copy your resume/CV to `static/files/cv.pdf` and uncomment the lines below.
  211. # [[params.social]]
  212. # icon = "cv"
  213. # icon_pack = "ai"
  214. # link = "files/cv.pdf"
  215. # Navigation Links
  216. # To link a homepage widget, specify the URL as a hash `#` followed by the filename of the
  217. # desired widget in your `content/home/` folder.
  218. # The weight parameter defines the order that the links will appear in.
  219. [params.menus]
  220. # Align the main menu to the right of the page? (true/false)
  221. align_right = true
  222. [[menu.main]]
  223. name = "Home"
  224. url = "#about"
  225. weight = 1
  226. [[menu.main]]
  227. name = "Publications"
  228. url = "#publications_selected"
  229. weight = 2
  230. [[menu.main]]
  231. name = "Posts"
  232. url = "#posts"
  233. weight = 3
  234. [[menu.main]]
  235. name = "Projects"
  236. url = "#projects"
  237. weight = 4
  238. [[menu.main]]
  239. name = "Tutorials"
  240. url = "/tutorial/"
  241. weight = 5
  242. [[menu.main]]
  243. name = "Contact"
  244. url = "#contact"
  245. weight = 6
  246. # Link to a PDF of your resume/CV from the menu.
  247. # To enable, copy your resume/CV to `static/files/cv.pdf` and uncomment the lines below.
  248. # [[menu.main]]
  249. # name = "CV"
  250. # url = "files/cv.pdf"
  251. # weight = 7
  252. # Search.
  253. [params.search]
  254. # Search provider:
  255. # 0: No search engine
  256. # 1: Built-in (Fuse)
  257. # 2: Algolia (https://www.algolia.com)
  258. engine = 1
  259. # Configuration of Algolia search engine.
  260. # Paste the values from your Algolia dashboard.
  261. [params.search.algolia]
  262. app_id = ""
  263. api_key = ""
  264. index_name = ""
  265. show_logo = false
  266. # Taxonomies.
  267. [taxonomies]
  268. tag = "tags"
  269. category = "categories"
  270. publication_type = "publication_types"
  271. # Languages
  272. # Create a [languages.X] block for each language you want, where X is the language ID.
  273. # Refer to https://sourcethemes.com/academic/docs/language/
  274. # Configure the English version of the website.
  275. [languages.en]
  276. languageCode = "en-us"
  277. # Uncomment the lines below to configure your website in a second language.
  278. #[languages.zh]
  279. # languageCode = "zh-Hans"
  280. # title = "Chinese website title..."
  281. # [languages.zh.params]
  282. # name = "Your name in Chinese..."
  283. # role = "Your role in Chinese..."
  284. # [[languages.zh.menu.main]]
  285. # name = "Wo"
  286. # url = "#about"
  287. # weight = 1