The Fynes Forge portfolio site — courses, blog, projects, and career.
| Layer | Technology |
|---|---|
| Framework | Docusaurus v3 |
| Styling | Tailwind CSS v3 + custom CSS |
| Fonts | Cinzel · Rajdhani · JetBrains Mono |
| Animations | Framer Motion |
| Diagrams | Mermaid |
| Hosting | GitHub Pages |
npm install
npm start # dev server at localhost:3000
npm run build # production build├── blog/ # The Forge Blog posts
├── docs/ # SQL 101 course
├── git_101/ # Git 101 course
├── python_101/ # Python 101 course
├── projects/ # Project write-ups
├── src/
│ ├── components/ # React components
│ ├── css/ # Global styles (Fynes Forge design system)
│ ├── pages/ # Top-level pages
│ └── theme/ # Swizzled Docusaurus components
└── static/ # Static assets
Contributions are welcome. Please read CONTRIBUTING.md before opening a PR.
MIT © Fynes Forge — see LICENSE for details.