/blog

The Vespa blog - https://blog.vespa.ai

Primary LanguageHTMLApache License 2.0Apache-2.0

blog

Vespa Blog Search Feed,

The Vespa blog - https://blog.vespa.ai

https://jekyllrb.com/docs/posts/ is useful to understand how to write a post - highlights:

  1. Serve on localhost using bundle exec jekyll serve --drafts --trace

  2. 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 ...).

  3. After reviewed and good to publish, move file to _posts, possibly in a subdirectory - and it is live

  4. 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]
---