Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/tatianafokina/a11y-blog


https://github.com/tatianafokina/a11y-blog

a11y accessibility blogging design front-end inclusive-design webdevelopment

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# My blog on accessibility

## About project

This is a personal blog dedicated to all aspects of accessible web development. The blog was created and developed by Tatiana Fokina, a passionate web accessibility engineer and enthusiast, in 2021. It covers a wide range of topics, such as: Web Content Accessibility Guidelines (WCAG), Web Accessibility Initiative - Accessible Rich Internet Application (WAI-ARIA), coding techniques, inclusive design, and so on.

The blog aims to educate developers, designers, and content creators on the importance of accessibility and provide them with helpfull tips to make the internet more user-friendly and inclusive.

## Technologies

Here is a list of technologies you will work with in this project:

- [11ty](https://www.11ty.dev/) as a static site generator
- [Nunjucks](https://mozilla.github.io/nunjucks/) for templates
- Markdown for content
- [SCSS](https://sass-lang.com/) for styles
- Vanilla JavaScript
- [Yaml](https://yaml.org/) and [JSON](https://www.json.org/json-en.html)
- Miscellaneous: [Rollup](https://rollupjs.org/), [pnpm](https://pnpm.io/), [Lightning CSS](https://lightningcss.dev).

## Development

Install dependencies:

```bash
pnpm i
```

Run a test build for local development:

```bash
pnpm watch
```

Build and deployment:

```bash
pnpm build+deploy
```

## Licenses

Code is licensed under [MIT](https://github.com/TatianaFokina/a11y-blog/blob/main/MIT.md), content is licensed under [CC BY-NC-SA 4.0](https://github.com/TatianaFokina/a11y-blog/blob/main/CC.md).

Icons are from [Lucide](https://lucide.dev) and licensed under [the ISC License](https://lucide.dev/license). The font, IBM Plex, is licensed under [OFL](https://github.com/IBM/plex/blob/master/LICENSE.txt).