Our news and announcements, at blog.openneo.net!
Find a file
Emi Matchu ecad5ffd95 Add banner images to posts
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
```
2024-09-20 14:25:41 -07:00
_bin Use Prettier on the output we deploy 2024-09-13 20:24:04 -07:00
_layouts Add banner images to posts 2024-09-20 14:25:41 -07:00
_posts Add banner images to posts 2024-09-20 14:25:41 -07:00
assets Add banner images to posts 2024-09-20 14:25:41 -07:00
.gitignore first commit: basic site and first post! 2024-09-11 17:15:59 -07:00
.prettierrc.yml Run Prettier on post, to fix line wrapping 2024-09-11 17:26:35 -07:00
404.html Use Prettier on the output we deploy 2024-09-13 20:24:04 -07:00
_config.yml Add RSS feed 2024-09-20 13:35:31 -07:00
favicon.ico Add favicon 2024-09-20 13:25:13 -07:00
feed.xml Add RSS feed 2024-09-20 13:35:31 -07:00
Gemfile Fix Ruby deprecation warnings 2024-09-20 13:25:08 -07:00
Gemfile.lock Fix Ruby deprecation warnings 2024-09-20 13:25:08 -07:00
index.html Add date to posts list on homepage 2024-09-11 20:37:18 -07:00
README.md Add very basic README 2024-09-11 17:47:54 -07:00

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!