Mostly Wrong Work

Website Setup

Wanted a website to publish stuff and experiment.

Goals:

Landed on:

Initial Setup #

  1. Created a DigitalOcean account and created a Node.js Quick Start Droplet.
  2. Configured my iPad to work with the Droplet. I use Code Editor and Prompt by Panic.
  3. Messed around with Eleventy tutorials.
  4. Started with Eleventy Base Blog and the Netifly builder for it.
  5. Cloned my new github repository of the base blog.
  6. Setup Netifly to handle DNS of the domain name I bought last month.

Site Development #

npx @11ty/eleventy --serve
git push origin master

Notes #

git config --global credential.helper cache

← Home