Welcome to mirror list, hosted at ThFree Co, Russian Federation.

package.json « exampleSite - github.com/samrobbins85/hugo-developer-portfolio.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: ec1fc42e1e86b590a683d9f61251e4c8594808f3 (plain)
1
2
3
4
5
6
{
  "scripts": {
    "build": "amazon-linux-extras install golang1.11 && hugo"
    "dev": "hugo server"
  }
}