my personal website
  • Nunjucks 59.5%
  • HTML 24.4%
  • CSS 13%
  • JavaScript 3.1%
2026-06-28 11:42:31 -04:00
src v4.0 beta 2: minor tweaks & fixes 2026-06-28 11:42:31 -04:00
.eleventy.js v4.0 beta 1! read the changelog on my website there's a lot 2026-06-24 18:20:46 -04:00
.gitignore v4.0 beta 1! read the changelog on my website there's a lot 2026-06-24 18:20:46 -04:00
build.sh v3.0.0b: added a build file 2025-07-06 10:48:45 -04:00
LICENSE # 2025-05-09 22:10:25 -04:00
package-lock.json v4.0 beta 1! read the changelog on my website there's a lot 2026-06-24 18:20:46 -04:00
package.json v4.0 beta 1! read the changelog on my website there's a lot 2026-06-24 18:20:46 -04:00
README.md v3.3.14b: updated readme file with clearer instructions 2026-04-19 11:07:56 -04:00

pebble.pet

my personal website!

built on 11ty

download

  • to download the latest version of the code, click here

editing

  • you will need to install npm/node.js first
  • to work on the site, run npm start in the root directory. this will start a local webserver that you can visit by going to the localhost:8080 address in your browser. this version of the site is updated live as you work on it.

building

  • once you're done editing the code, you need to build the site. to do that, just run sh build.sh in the root directory (windows instructions below). this will build a static version of the site in the "site" folder.
  • if you're on windows, to build, do the following: 1) delete the "site" folder in the root directory 2) run npx @11ty/eleventy in the root directory