Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/regenrek/regenrek-blog-11ty
- Owner: regenrek
- License: mit
- Created: 2019-04-01T11:45:03.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-10T00:35:54.000Z (almost 2 years ago)
- Last Synced: 2024-05-18T07:47:34.991Z (7 months ago)
- Language: Nunjucks
- Homepage: https://regenrek.com
- Size: 20.7 MB
- Stars: 7
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)