123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869 |
- # Configurations
- title: streamlit快速入门
- longtitle: streamlit快速入门
- author: liuyuqi
- email: liuyuqi.gov@msn.cn
- description: >
- How to use streamlit
- version: 1.0
- gitbook_version: 3.2.3
- url: 'https://boyrobot.github.io/'
- baseurl: '/'
- rss: RSS
- # bootstrap: use the remote theme for the site itself
- remote_theme: sighingnow/jekyll-gitbook
- toc:
- enabled: true
- h_min: 1
- h_max: 3
- # customize the link favicon in header, will be {{site.baseurl}}/{{site.favicon_path}}
- favicon_path: /assets/gitbook/images/favicon.ico
- # markdown render engine.
- markdown: kramdown
- kramdown:
- auto_ids: true
- input: GFM
- math_engine: mathjax
- smart_quotes: lsquo,rsquo,ldquo,rdquo
- toc_levels: 1..6
- syntax_highlighter: rouge
- syntax_highlighter_opts:
- guess_lang: true
- syntax_highlighter_style: github
- markdown_ext: markdown,mkdown,mkdn,mkd,md
- # Permalinks
- permalink: /:categories/:year-:month-:day-:title:output_ext
- exclude:
- - _drafts
- collections:
- c1:
- output: true
- permalink: /:collection/:path/
- c2:
- output: true
- permalink: /:collection/:path/
- c3:
- output: true
- permalink: /:collection/:path/
- page_width: 900px
- destination: ./_site
- incremental: false
- regenerate: true
- plugins:
- - jekyll-feed
- - jekyll-readme-index
- - jemoji
|