Skip to content

ottosipe/site

Repository files navigation

site

My website, ottosipe.com.

To Install:

  • npm install will install all packages.
  • bower install will install web dependencies.

To Run:

  • gulp serve will open live preview in browser.

To Edit:

  • Edit the json files in site/app/data.
  • The file info.json has basic site info and pages.
  • All of the other json files are optional.

To Deploy:

  • Create a file called aws.json with your S3 keys in the root directory of the repo.

    {
        "key": "KEY",
        "secret": "SECRET",
        "bucket": "domain.com"
    }
    
  • gulp deploy will deploy to AWS S3.

Releases

No releases published

Packages

No packages published