Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 👨🏼💻.
- Host: GitHub
- URL: https://github.com/kiwikilian/kilianfinger.com
- Owner: KiwiKilian
- License: mit
- Created: 2022-12-10T17:43:49.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-15T04:25:58.000Z (4 months ago)
- Last Synced: 2024-10-15T14:42:49.644Z (4 months ago)
- Topics: eleventy, eleventy-website
- Language: SCSS
- Homepage: https://www.kilianfinger.com/
- Size: 101 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```