Quarto tips

tips
Author
Published

June 11, 2023

Modified

March 10, 2024

Building the website

Unicode \u200B for zero width space, e.g., in _quarto.yml I used it for an item with only an icon in the navigation bar. Note that I tried HTML’s ​ but it doesn’t work.

Extensions for adding icons such as google scholar and 500px (see the website’s footer):

.
├── quarto-ext
   └── fontawesome
└── schochastics
    └── academicons

For publishing a Quarto website, I recommend using the second option in the official documentation. After set up, simply call:

quarto publish gh-pages --no-prompt

Known issues

No option to hide Edit this page or enforce it to be on the left sidebar when the table of contents is empty. Issue#5283

For trials

(Genton 2001)

LaTeX

Visible in pdf only. ### plain LaTeX Just a sample algorithm:

References

Genton, Marc G. 2001. “Classes of Kernels for Machine Learning: A Statistics Perspective.” Journal of Machine Learning Research 2: 299–312. https://www.jmlr.org/papers/v2/genton01a.

Reuse

Citation

BibTeX citation:
@online{li2023,
  author = {Li, Chengkun},
  title = {Quarto Tips},
  date = {2023-06-11},
  url = {https://pipme.github.io/posts/2023-06-11-Quarto-tips/index-gist.html},
  langid = {en}
}
For attribution, please cite this work as:
Li, Chengkun. 2023. “Quarto Tips.” June 11, 2023. https://pipme.github.io/posts/2023-06-11-Quarto-tips/index-gist.html.