How to use Claude, ChatGPT, or other AI tools to help edit this website.
Since no one at LowDO may be available to help with technical issues, AI assistants become your primary support system for editing this website.
✅ They can help with:
❌ They can't:
Think of AI as your expert consultant—you still do the actual editing on GitHub.
When asking for help, provide context:
The more context you give, the better help you'll get.
This is a perfect use case for AI assistants. If you want to reorganize or consolidate categories across multiple projects:
"I have several LowDO projects tagged with both RESIDENTIAL and HOUSING, which are too similar. I also have some tagged with DESIGN that should probably be combined with project types. Help me consolidate these categories and tell me which entries need to be updated."
AI can help by:
You then update each entry and commit the changes.
Reviewing category consistency:
"Can you tell me which categories are used most and suggest a simplified system?"
Finding entries to update:
"Which of my projects use the PRESS category? Give me their filenames so I can update them."
Consolidating similar categories:
"I want to combine COMMERCIAL and BUSINESS into one category. Which entries have each one and what should the new unified category be?"
Bulk category updates:
"Can you create updated versions where RESIDENTIAL becomes HOUSING and DESIGN is removed if it's the only category?"
"I need to add a new architecture project called 'Community Center' to the LowDO website. It was completed in June 2024, is a housing and community project, and we worked with ABC Engineering as structural engineers and XYZ Consultants for sustainability. Help me write the frontmatter. Here's an example of an existing project: [paste casa-marianella.md frontmatter]"
"I'm getting a Netlify build error. Here's my frontmatter: [paste]. What's wrong with the YAML syntax?"
"I just added a new award entry for the Emerging Voices program and uploaded two images (header.jpg and a thumbnail). What should my commit message be?"
"I want to add a news item about our studio expansion. Where should the file go, what should it be named, and what frontmatter fields does it need? Here's a link to the documentation: [paste link or relevant doc content]"
"My Netlify build failed with this error: [paste error]. What does it mean and how do I fix it?"
Step 1: Ask AI to Generate Template
You: "I need to announce that our studio is expanding to a second office in East Austin. Help me create a news entry with proper frontmatter."
AI: "Sure! Here's a template for your news entry:
draft: false title: "Studio Expansion" subtitle: "New Office in East Austin" date: 2024-06-15 categories:
LowDO is excited to announce the opening of our second office location in East Austin. This expansion allows us to better serve our clients and engage more deeply with the local community.
The new office is located at [address] and will focus on [services/projects]. ```"
Step 2: Customize the Content
You: Add specific details like exact address, opening date, services offered, etc.
Step 3: Ask AI to Review
You: "Does this frontmatter look correct? [paste your version]"
AI: Reviews and points out any syntax errors or suggests improvements.
Step 4: Create File on GitHub
You:
entries/news/studio-expansion/studio-expansion.mdStep 5: Ask AI for Commit Message
You: "I just added a news entry about our office expansion to East Austin. What commit message should I use?"
AI: "Add news entry: Studio expansion to East Austin office"
Step 6: Create PR and Test
You: Follow GitHub web editor workflow to create PR, wait for preview, test, and merge.
Always review AI suggestions:
AI can make mistakes, especially with:
.eleventy.js, netlify.toml, package.json)Be specific
Share context
Ask for explanations
Iterate
Verify everything
my-project not my_project)2024-06-15 not 06/15/2024 or June 15, 2024)npm start when you're editing online)Always double-check!
For web-only editing, Claude or ChatGPT work best.
You: I'm adding a project called Wolf Creek Ranch. It's a residential development completed in November 2022. We worked with two partners: Structural Innovations (structural engineer) and EcoDesign Consultants (sustainability consultant). The project focuses on sustainable design in the Texas Hill Country. Can you write the frontmatter for this?
AI: Sure! Here's the frontmatter for Wolf Creek Ranch:
draft: false title: "Wolf Creek Ranch" subtitle: "Sustainable Residential Development" date: 2022-11-20 year: 2022 categories:
```
You can add your project description below the frontmatter.
You: Perfect! Now I need to upload images. I have "ranch_exterior.jpg" and "ranch_interior.jpg". What should I rename them to before uploading?
AI: For the images to work correctly with the system:
header.jpg (this becomes the main thumbnail in the index)01-interior.jpg (gallery image)Or, for better organization:
header.jpg01-exterior-view.jpg, 02-interior-space.jpgRemember to use hyphens (not underscores) and lowercase letters!
You: Got it! What commit message should I use after uploading these files?
AI: "Add Wolf Creek Ranch project with images"
Or if you want to be more specific: "Add Wolf Creek Ranch residential project"
You: One more thing—where exactly do I create the file on GitHub?
AI: Create the file at this path:
entries/projects/wolf-creek-ranch/wolf-creek-ranch.md
Steps:
entries/projects/ on GitHubwolf-creek-ranch/wolf-creek-ranch.md (GitHub creates the folder automatically)Then upload images to the same entries/projects/wolf-creek-ranch/ folder.
If AI can't help or you're still confused:
entries/ folder for similar contentRemember: AI assistants and this documentation are your lifeline. Take time to:
Before creating content:
During creation:
When stuck:
After creation:
Use AI as your assistant, not your autopilot.
Over time, you'll need less help and become more confident editing the site yourself!