Skip to content

Instantly share code, notes, and snippets.

View laszukdawid's full-sized avatar

Dawid Laszuk laszukdawid

View GitHub Profile
@shalzz
shalzz / gist.md
Created January 11, 2019 12:45
Example of how to embed a GitHub Gist using Zola.

Embed a Github gist.

The arguments are:

  • url: the url to the gist (mandatory)
  • file: by default, the shortcode will pull every file from the URL unless a specific filename is requested
  • class: a class to add the div surrounding the iframe

Usage example:

@bradtraversy
bradtraversy / docker-help.md
Last active June 28, 2024 04:54
Docker Commands, Help & Tips

Docker Commands, Help & Tips

Show commands & management commands

$ docker

Docker version info

@lightonphiri
lightonphiri / bash-install_google_fonts_on_ubuntu.md
Last active May 27, 2024 17:53
Install Google Fonts on Ubuntu

Install Google Fonts

Download desired fonts

https://fonts.google.com/?selection.family=Open+Sans

Install Google Fonts on Ubuntu

cd /usr/share/fonts
sudo mkdir googlefonts
cd googlefonts
sudo unzip -d . ~/Downloads/Open_Sans.zip