Skip to content

EDDA-Project/edda-project.github.io

Repository files navigation

Front Page

EDDA Front Page

To create the page

  1. Install node.js and npm
  2. npm install from the edda-project.github.io directory (please don't commit these files)
  3. Add a markdown for your new post in markdown/ and git add it.
  4. Edit posts.jade to add a new post. (You may need to add yourself to post_mixin.jade.)
  5. make to regenerate the static html
  6. git commit -a and git push origin master

npm may require setting and unsetting the proxy when being used in and out of LANL network.

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 and https_proxy environment variables if the npm config is not set.

Releases

No releases published

Packages

No packages published

Languages