matthewcpaul / blog

Personal Blog + Resources

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

#Resources

##Type Foundaries

##SVG Animation

##Terminal ###Create an alias:

  1. type ~/.zshrc in the terminal
  2. add source "/Users/username/.aliases.sh" near the top
    • change username to your own (matthewpaul)
  3. cmd-shift-S to duplicate the file in TextEdit, and rename it .aliases.sh
  4. delete all, and add alias emojis="open http://www.emoji-cheat-sheet.com/"
  5. type emojis in the terminal

###Create a branch, and push a ingle folder to that branch (gh-pages)

##Sass

##Icon Fonts

  • [IcoMoon] (https://icomoon.io/): Make your own icon font
    • icomoon: runs entirely in your broweser, which is pretty sweet
      1. import 32 pixel svg
      2. set base font size: 32
      3. turn on ligature option, and set "xyz"
      4. export font
  • [SymbolSet] (https://symbolset.com/): Collection of icon fonts

##Style Guides

##Gulp

##Computer Science

About

Personal Blog + Resources