Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/tatianafokina/a11y-blog
- Owner: TatianaFokina
- Created: 2021-07-19T14:12:23.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-09-26T20:32:03.000Z (4 months ago)
- Last Synced: 2024-10-15T07:11:37.768Z (3 months ago)
- Topics: a11y, accessibility, blogging, design, front-end, inclusive-design, webdevelopment
- Language: SCSS
- Homepage: https://tatiana-fokina-blog.ru
- Size: 26.4 MB
- Stars: 8
- Watchers: 3
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
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).