Our news and announcements, at blog.openneo.net!
Find a file
Emi Matchu 74cea901d6 Use Prettier on the output we deploy
Just as like, an extra little step in case people decide to View Source
our blog. Doesn't really matter! But hey, feels polite all else equal!

(The main thing I noticed is the indentation, which is always a mess in
templating systems like Liquid with injecting content into layouts.)
2024-09-13 20:24:04 -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 Copy tweak to "State of DTI: 2024" 2024-09-12 00:22:19 -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
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 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!