Jekyll & Liquid Cheatsheet
A list of the most common functionalities in Jekyll (Liquid). You can use Jekyll with GitHub Pages, just make sure you are using the proper version.
Running
Running a local server for testing purposes:
A list of the most common functionalities in Jekyll (Liquid). You can use Jekyll with GitHub Pages, just make sure you are using the proper version.
Running a local server for testing purposes:
Hi! If you see an error or something is missing (like :focus-within
for few years :P) please let me know
Element -- selects all h2
elements on the page
h2 {
# -------------------------------------------------- | |
# Conky configuration | |
# Author: Leszek Pietrzak <smutnyleszek@gmail.com> | |
# Web: http://leszekpietrzak.com | |
# -------------------------------------------------- | |
# -------------------------------------------------- | |
# Settings | |
# -------------------------------------------------- |
Ctrl+A
and Ctrl+C
)alt+click
on the mask icon/thumbnail)// declarations | |
var positions = []; | |
// Returns a random integer between min (included) and max (excluded) | |
// Using Math.round() will give you a non-uniform distribution! | |
function getRandomInt(min, max) { | |
return Math.floor(Math.random() * (max - min)) + min; | |
} | |
// generate random positions |
# Your init script | |
# | |
# Atom will evaluate this file each time a new window is opened. It is run | |
# after packages are loaded/activated and after the previous editor state | |
# has been restored. | |
# | |
# An example hack to log to the console when each text editor is saved. | |
# | |
# atom.workspace.observeTextEditors (editor) -> | |
# editor.onDidSave -> |
Contents:
Some vanilla equivalents to jQuery methods.
jQuery:
Some reference notes of the most common used commands.
Contents:
date |
---|
24-05-2021 |
Editor: Atom, with these notable packages: