Skip to content

Instantly share code, notes, and snippets.

Semantic Commit Messages

See how a minor change to your commit message style can make you a better programmer.

Format: <type>(<scope>): <subject>

<scope> is optional

Example

@yaitloutou
yaitloutou / bootstrap.flatten.css
Created January 15, 2017 16:42 — forked from nodesocket/bootstrap.flatten.css
Below are simple styles to "flatten" bootstrap. I didn't go through every control and widget that bootstrap offers, only what was required for https://commando.io, so your milage may vary.
/* Flatten das boostrap */
.well, .navbar-inner, .popover, .btn, .tooltip, input, select, textarea, pre, .progress, .modal, .add-on, .alert, .table-bordered, .nav>.active>a, .dropdown-menu, .tooltip-inner, .badge, .label, .img-polaroid {
-moz-box-shadow: none !important;
-webkit-box-shadow: none !important;
box-shadow: none !important;
-webkit-border-radius: 0px !important;
-moz-border-radius: 0px !important;
border-radius: 0px !important;
border-collapse: collapse !important;
background-image: none !important;

Keybase proof

I hereby claim:

  • I am yaitloutou on github.
  • I am yaitloutou (https://keybase.io/yaitloutou) on keybase.
  • I have a public key whose fingerprint is F449 06C3 3E21 92F7 C711 5203 11BE 69E6 FB01 6767

To claim this, I am signing this object:

@yaitloutou
yaitloutou / README.md
Created January 10, 2017 10:54 — forked from hofmannsven/README.md
My simply Git Cheatsheet
@yaitloutou
yaitloutou / jekyll-and-liquid.md
Created December 30, 2016 20:58 — forked from magicznyleszek/jekyll-and-liquid.md
Jekyll & Liquid Cheatsheet

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:

@yaitloutou
yaitloutou / .gitignore
Created December 22, 2016 15:56 — forked from octocat/.gitignore
Some common .gitignore configurations
# Compiled source #
###################
*.com
*.class
*.dll
*.exe
*.o
*.so
# Packages #