[>_]in/$cat /about/projects/mmbts.com.md
~/about/projects/mmbts.com.md

Moose Mountain Bike Trail Society (MMBTS),

91 words · 1 min read

mmbts.com a nonprofit dedicated to building and maintaining mountain bike trails on Moose and Prairie Mountains, needed ongoing support for their public website and a better way to handle event registration data. I maintain the MMBTS site (mmbts.com), a Squarespace site, for the organization. To solve a recurring operational headache, I also built a Google Apps Script that automatically pulls event registration data into a Google Sheet and generates organized reports from it, replacing manual data wrangling with a repeatable, low-maintenance process the organizing team could rely on for each event.

[>_] in $

type a command and press enter, or press ⌘K for suggestions

Run a command

Help

how this site works · esc to close

About this site

This is Trinh Nguyen's dev blog, dressed up as a terminal. Instead of clicking through pages, you run commands against a small virtual file system with three directories:

~/posts~/topics~/about

How to use it

  • Type a command at the prompt and press enter. Output is added below, like a shell session.
  • Press ⌘K (Ctrl+K on Windows/Linux) to open the command palette with suggestions and your recent commands.
  • The /posts, /topics and /about links in the header are shortcuts for cd ~/posts && ls and friends.
  • Chain commands with &&, e.g. cd ~/about && cat me.md.
  • To read an article, ls a directory, then cat the file you want.

Commands