Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/mloberg/mlo.io

My website powered by Jekyll.
https://github.com/mloberg/mlo.io

jekyll jekyll-site tailwindcss

Last synced: 9 days ago
JSON representation

My website powered by Jekyll.

Awesome Lists containing this project

README

        

# mlo.io

Jekyll site for [mlo.io](https://mlo.io)

## development

make setup
make dev

## writing a new post

1. `make draft`
2. Write
3. Find a hero image (usually from [Unsplash](https://unsplash.com/))
4. Generate hero images (`bin/hero IMAGE`)
5. Optimize images (`npm run optimize`)
6. Publish the draft (`bin/publish [path]`)
7. Commit & push