cbosco / chrisbosco.com

Static site generator behind chrisbosco.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

chrisbosco.com source

Code behind my personal site, cbosco.github.com.

How to deploy the site

Install broccoli-cli

npm install -g broccoli-cli

Install dependencies

npm install

Run deploy script

./deploy.sh

Then run some sort of HTTP server in the cbosco.github.com directory, e.g.:

python -m SimpleHTTPServer 8080

About

Built with Broccoli and Wintersmith

Based on baz application template

Developing

AMP

To validate the site from AMP perspective, append #development=1 to a URL, e.g. http://localhost:8080/projects/2011-aviary-photo-editor/#development=1

AMP validation problem: external CSS (SCSS). Inline with Webpack

About

Static site generator behind chrisbosco.com


Languages

Language:HTML 70.0%Language:CSS 14.9%Language:JavaScript 13.1%Language:Shell 2.0%