Our news and announcements, at blog.openneo.net!
Find a file
2024-09-20 13:25:20 -07:00
_bin Use Prettier on the output we deploy 2024-09-13 20:24:04 -07:00
_layouts first commit: basic site and first post! 2024-09-11 17:15:59 -07:00
_posts Change date for first post 2024-09-20 13:25:20 -07:00
assets Replace the Noto fonts with good-enough font stacks 2024-09-12 00:24:03 -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
favicon.ico Add favicon 2024-09-20 13:25:13 -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!