Our news and announcements, at blog.openneo.net!
Emi Matchu
ecad5ffd95
For the webp variants, I decided to use lossless for the NeoPass one, because anything lossy just looked really obviously crunchy. But for the State of DTI one, I first ran this shopkeeper image through waifu2x, then gave it a lossy webp conversion, cuz I thought it compressed honestly pretty darn well. ``` convert neopass.png -define webp:lossless=true neopass.webp convert state-of-dti-2024.png -quality 70 state-of-dti-2024.webp ``` |
||
---|---|---|
_bin | ||
_layouts | ||
_posts | ||
assets | ||
.gitignore | ||
.prettierrc.yml | ||
404.html | ||
_config.yml | ||
favicon.ico | ||
feed.xml | ||
Gemfile | ||
Gemfile.lock | ||
index.html | ||
README.md |
OpenNeo Blog
This is a deathly-simple Jekyll site! The posts are saved as Markdown in the
_posts
folder.
To run the site locally for testing, run _bin/serve.sh
.
To deploy, run _bin/deploy.sh
—this requires SSH access to our web server,
though!