Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/kiwikilian/kilianfinger.com

Home of my personal website 👨🏼‍💻.
https://github.com/kiwikilian/kilianfinger.com

eleventy eleventy-website

Last synced: 13 days ago
JSON representation

Home of my personal website 👨🏼‍💻.

Awesome Lists containing this project

README

        

# [kilianfinger.com](https://www.kilianfinger.com/) 👨🏼‍💻

Home of my personal website [kilianfinger.com](https://www.kilianfinger.com/).

Build with [Eleventy](https://github.com/11ty/eleventy).

## Development

```shell
npm install
npm start
```

## Spellchecking

Uses [`vale`](https://vale.sh/docs/vale-cli/installation/) for spellchecking.

```shell
vale src/**/*.md
vale *.md
```