File size: 712 Bytes
d443007 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 |
name: "MLC LLM"
short_name: "MLC LLM"
url: https://mlc.ai/mlc-llm
exclude: [README.md, serve_local.sh]
plugins:
- jekyll-remote-theme
remote_theme: mlc-ai/jekyll-theme-mlc
# Colorize code snippets with the rogue module if we want to deploy on GH.
highlighter: rouge
markdown: kramdown
# The path structure for blog posts.
permalink: /blog/:year/:month/:day/:title.html
# Number of news stories on the front page.
front_page_news: 8
# Base pathname for links.
base: '/mlc-llm'
# make pages for the _projects folder
collections:
projects:
output: true
course_title:
# Navigation bar links.
navigation:
- title: Home
link: /
- title: Github
link: https://github.com/mlc-ai/mlc-llm
|