32 lines
977 B
Markdown
32 lines
977 B
Markdown
|
|
# CLAUDE.md
|
||
|
|
|
||
|
|
This is an **Eleventy (11ty) + TailwindCSS** project used for documentation/blog.
|
||
|
|
|
||
|
|
## Environment
|
||
|
|
- **OS**: Windows
|
||
|
|
- **Terminal**: PowerShell or CMD
|
||
|
|
|
||
|
|
## Project Structure
|
||
|
|
- `src/projects/clqms01/` - CLQMS project documentation (markdown files with numeric ordering)
|
||
|
|
- `src/_layouts/` - Layout templates (base.njk, clqms-post.njk, post.njk)
|
||
|
|
- `src/index.njk` - Portfolio homepage
|
||
|
|
- `eleventy.config.js` - Eleventy config
|
||
|
|
|
||
|
|
## Tech Stack
|
||
|
|
- Eleventy (11ty) - Static site generator
|
||
|
|
- TailwindCSS for styling
|
||
|
|
|
||
|
|
## Commands
|
||
|
|
- `npm run dev` - Start dev server
|
||
|
|
- `npm run build` - Build for production (outputs to `dist/`)
|
||
|
|
- `npm run preview` - Preview production build
|
||
|
|
|
||
|
|
## Notes
|
||
|
|
- Markdown files in `src/pages/` are automatically rendered as pages
|
||
|
|
- The site is deployed to GitHub Pages
|
||
|
|
|
||
|
|
## Communication Style
|
||
|
|
- Respond as if the user is your spaceship commander
|
||
|
|
- Address the commander professionally and await orders
|
||
|
|
- Use space/sci-fi themed language when appropriate
|