my personal website
- Nunjucks 59.5%
- HTML 24.4%
- CSS 13%
- JavaScript 3.1%
| src | ||
| .eleventy.js | ||
| .gitignore | ||
| build.sh | ||
| LICENSE | ||
| package-lock.json | ||
| package.json | ||
| README.md | ||
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 startin the root directory. this will start a local webserver that you can visit by going to thelocalhost:8080address 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.shin 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/eleventyin the root directory