f73e710e38
Build site and push to gh-pages / Build site (push) Waiting to run
Build / build (push) Waiting to run
Linter / lint (push) Waiting to run
Security / dependency-review (push) Waiting to run
Security / npm-audit (push) Waiting to run
Security / codeql (push) Waiting to run
Tests / test (push) Waiting to run
40 lines
699 B
YAML
40 lines
699 B
YAML
name: "WebLLM"
|
|
short_name: "WebLLM"
|
|
|
|
url: https://webllm.mlc.ai
|
|
|
|
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: ""
|
|
|
|
# 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/web-llm
|