Skip to content

Commit

Permalink
Merge branch 'main' of github.com:chatbot-arena/chatbot-arena.github.io
Browse files Browse the repository at this point in the history
  • Loading branch information
aangelopoulos committed Sep 10, 2024
2 parents b4ab9d7 + 0bca17b commit a75aee6
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 21 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,10 @@ which will replace the css files in the `_site/assets/css/` folder with the purg
We will write blog posts in the distill format. See [this example](https://alshedivat.github.io/al-folio/blog/2021/distill/) for an example, and [this template](https://github.com/alshedivat/al-folio/blob/master/_posts/2018-12-22-distill.md?plain=1) for code.

This template was taken from [AI-Folio](https://github.com/alshedivat/al-folio).

## Commands

Format the code
```
npx prettier . --write
```
1 change: 0 additions & 1 deletion _layouts/page.liquid
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ layout: default
{% if page.related_publications %}
<h2>References</h2>
<div class="publications">
{% bibliography --cited_in_order %}
</div>
{% endif %}

Expand Down
20 changes: 0 additions & 20 deletions _pages/publications.md

This file was deleted.

0 comments on commit a75aee6

Please sign in to comment.