Skip to content

cynkra/cynkrablog

Repository files navigation

source of the cynkra blog

Render

  • install Quarto;
  • run quarto render;
  • the output is in docs/. To serve the folder, in R you can use servr::httw("docs").

Preview Pull Requests

https://cynkra.github.io/cynkrablog

This means two PRs will compete to deploy to the same link (#54).

Fonts

The cynkra blog uses the same fonts from cynkra/cynkraweb on GitHub, specifically font-family: "frutiger", sans-serif; with font weights of 300 (light), 400 (normal), and 700 (bold). Please ensure not to use 500, 600, bolder, or other weights, as the browser would render them using faux styles.

Keep in mind that since the Cynkra blog loads fonts from absolute URLs (e.g. src: url("https://cynkra.com/assets/css/fonts/6135829/b05d44ef-6a78-4aa4-9388-3f0e05252a48.woff2") format("woff2");), if there is a font update at the cynkra/cynkraweb GitHub repository, the URLs might change, requiring updates on our end as well.