oliverturner / oliverturner.cloud

My home online

Home Page:https://www.oliverturner.cloud/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

example image

Netlify Status

Features

Commands

Develop:

npm run dev

Preview:

npm test

Deploy:

npm run build

NEW

Get a JSON-encoded list of Netlify apps:

ntl sites:list --json > _data/sites-raw.json

Extract useful values by piping the raw sites data through jq

jq '[.[] | {
  label:.custom_domain,
  url,
  screenshot_url,
  repo_url:.build_settings.repo_url,
  created_at,
  updated_at
}]' _data/sites-raw.json > _data/sites.json

About

My home online

https://www.oliverturner.cloud/


Languages

Language:CSS 38.6%Language:Nunjucks 34.8%Language:JavaScript 26.6%