🌿 My personal website https://wonderfulfrog.com
Find a file
2024-03-01 15:19:19 -08:00
config feat: add decap cms for editing content 2024-03-01 11:35:08 -08:00
src fix: various small fixes 2024-03-01 15:19:19 -08:00
.eslintrc.js fix: various small fixes 2024-03-01 15:19:19 -08:00
.gitignore feat: move font config to global data cascade 2024-02-01 15:03:33 -08:00
.nvmrc feat: update to node 20.11.2 (LTS) 2024-02-20 22:54:16 -08:00
.prettierignore feat: add linting 2024-01-28 16:20:10 -08:00
_redirects fix: redirects 2024-02-27 21:22:56 -08:00
eleventy.config.js feat: add decap cms for editing content 2024-03-01 11:35:08 -08:00
jsconfig.json feat: update catalogue to work with tags 2024-02-17 12:56:42 -08:00
netlify.toml feat: update to node 20.11.2 (LTS) 2024-02-20 22:54:16 -08:00
package-lock.json feat: add html minify 2024-02-27 10:33:45 -08:00
package.json fix: various small fixes 2024-03-01 15:19:19 -08:00
README.md feat: add README.md 2024-03-01 15:04:55 -08: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

Last.fm won't work without a valid API key. It looks for it inside a .env file in the project root, and it's called LAST_FM_API_KEY. Any requests will fail otherwise.