Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/clhenrick/clhenrick.io
Personal website, portfolio, and blog built with Eleventy (11ty) with a focus on accessibility and inclusive design.
https://github.com/clhenrick/clhenrick.io
11ty a11y eleventy portfolio-website
Last synced: 13 days ago
JSON representation
Personal website, portfolio, and blog built with Eleventy (11ty) with a focus on accessibility and inclusive design.
- Host: GitHub
- URL: https://github.com/clhenrick/clhenrick.io
- Owner: clhenrick
- Created: 2024-03-29T18:01:56.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-10-14T19:01:53.000Z (about 1 month ago)
- Last Synced: 2024-10-31T11:51:30.483Z (20 days ago)
- Topics: 11ty, a11y, eleventy, portfolio-website
- Language: Nunjucks
- Homepage: https://clhenrick.io
- Size: 70.4 MB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Portfolio and Blog
[![Netlify Status](https://api.netlify.com/api/v1/badges/d009e11e-a44e-4eea-a26c-2d61fe5be189/deploy-status)](https://app.netlify.com/sites/clhenrick-new/deploys)
The 2024 revamped portfolio and blog of Chris L Henrick, using [Eleventy.JS](https://www.11ty.dev/). Migrated from a [previous Jekyll implementation](https://github.com/clhenrick/portfolio/).
## Development Instructions
Make sure to use a compatible NodeJS version (see `.nvmrc`).
Install dependencies using `npm`:
```bash
npm install
```To start the dev server:
```bash
npm start
```To create a build in the `_site` directory:
```bash
npm run build
```