Skip to content

tallmorgan/morgandelaney

Repository files navigation

morgandelaney.me

This is a simple repo for browsing the code behind morgandelaney.me.

Compiling SASS

# From either the `simple` or `full` directory
node-sass --output css --source-map true --source-map-contents sass/style.sass

Note that node-sass calls can use --watch during development

Deploying

# Set up SSH access and host
git add remote production ssh://morgan/var/repo/site.git

# Push to production. Cache bust is automatic.
rsync --exclude-from .rsync-exclude [OPTION]... SRC [SRC]... [USER@]HOST:DEST
node-sass -o simple/css simple/sass # if not already compiled
node-sass -o full/css full/sass # if not already compiled

Feature flags

Feature flags are very simply handled through query strings, e.g. morgandelaney.me/?full.

  1. full: Show the full portfolio

  2. livereload: Listen for livereload changes (dev)

  3. grid: Show a grid on top of the page (dev)

About

My personal portfolio

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors