website/index.md

26 lines
257 B
Markdown

---
layout: default.liquid
---
About, features, basic SSB info, etc.
## FAQ
**Q:**
A
**Q:**
A
## Roadmap
- one
- two
- three
## Blog!
{% for post in collections.posts.pages %}
#### {{post.title}}
[{{ post.title }}]({{ post.permalink }})
{% endfor %}