Public research website for Motherlabs autonomous cognitive infrastructure.
- GitHub Pages: https://motherlabs-ai.github.io
- Repo: github.com/MotherlabsAI/motherlabs.ai
- Branch: main
motherlabs.ai/
├── _config.yml # Jekyll configuration
├── index.md # Homepage
├── README.md # This file
├── _posts/ # Blog articles (Jekyll convention)
├── _docs/ # Technical documentation
└── .github/
└── workflows/ # CI/CD workflows
Blog articles published on /blog/. File naming: YYYY-MM-DD-title.md
Technical documentation published on /docs/. Organized by topic.
# Install dependencies
bundle install
# Build and serve locally
bundle exec jekyll serve --host 0.0.0.0Site runs on http://localhost:4000
Push to main branch. GitHub Actions automatically deploys to GitHub Pages.
- Posts: Research, insights, announcements (include frontmatter with date, title, author)
- Docs: Architecture, operational procedures, technical references
- Markdown: Use standard Markdown with YAML frontmatter
- Source: Deploy from branch (main)
- Folder: / (root)
- Custom Domain: Not configured (uses motherlabs-ai.github.io)
Research and technical content published by Motherlabs. See LICENSE file for details.
Built for OpenClaw operational infrastructure.