Skip to content
This repository was archived by the owner on Mar 6, 2024. It is now read-only.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IVSP 420 Capstone

Setup

Install npm. Then, install gulp:

npm install -g gulp  # May require `sudo`

Developing

npm install            # One time
gem install scss_lint  # One time
gulp serve

Structure

├── Gulpfile.js       # Controls Gulp, used for building the website
├── README.md         # This file
├── data.yml          # Metadata associated with the site.
├── dist/             # Gulp builds the static site into this directory
├── package.json      # Dependencies
└── src/              # All source code
    ├── font/         # Font files
    ├── img/          # Images and SVGs
    ├── js/           # Javascript libraries and scripts
    ├── partials/     # Handlebars HTML partials that are included / extended
    ├── sass/         # Stylesheets
    └── templates/    # Handlebars HTML files, one per page on the site.

About

Jeff Hilnbrand's capstone project for Individual Studies Program.

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages