Skip to content
Snippets Groups Projects
David Wehr's avatar
dawehr authored
ae6bf252
History

Contributing

Making changes

To make changes to the website, keep the following in mind:

  • "Pages" go in content/pages. Pages are written in Markdown so use the .md extension
  • Images go in content/images. An exmple of how to put an image in a page can be seen in content/pages/home.md.
  • Files go in content/files. An example of how to put a file linke on a page can be seen in conent/pages/documents.md.

Building the website

To build the website:

make build

Deploying the website

To deploy the website to our domain may1716.sd.ece.iastate.edu:

make deploy