From 96bb0ef6576c33ab095fd38cf3ad070d9cbdb6da Mon Sep 17 00:00:00 2001 From: Ai Bo Date: Tue, 2 Jul 2024 13:39:12 +0800 Subject: [PATCH] add tips for adapting the website --- tips.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 tips.md diff --git a/tips.md b/tips.md new file mode 100644 index 000000000000..d9b292182884 --- /dev/null +++ b/tips.md @@ -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 +
+ {% if site.enable_publication_thumbnails %} +
+``` +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).