Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alxwnth/alxwnth.com
my home(page)
https://github.com/alxwnth/alxwnth.com
Last synced: about 9 hours ago
JSON representation
my home(page)
- Host: GitHub
- URL: https://github.com/alxwnth/alxwnth.com
- Owner: alxwnth
- License: agpl-3.0
- Created: 2024-03-05T07:20:21.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-11-13T17:21:17.000Z (4 days ago)
- Last Synced: 2024-11-13T18:28:19.575Z (4 days ago)
- Language: Astro
- Homepage: https://www.alxwnth.com/
- Size: 1.14 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# alxwnth.com
My tiny homepage. Uses the awesomeness of [11ty](https://www.11ty.dev/) with [Nunjucks](https://mozilla.github.io/nunjucks/) to keep things nice and tidy. Since there is only a single page and just a handful of styles, they are minified and embedded as internal CSS. The favicon and font are passed via passthrough copy. No SASS or complicated build processes. Macros and components are used to keep things DRY. The background is [The Great Wave off Kanagawa](https://en.wikipedia.org/wiki/The_Great_Wave_off_Kanagawa), converted into ASCII art by me.
## Running locally
To serve the site locally, do
```
npm i
npm run dev
```## Building for production
To build a bundle for production, do
```
npm i
npm run build
```## License
The source code in this repository is licensed under the GNU Affero General Public License. See [LICENSE](/LICENSE) for full terms.