Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/adamlaki/adamlaki-site
My personal Eleventy-based website.
https://github.com/adamlaki/adamlaki-site
11ty eleventy static-site
Last synced: 1 day ago
JSON representation
My personal Eleventy-based website.
- Host: GitHub
- URL: https://github.com/adamlaki/adamlaki-site
- Owner: adamlaki
- Created: 2022-10-20T05:57:50.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-12-31T10:58:13.000Z (about 2 months ago)
- Last Synced: 2024-12-31T11:34:59.357Z (about 2 months ago)
- Topics: 11ty, eleventy, static-site
- Language: CSS
- Homepage: https://adamlaki.com
- Size: 1.54 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
11ty (v3 with ESM) website for [adamlaki.com](https://adamlaki.com).
[![Netlify Status](https://api.netlify.com/api/v1/badges/2dc9d333-9b59-4a9d-a16f-36b74dd45f8d/deploy-status)](https://app.netlify.com/sites/adamlaki/deploys)
## Run Development
- Install the dependencies with `npm install`.
- Run `npm start` for the dev server and compilation.
- Build with `npm run build`.## Bite-Sized A11Y
A small project where you can find short and solid accessibility posts.**
### The Goal of the Project
The goal is to collect and give you (and us) concise posts about accessibility. It is also a personal notebook where I can learn and repeat what I know about a11y.
### The Rules
- Maximum length of 149 words.
- Title doesn’t count.
- Alt text doesn’t count.
- Code doesn’t count.### About the Content-Length
Writing about something in just a maximum of 149 words is a double-edged sword. It makes it easier (less content) but more complicated to include everything you want. Hence the references (that you can find at the end of most posts) are essential. We encourage you to read and discover them too. Learning about accessibility is challenging; we thought creating a note-like post collection would be a good idea to start.