2016-09-11 11:00:49 +00:00
|
|
|
---
|
|
|
|
layout: default
|
|
|
|
route: blog
|
2018-04-09 20:16:50 +00:00
|
|
|
breadcrumb:
|
|
|
|
- home
|
|
|
|
- blog
|
2016-09-11 11:00:49 +00:00
|
|
|
---
|
|
|
|
|
2021-01-27 23:30:42 +00:00
|
|
|
{% capture hero_content %}
|
2024-03-21 16:39:38 +00:00
|
|
|
{% include docs/elements/rss-button.html %}
|
2021-01-27 23:30:42 +00:00
|
|
|
{% endcapture %}
|
|
|
|
{%
|
2024-03-21 16:39:38 +00:00
|
|
|
include docs/components/hero.html
|
2021-01-27 23:30:42 +00:00
|
|
|
color="primary"
|
|
|
|
icon="fas fa-rss"
|
|
|
|
title="The **official** Bulma **blog**"
|
|
|
|
subtitle="Stay updated about new features, bug fixes, and releases"
|
|
|
|
content=hero_content
|
|
|
|
%}
|
2018-04-09 20:16:50 +00:00
|
|
|
|
2021-01-27 23:30:42 +00:00
|
|
|
<main class="bd-main">
|
|
|
|
<div class="bd-posts">
|
|
|
|
{% for post in site.posts %}
|
|
|
|
{%
|
2024-03-21 16:39:38 +00:00
|
|
|
include docs/elements/post.html
|
2021-01-27 23:30:42 +00:00
|
|
|
post=post
|
|
|
|
%}
|
|
|
|
{% endfor %}
|
2018-03-29 21:25:55 +00:00
|
|
|
</div>
|
2018-04-09 20:16:50 +00:00
|
|
|
</main>
|