Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 995 Bytes

README.md

File metadata and controls

29 lines (19 loc) · 995 Bytes

Travis Southard

Overview

This is the source code for travissouthard.com and a few small static site projects when appropriate.

Contact Travis for work at [email protected].

Tools

The main page and static site projects within are made with:

  • HTML5
  • CSS3
  • Javascript
  • JQuery

For more of the tools and projects Travis has worked on visit the portfolio.

Scripts

In this projects there is a scripts folder with the following scripts:

Script Description
buildPages.js Generates HTML files from the data.json file in the data folder
generateRssXml.js Generates a rss.xml file from the data.json in the data folder
build Updates the data.json file from data.js and runs buildpages.js and then `generateRssXml.js

The only one needed to be run manually is build with the command: ./scripts/build