Our news and announcements, at blog.openneo.net!
Find a file
2024-09-25 20:50:44 -07:00
_bin Support arguments for _bin/serve.sh 2024-09-25 20:50:28 -07:00
_layouts Add footer with RSS link 2024-09-20 14:39:13 -07:00
_posts Add banner images to posts 2024-09-20 14:25:41 -07:00
assets Normalize Cambria's font size, it's kinda small! 2024-09-25 20:50:44 -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 banner images to RSS feed 2024-09-20 17:44:52 -07:00
favicon.ico Add favicon 2024-09-20 13:25:13 -07:00
feed.xml Add banner images to RSS feed 2024-09-20 17:44:52 -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!