netlify / staticgen

StaticGen.com, A leaderboard of top open-source static site generators
http://www.staticgen.com
MIT License
2.46k stars 556 forks source link

Add a "deploy to netlify" starter repo for soupault #898

Closed dmbaturin closed 3 years ago

dmbaturin commented 3 years ago

Also improves the description to reflect recent changes in the 2.0.0 release.

dmbaturin commented 3 years ago

Build failure seems unrelated to my changes.

11:32:13 PM: error No repo found in the frontmatter for content/projects/poole.md, skipping. The file or frontmatter may be malformed.
11:32:13 PM: Local archive not found, fetching new data.
11:32:14 PM: error Error: Request failed with status code 401
dmbaturin commented 3 years ago

Ok, the real problem seems to be an undefined Github token somewhere...

12:57:43 AM: error Error: Request failed with status code 401
12:57:43 AM:     at createError (/opt/build/repo/node_modules/axios/lib/core/createError.js:16:15)
12:57:43 AM:     at settle (/opt/build/repo/node_modules/axios/lib/core/settle.js:17:12)
12:57:43 AM:     at IncomingMessage.handleStreamEnd (/opt/build/repo/node_modules/axios/lib/adapters/http.js:244:11)
12:57:43 AM:     at IncomingMessage.emit (events.js:326:22)
12:57:43 AM:     at endReadableNT (_stream_readable.js:1223:12)
12:57:43 AM:     at processTicksAndRejections (internal/process/task_queues.js:84:21) {
12:57:43 AM:   config: {
12:57:43 AM:     url: 'https://api.github.com/gists',
12:57:43 AM:     method: 'get',
12:57:43 AM:     headers: {
12:57:43 AM:       Accept: 'application/json, text/plain, */*',
12:57:43 AM:       Authorization: 'token undefined',
12:57:43 AM:       'User-Agent': 'axios/0.20.0'
12:57:43 AM:     },
huguestennier commented 3 years ago

Updated on jamstack.org via https://github.com/jamstack/jamstack.org/pull/420 !