Blog of the Raha software development team. Rendered using Github Pages' Jekyll integration.
- Create a file in
_posts/
with the following title format:yyyy-mm-dd-title.md
- Add the Jekyll front matter to the
beginning of the file, following the pattern of other posts. If you'd like
to add a new author, add the metadata to
_config.yml
. - Write your article in Markdown. Author info will be added automatically to the article, so don't worry about that.
- Publish it by opening an PR and having it merged into
master
.
If you'd like to see what it'll look like when it's published, do the following:
- Install Ruby Version Manager.
- Install a Ruby version:
rvm install 2.4
- Install package dependencies:
bundle install
- Run the server, defaults to http://localhost:4000.
bundle exec jekyll serve