1
1
Fork
You've already forked website
0
Personal website and playground for experiments. https://fynn.be
  • CSS 51.1%
  • JavaScript 38.9%
  • Nunjucks 10%
Fynn Ellie Becker bbbade00e5
All checks were successful
Deploy / Deploy (push) Successful in 4m30s
chore: Update to Node.js 26
2026年05月15日 08:42:01 +02:00
.forgejo/workflows feat(ci): Use FTP Mirror Action 2026年04月03日 08:20:28 +02:00
.vscode chore: Add VS Code configuration 2026年03月18日 12:45:48 +01:00
components feat(css): Switch to Bricolage Grotesque for headings ( close #3 ) 2026年04月03日 10:12:10 +02:00
content feat(css): Switch to Bricolage Grotesque for headings ( close #3 ) 2026年04月03日 10:12:10 +02:00
css feat(css): Switch to Bricolage Grotesque for headings ( close #3 ) 2026年04月03日 10:12:10 +02:00
data feat: Add Codeberg links 2026年04月01日 13:53:26 +02:00
eleventy feat(css): Use standard @layer behavior 2025年08月09日 09:45:20 +02:00
layouts feat(css): Switch to Bricolage Grotesque for headings ( close #3 ) 2026年04月03日 10:12:10 +02:00
media feat(talks): Add text version to "Introduction to digital accessibility" 2025年08月13日 13:25:05 +02:00
public feat(css): Switch to Bricolage Grotesque for headings ( close #3 ) 2026年04月03日 10:12:10 +02:00
.editorconfig feat(css): Use standard @layer behavior 2025年08月09日 09:45:20 +02:00
.gitignore fix(prettier): Ignore unsupported file types 2024年12月23日 08:01:54 +01:00
.markdownlint.yaml feat(markdownlint): Allow all inline HTML 2025年08月13日 13:52:14 +02:00
.node-version chore: Update to Node.js 26 2026年05月15日 08:42:01 +02:00
.prettierignore fix(prettier): Ignore unsupported file types 2024年12月23日 08:01:54 +01:00
.stylelintignore feat: Migrate to WebC and redesign ( close #51 ) 2024年06月15日 21:31:00 +02:00
eleventy.config.js fix(eleventy): Add SVG short circuit 2025年08月13日 13:51:47 +02:00
eslint.config.js feat: Migrate to WebC and redesign ( close #51 ) 2024年06月15日 21:31:00 +02:00
package-lock.json chore: Update to Node.js 26 2026年05月15日 08:42:01 +02:00
package.json chore: Update to Node.js 26 2026年05月15日 08:42:01 +02:00
prettier.config.js fix(prettier): Set parser for WebC files 2024年12月23日 08:01:20 +01:00
README.md chore: Add VS Code configuration 2026年03月18日 12:45:48 +01:00
stylelint.config.js feat: Migrate to WebC and redesign ( close #51 ) 2024年06月15日 21:31:00 +02:00

fynn.be

Requirements

Installation

npm install

Development server

node --run dev

Production build

node --run build

Formatting

node --run format

Linting

# All tasks
node --run lint
# Individual tasks
node --run lint:css
node --run lint:js
node --run lint:markdown
node --run lint:format