🌿 My personal website https://wonderfulfrog.com
Find a file
Devin Haska 0bd05de72f
All checks were successful
Build and Deploy / build_and_deploy (push) Successful in 1m56s
CSS Spring Cleaning (#3)
Reviewed-on: #3
Co-authored-by: Devin Haska <wonderfulfrog@noreply.git.cloud.haska.me>
Co-committed-by: Devin Haska <wonderfulfrog@noreply.git.cloud.haska.me>
2025-05-28 21:45:59 -07:00
.forgejo/workflows feat: re-enable workflows (#1) 2025-05-27 09:17:55 -07:00
config feat: update global font 2025-04-04 16:15:14 -07:00
scripts feat: replace deploy step with node script 2025-04-14 13:45:38 -07:00
src CSS Spring Cleaning (#3) 2025-05-28 21:45:59 -07:00
.gitignore Feat/remove netlify (#5) 2024-09-29 20:39:55 -07:00
.nvmrc Update to Eleventy v3 (#11) 2025-01-27 18:23:38 -08:00
_redirects fix: update redirects for rss feeds 2024-09-30 19:05:30 -07:00
eleventy.config.js feat: update eleventy-img 2025-04-13 19:28:34 -07:00
jsconfig.json feat: update catalogue to work with tags 2024-02-17 12:56:42 -08:00
package-lock.json Update to latest 11ty version (3.1.0) (#2) 2025-05-27 22:11:42 -07:00
package.json Update to latest 11ty version (3.1.0) (#2) 2025-05-27 22:11:42 -07:00
README.md feat: add new post 2024-05-22 21:11:33 -07:00

wonderfulfrog.com

https://wonderfulfrog.com

Here is the source code for my website. With the exception of my content, feel free to take, remix, do whatever you want!

Content is kept under posts and catalogue.

Setup

This project relies on Node.js 20.11.1 (LTS at time of writing), but probably works fine with older (or newer) versions too.

Clone the repo wherever, then:

  1. npm i
  2. npm run dev

That's it. You'll have a dev server on http://localhost:8080. Have fun!

Notes

The following tokens need to be defined inside .env:

  • DARK_VISITORS_ACCESS_TOKEN
  • LAST_FM_API_KEY