Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 762 Bytes

FAQ.md

File metadata and controls

26 lines (17 loc) · 762 Bytes

FAQ

How can I build an offline copy?

On Linux & macOS the following command should work. For Windows you have to adapt $PWD accordingly:

zola build --base-url="$PWD/public/index.html" --output-dir="$PWD/public"

How do I upgrade Prism?

  • Visit https://prismjs.com/download.html
  • Select version: "Minified"
  • Select theme: "Default"
  • Select languages: "Rust" (and only Rust)
  • Select plugins: "Keep Markup", "Highlight Keywords" (experimental)
  • Save files and replace the ones in static
  • In git, discard changes to CSS which now make the page look ugly (for example but not limited to: font-style, background, ...)

Convert unwilling images to data URIs?