| layout | title |
|---|---|
default |
README |
Repository: https://github.com/ChicoFabLab/chicofablab.github.io
This wiki includes a reusable component library for consistent, polished UI elements.
Add components to any wiki page using Liquid includes:
{% include components/button.html
text="Get Started"
variant="primary"
href="/wiki/getting-started"
%}
{% include components/alert.html
variant="info"
title="Welcome"
body="Check out our **equipment guide**!"
%}| Component | Use For |
|---|---|
| Button | Links, actions, CTAs |
| Alert | Notifications, status messages |
| Badge | Labels, status indicators |
| Callout | Highlighted tips, warnings |
| Progress | Loading, completion status |
| Stat | Key metrics, numbers |
| Avatar | User/entity representation |
| Card | Clickable content previews |
- Component Showcase - Live examples with copy-paste code
- Components Documentation - Full API reference
You can directly commit markdown files:
- Go to the
_wiki/folder on GitHub - Click "Add file" to create a new page, or create the
.mdfile locally - Name it something like
my-page.md - Add front matter at the top:
---
title: My Page
---
your content here in markdown
- Commit the file
- It will appear on the homepage automatically
You need to submit a pull request:
- Fork this repository
- Go to the
_wiki/folder in your fork - Click "Add file" to create a new page, or create the
.mdfile locally - Name it something like
my-page.md - Add front matter at the top:
---
title: My Page
---
your content here in markdown
- Commit the file to your fork
- Go to the main repository and click "Pull requests" → "New pull request"
- Select your fork and branch, then create the PR
- Once approved and merged, it will appear on the homepage
That's it! No login, no CMS, just commit markdown files (or submit a PR).