Skip to content

Latest commit

 

History

History
35 lines (25 loc) · 853 Bytes

README.md

File metadata and controls

35 lines (25 loc) · 853 Bytes

website_assets

Images:

By default, the image sizes will be set to 100% of the width of the container. If you'd like to change that - consider using these classes:

  • img-small
  • img-medium
  • img-large

Code blocks

To use code blocks, we're using Prism. To do the conversion, write code blocks in markdown as such:

<pre><code class="language-sql">SELECT * FROM foo;
SELECT * FROM bar;</code></pre>

Extras:

  • Whenever possible, let's convert images to webp format, this will help with page load times. We have a script for this.
python
convert_to_webp.py