Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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
```