elk
elk copied to clipboard
Add blog posts to website
The idea is that new features (or old ones) get a blog post when they are introduced to showcase how they work.
This PR is work in progress feel free to give feedback about presentation or content, since I am not quite sure what should actually be in a blogpost.
Potential wants
- [ ] New features and their interaction/limitation?
- [ ] Example/Links to examples using features?
- [ ] Pictures how a layout with these features can look like?
- [ ] Link to corresponding publication?
Don't wants
- give additional information that is not already documented elsewhere
- explain in detail how the algorithm works
Questions
- How should the features be presented, is a link sufficient?
- TODO
Thanks @spoenemann, I added some images. If you don't have other suggestions, I will merge this and try to add other blogposts if I find the time.
Yes thank you! Is there a way to preview the website from the PR?
Yes, checkout the branch and run hugo && hugo server inside the docs directory.
Oh, so I need to install that locally first. It would be great to have a Gitpod configuration so such PRs can be easily verified in a cloud workspace. But that's a different topic, feel free to merge this.