The admin panel at /admin/ is a password-protected interface for managing all site entries — editing fields, publishing/unpublishing, adding new entries, deleting entries, and renaming categories and types.
All changes are batched and committed to GitHub in a single operation when you click Save Changes, triggering an automatic deploy.
/admin/ (e.g. https://lowdo.netlify.app/admin/)Contact Bay if you need the password.
After logging in you'll see a table of all entries (including drafts). Columns:
| Column | Description |
|---|---|
| ☐ | Checkbox for bulk selection |
| Draft | Red dot = draft (hidden), grey = published |
| Slug | The entry's URL identifier |
| Title | Entry title |
| Categories | Inline-editable tags |
| Type | Entry type tag (inline-editable) |
| Date | Entry date |
| Actions | Edit / Delete buttons |
Click Edit on any row to open the side panel with all editable fields:
| Field | Notes |
|---|---|
| Title | Main heading |
| Subtitle | Short tagline shown below title |
| Description | Summary shown in the index |
| Date | Publication / event date |
| Link | External URL (makes title clickable) |
| Position | Sort order override (lower = first) |
| Body Text | Markdown content below frontmatter |
| Projects only: | |
| Year | Display year instead of full date |
| Location | Geographic location |
| Status | Built / In Progress / Proposed |
| Featured | Show on homepage featured section |
| Featured Position | Order within featured section |
| Collaborators | Name + role pairs |
| Non-projects only: | |
| Related Projects | Link to project pages (slug autocomplete) |
Click Apply Changes to confirm edits. The row highlights yellow to indicate unsaved changes. Click Save Changes (top right) to commit everything to GitHub.
The dot in the Draft column controls visibility:
Click the dot to toggle. Draft entries are visible in the admin table but excluded from the public index and project pages.
Each entry's categories appear as tags in the table row:
The type tag works the same way:
260410_my-entry)Default: New entries are created as type: project in entries/projects/. Change the type tag in the row to use a different type — non-project entries are placed in entries/other/ automatically.
⚠️ Deletion cannot be undone after saving.
Select multiple entries using the checkboxes, then use the bulk action buttons that appear:
To rename a category or type across all entries at once:
This is faster than selecting entries individually and editing them one by one.
All edits are held in memory until you click Save Changes. The counter in the header shows how many entries have pending changes.
When you save:
If the session expires (24 hours): you'll be prompted to log in again. Any unsaved changes in memory will be lost — save before leaving the tab for a long time.