_config.yml 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. # Configurations
  2. title: streamlit快速入门
  3. longtitle: streamlit快速入门
  4. author: liuyuqi
  5. email: liuyuqi.gov@msn.cn
  6. description: >
  7. How to use streamlit
  8. version: 1.0
  9. gitbook_version: 3.2.3
  10. url: 'https://boyrobot.github.io/'
  11. baseurl: '/'
  12. rss: RSS
  13. # bootstrap: use the remote theme for the site itself
  14. remote_theme: sighingnow/jekyll-gitbook
  15. toc:
  16. enabled: true
  17. h_min: 1
  18. h_max: 3
  19. # customize the link favicon in header, will be {{site.baseurl}}/{{site.favicon_path}}
  20. favicon_path: /assets/gitbook/images/favicon.ico
  21. # markdown render engine.
  22. markdown: kramdown
  23. kramdown:
  24. auto_ids: true
  25. input: GFM
  26. math_engine: mathjax
  27. smart_quotes: lsquo,rsquo,ldquo,rdquo
  28. toc_levels: 1..6
  29. syntax_highlighter: rouge
  30. syntax_highlighter_opts:
  31. guess_lang: true
  32. syntax_highlighter_style: github
  33. markdown_ext: markdown,mkdown,mkdn,mkd,md
  34. # Permalinks
  35. permalink: /:categories/:year-:month-:day-:title:output_ext
  36. exclude:
  37. - _drafts
  38. collections:
  39. c1:
  40. output: true
  41. permalink: /:collection/:path/
  42. c2:
  43. output: true
  44. permalink: /:collection/:path/
  45. c3:
  46. output: true
  47. permalink: /:collection/:path/
  48. page_width: 900px
  49. destination: ./_site
  50. incremental: false
  51. regenerate: true
  52. plugins:
  53. - jekyll-feed
  54. - jekyll-readme-index
  55. - jemoji