blog
The Vespa blog - https://blog.vespa.ai
https://jekyllrb.com/docs/posts/ is useful to understand how to write a post - highlights:
-
Serve on localhost using
bundle exec jekyll serve --drafts --trace --future
-
Create a file like _drafts/draft-template.md and view it as http://localhost:4000/draft-template/ (the index page is also regenerated, some times ...).
-
After reviewed and good to publish, move file to _posts, possibly in a subdirectory - and it is live
-
We don't have a good system for categories and tags yet, experimental stage
misc:
---
layout: post
title: A Trip
categories: [blog, travel]
tags: [hot, summer]
---