Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/mloberg/mlo.io
- Owner: mloberg
- Created: 2012-01-21T04:10:23.000Z (almost 13 years ago)
- Default Branch: main
- Last Pushed: 2024-12-16T15:06:30.000Z (23 days ago)
- Last Synced: 2024-12-24T10:13:11.955Z (15 days ago)
- Topics: jekyll, jekyll-site, tailwindcss
- Language: JavaScript
- Homepage: https://mlo.io
- Size: 57.9 MB
- Stars: 0
- Watchers: 4
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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