Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aatxe/weiss.city
The latest in a long line of personal websites.
https://github.com/aatxe/weiss.city
eleventy personal-website static-site website
Last synced: 2 months ago
JSON representation
The latest in a long line of personal websites.
- Host: GitHub
- URL: https://github.com/aatxe/weiss.city
- Owner: aatxe
- License: cc0-1.0
- Created: 2015-02-02T01:09:58.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2024-10-11T17:30:04.000Z (4 months ago)
- Last Synced: 2024-10-16T13:28:09.202Z (4 months ago)
- Topics: eleventy, personal-website, static-site, website
- Language: CSS
- Homepage: https://weiss.city/
- Size: 57.9 MB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# aaronweiss.us
This is the latest iteration of my personal website. It's powered proudly by [11ty][11ty], and
hosted on [GitHub Pages][gh-pages]. You can find the production website [here][awe].## Building the Site
With [`npm`][npm] installed, you can build the site from the shell:
```bash
npx @11ty/eleventy
```Or you can run a local server that rebuilds on file system update like so:
```bash
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][cc0] dedication), but the content (e.g. `posts/`, `pubs/`, and `images/`) remain
under their respective licenses (defaulting to all rights reserved).[awe]: https://aaronweiss.us/
[11ty]: https://www.11ty.dev
[hakyll]: http://jaspervdj.be/hakyll/
[gh-pages]: https://pages.github.com/
[npm]: https://www.npmjs.com
[stack]: https://haskellstack.org/
[cc0]: https://creativecommons.org/share-your-work/public-domain/cc0/