- Install node.js and npm
npm install
from the edda-project.github.io directory (please don't commit these files)- Add a markdown for your new post in markdown/ and
git add
it. - Edit posts.jade to add a new post. (You may need to add yourself to post_mixin.jade.)
make
to regenerate the static htmlgit commit -a
andgit push origin master
npm config set proxy http://proxyout.lanl.gov:8080
npm config set https-proxy http://proxyout.lanl.gov:8080
npm config rm proxy
npm config rm https-proxy
npm also obeys
http_proxy
andhttps_proxy
environment variables if the npm config is not set.