Help
codycompton(1) — site help
This host is navigated like a Unix filesystem. Click listing rows or follow the paths below.
commands
| command | description |
|---|---|
ls |
List directory contents at / — click any row to navigate |
ls -a |
show hidden — reveal .bash_history and .vimrc on listings |
cd career/ |
/career/ — resume.md and resume.pdf |
cd writings/ |
/writings/ — essays, newest first (--> marks latest when present) |
cd projects/ |
/projects/ — projects (total 0 until content lands) |
cd contact/ |
/contact/ — contact page (form when available) |
cat ABOUT.md |
/about — author background |
cat README.md |
this page |
cat resume.md |
/career/resume — inline resume (when present) |
wget resume.pdf |
/career/resume.pdf — download resume |
tail -f feed.atom |
/feed.atom — Atom syndication feed for writings |
cat sitemap.xml |
/sitemap.xml — SEO sitemap (public routes; production robots.txt references it) |
? |
show this help — keyboard shortcut on desktop |
exit |
close tab — the stack keeps running |
Staging also serves /sitemap.xml, but staging robots.txt is Disallow: / — staging is not indexed.
site map
- / — home listing (
career/,writings/,projects/,contact/,README.md,ABOUT.md) - /about — ABOUT.md
- /readme — this file
- /career/ — resume files
- /writings/ — essays
- /feed.atom — Atom 1.0 feed (all essays)
- /sitemap.xml — SEO sitemap (all public HTML routes)
- /projects/ — projects (may show
total 0) - /contact/ — contact page
Listing rows show permissions, size, date, and name. Entire rows are clickable — no shell knowledge required.