Code for moiety.me https://moiety.me
  • CSS 52.3%
  • JavaScript 25.4%
  • Nunjucks 22.3%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2026-08-07 14:53:37 +02:00
.github/workflows style: apply prettier 2025-01-22 00:39:56 +01:00
.woodpecker build: add woodpecker pipeline (#118) 2026-07-25 16:13:51 +02:00
_source fix(#122): external link indicator icon (#123) 2026-08-07 14:39:27 +02:00
.editorconfig feat(#1)!: implement new design with 11ty (#2) 2025-01-12 18:15:13 +01:00
.eleventy.js feat(#14): add design system page (#71) 2025-12-12 11:44:18 +01:00
.gitignore build(#90): support env variables (#106) 2025-12-10 17:02:40 +01:00
.mailmap chore: release 5.4.1 2025-10-26 12:33:47 +01:00
.prettierignore build(#16): add prettier (#17) 2025-01-21 16:38:17 +01:00
.prettierrc.js build(#16): add prettier (#17) 2025-01-21 16:38:17 +01:00
CHANGELOG.md chore: release 5.8.1 2026-08-07 14:53:37 +02:00
DOCUMENTATION.md build(#34): add stylelint (#35) 2025-10-31 18:00:24 +01:00
package-lock.json chore: release 5.8.1 2026-08-07 14:53:37 +02:00
package.json chore: release 5.8.1 2026-08-07 14:53:37 +02:00
README.md build(#34): add stylelint (#35) 2025-10-31 18:00:24 +01:00
stylelint.config.js build(#34): add stylelint (#35) 2025-10-31 18:00:24 +01:00

Zoë’s homepage

Zoë’s personal site including an about page and blog. This is the fifth major version since I first published a personal site in 2009.

Install & run the project

Note: You’ll need node version 18 or higher. You can check if you have node by running node --version.

  1. clone the repository
  2. navigate into the folder (ex: cd elf)
  3. install the required materials: npm install
  4. run the project: npm start

Sign the security.txt

  1. cd into _site/.well-known
  2. run gpg --clearsign security.txt && mv security.txt.asc security.txt

Project details

Credits