A link-in-bio style page for COSCUP — the annual open source conference held in Taipei, Taiwan. Built with Jekyll and deployed via GitHub Actions.
- Ruby (see
Gemfilefor version) - Bundler
bundle installbundle exec jekyll serveThe site will be available at http://localhost:4000/bio.
All content is configured in index.md via front matter:
| Field | Description |
|---|---|
_name |
Display name |
description |
Bio text |
profile |
Profile image path |
links |
List of link buttons (title, url, icon) |
socials |
Social media icons (title, url, icon) |
footer |
Footer message |
copyright |
Copyright line |
Icons use Font Awesome class names.
MIT License — see LICENSE for details.