Skip to content

lmarena/lmarena.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Mar 18, 2025
cd86a92 · Mar 18, 2025
Sep 10, 2024
Sep 20, 2024
Sep 10, 2024
Sep 25, 2024
Sep 25, 2024
Feb 7, 2025
Sep 10, 2024
Mar 18, 2025
Sep 25, 2024
Mar 18, 2025
Sep 10, 2024
Sep 10, 2024
Sep 10, 2024
Sep 30, 2024
Sep 10, 2024
Sep 10, 2024
Sep 10, 2024
Sep 20, 2024
Sep 10, 2024
Sep 10, 2024
Sep 10, 2024
Nov 9, 2024
Feb 7, 2025
Sep 10, 2024
Sep 10, 2024
Sep 20, 2024
Mar 18, 2025
Mar 18, 2025
Sep 30, 2024
Sep 10, 2024
Sep 10, 2024
Sep 10, 2024
Sep 10, 2024

Repository files navigation

Chatbot Arena Blog

For careful documentation of this template, see here.

Dev workflow

Install ruby and bundle:

conda install -c conda-forge ruby compilers make imagemagick
gem install bundler

Run bundle install and bundle exec jekyll serve to start a local server. To build for production, run bundle exec jekyll build and copy _site to the server.

If you also want to remove unused css classes from your file, run:

$ purgecss -c purgecss.config.js

which will replace the css files in the _site/assets/css/ folder with the purged css files.

Note: Make sure to correctly set the url and baseurl fields in _config.yml before building the webpage. If you are deploying your webpage to your-domain.com/your-project/, you must set url: your-domain.com and baseurl: /your-project/. If you are deploying directly to your-domain.com, leave baseurl blank, do not delete it.

Blog post formatting

We will write blog posts in the distill format. See this example for an example, and this template for code.

This template was taken from AI-Folio.

Commands

Format the code

npx prettier . --write