CoolFace
Apppublic

marii/study_group_example

sourceHugging Faceupdated 4y agoView on Hugging Face
0likes
_config.yml66 linesDownload Raw Back to docs
1repository: marii.moe/pets2output: web3topnav_title: pets4site_title: pets5company_name: apache6description: A example for study group7# Set to false to disable KaTeX math8use_math: true9# Add Google analytics id if you have one and want to use it here10google_analytics:11# See http://nbdev.fast.ai/search for help with adding Search12google_search:13 14host: 127.0.0.115# the preview server used. Leave as is.16port: 400017# the port where the preview is rendered.18 19exclude:20  - .idea/21  - .gitignore22  - vendor23 24exclude: [vendor]25 26highlighter: rouge27markdown: kramdown28kramdown:29 input: GFM30 auto_ids: true31 hard_wrap: false32 syntax_highlighter: rouge33 34collections:35  tooltips:36    output: false37 38defaults:39  -40    scope:41      path: ""42      type: "pages"43    values:44      layout: "page"45      comments: true46      search: true47      sidebar: home_sidebar48      topnav: topnav49  -50    scope:51      path: ""52      type: "tooltips"53    values:54      layout: "page"55      comments: true56      search: true57      tooltip: true58 59sidebars:60- home_sidebar61 62plugins:63    - jekyll-remote-theme64    65remote_theme: fastai/nbdev-jekyll-theme66baseurl: /pets/