Skip to content

Commit

Permalink
add tips for adapting the website
Browse files Browse the repository at this point in the history
  • Loading branch information
BoAi01 committed Jul 2, 2024
1 parent 79c97f5 commit 96bb0ef
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions tips.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
## Some tips for updating the website

### Changing the size of figures
Modifying x in the last line `col col-sm-x` here
```angular2html
<div class="row">
{% if site.enable_publication_thumbnails %}
<div class="col col-sm-4 abbr">
```
in [_layouts/bib.liquid](_layouts/bib.liquid).

### Adding/deleting publications
Modify [_bibliography/papers.bib](_bibliography/papers.bib)

### Adding notes to a publication
Add a key `note={...}` to the bib entry in [_bibliography/papers.bib](_bibliography/papers.bib).

### Adding news
Create a new file in [_news](_news)

### Changing intro
Updating file [_pages/about.md](_pages/about.md).

0 comments on commit 96bb0ef

Please sign in to comment.