Quartocities
  • Home
  • about
  • more
    • gifs
    • shortcodes
    • filters
  • author
  • guestbook

filters

Page under construction

add construction: true to the yaml header of a page and a random “under construction” gif is added at the top of the page

Backgrounds

change the background of the html body using the yaml parameter body_bg. Can be set globally in _quarto.yml or locally in a file. The default is microfab. other options are shown below (dont use the file ending, ie body_bg: space).

fl <- list.files("img/bg")
fl
[1] "flames.gif"     "matrix.gif"     "microfab.gif"   "pink_heart.gif"
[5] "space.gif"      "stars_fall.gif" "stars.gif"      "universe.gif"  

flames.gifmatrix.gifmicrofab.gifpink_heart.gifspace.gifstars_fall.gifstars.gifuniverse.gif

In the same way, the background of the navbar can be changed with nav_bg. Here the default is stars.

title gif

Add a gif to the title of a page using the yaml parameter title_gif. Can be set globally in _quarto.yml or locally in a file. default is to not display a gif. The gif needs to be present in the img/ folder (dont use the file ending, ie title_gif: banana-dance). If you set a global gif you can unset it for specific pages via title-gif:none.

powered by quarto