Skip to content

The latest in a long line of personal websites.

License

Notifications You must be signed in to change notification settings

aatxe/weiss.city

Repository files navigation

aaronweiss.us

This is the latest iteration of my personal website. It's powered proudly by 11ty, and hosted on GitHub Pages. You can find the production website here.

Building the Site

With npm installed, you can build the site from the shell:

npx @11ty/eleventy

Or you can run a local server that rebuilds on file system update like so:

npx @11ty/eleventy --serve

Licensing

The code that powers this website (e.g. css/, _includes/, and .eleventy.js) is in the public domain (via the CC0 dedication), but the content (e.g. posts/, pubs/, and images/) remain under their respective licenses (defaulting to all rights reserved).