Our news and announcements, at blog.openneo.net!
Find a file
2024-09-11 17:47:54 -07:00
_bin Add serve and deploy bin scripts 2024-09-11 17:44:31 -07:00
_layouts first commit: basic site and first post! 2024-09-11 17:15:59 -07:00
_posts Add a custom excerpt to "State of DTI: 2024" 2024-09-11 17:32:53 -07:00
assets Add 404 page 2024-09-11 17:44:36 -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 Add 404 page 2024-09-11 17:44:36 -07:00
Gemfile first commit: basic site and first post! 2024-09-11 17:15:59 -07:00
Gemfile.lock first commit: basic site and first post! 2024-09-11 17:15:59 -07:00
index.html first commit: basic site and first post! 2024-09-11 17:15:59 -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!