Project was build with Hugo framework using its static site generator.
The theme for the site was cloned from: achary/engimo
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 deploypackage.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"
}2018 | Patrick Evans