Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/regenrek/regenrek-blog-11ty

Personal blog powered by 11ty/eleventy static site generator with TailwindCSS and webpack - hosted on netlify
https://github.com/regenrek/regenrek-blog-11ty

Last synced: 8 days ago
JSON representation

Personal blog powered by 11ty/eleventy static site generator with TailwindCSS and webpack - hosted on netlify

Awesome Lists containing this project

README

        

# regenrek.com Eleventy Blog

My personal blog.

## Under the hood

* [11ty/eleventy](https://github.com/11ty/eleventy) Static site generator
* [webpack](https://webpack.js.org/)
* [Tailwind CSS](https://tailwindcss.com)
* [postcss](https://postcss.org/)

## Install

```bash
yarn
```

## Dev

```bash
yarn dev
```

## Build

```bash
yarn prod
```

Netlify
```bash
npm run prod
```

Twitter: [@kregenrek](https://twitter.com/kregenrek)