Skip to content

patevs/STEM-Notes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

94 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

STEM-Notes

https://stem-notes.netlify.com/

Project was build with Hugo framework using its static site generator.

The theme for the site was cloned from: achary/engimo


Local Setup Instructions

git clone https://github.com/patevs/STEM-Notes.git
cd STEM-Notes

# run development server
hugo server # OR yarn start

# run production build of site
hugo # OR yarn build

# trigger deployment with remote push or manually
# requires netlify-cli installed globally
netlify deploy # OR yarn deploy

package.json

  "scripts": {
    "check": "hugo check",
    "build": "hugo",
    "start": "hugo server",
    "test": "echo \"Error: no test specified\" && exit 1",
    "deploy": "netlify deploy"
  },
  "dependencies": {},
  "devDependencies": {
    "hugo-cli": "^0.10.0",
    "netlify-cli": "^2.6.0"
  }

Documentation and Resources


2018 | Patrick Evans


About

STEM Notes Website

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors