Skip to content

eta-zhang/ACV-LLM

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project Website

This repository jekyll-ized the source code for the Nerfies website. You only need to change the content of index.md. It's possible to only write in markdown, but you can also use HTML to achieve fancier effects.

Test it locally

Install Jekyll, and run

jekyll serve

in this directory. Then you can see the website at http://127.0.0.1:4000.

If you want to generate a static URL, please run

jekyll build