Skip to content
View geoffyuen's full-sized avatar
Block or Report

Block or report geoffyuen

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. designdev designdev Public

    My bookmarks for all things design and frontend related.

    5 1

  2. frontend-task-runner frontend-task-runner Public

    Compiles scss (./style.css), js (./main.min.js). `npm watch` to compile when files change. `npm run build` to build files once, `npm start` to watch file changes and refresh browser. Minifies and a…

    JavaScript

  3. sassyons sassyons Public

    Tachyons built in pure Sass. Totally customizable.

    SCSS

  4. WP CLI Cheatsheet WP CLI Cheatsheet
    1
    # WP CLI cheatsheet
    2
    
                  
    3
    You may need to be at the root of your WP install. In Local by Flywheel this will be the app directory.
    4
    
                  
    5
    ## Backup database
  5. Git Cheatsheet Git Cheatsheet
    1
    # Git Cheatsheet
    2
    
                  
    3
    ## Just get the latest version
    4
    
                  
    5
    Good for skeleton themes, frameworks, etc
  6. Webp with fallback for Timber/Twig Webp with fallback for Timber/Twig
    1
    {% spaceless %}
    2
        {#
    3
    4
        This Timber twig will output an <picture> with fallbacks, srcset x2, alt, width and height
    5