Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/jaymody/website


https://github.com/jaymody/website

Last synced: 7 days ago
JSON representation

Awesome Lists containing this project

README

        

# My Website
My personal website/blog, built from scratch with [eleventy](https://www.11ty.dev).

### Installation
```bash
npm install
```

### Usage
```bash
npm run serve
```

By default, the example posts under `posts/` are included in the output. These posts are useful as a reference when making changes to the website (includes example markdown, gifs, images, image captions, mathjax, block code, inline code, etc ...). To ignore these posts:

```bash
npm run serve-prod
```

### Structure
- `src`: Input directory for eleventy.
- `static`: Anything in this directory is copied to the site root.
- `.eleventy.js`: Eleventy configuration.