mirror of
https://github.com/jgthms/bulma
synced 2026-03-15 02:04:29 -07:00
Init v1
This commit is contained in:
@@ -1,29 +1,13 @@
|
||||
---
|
||||
fulltitle: Love for Bulma 😍
|
||||
layout: default
|
||||
theme: love
|
||||
route: love
|
||||
breadcrumb:
|
||||
- home
|
||||
- love
|
||||
tweets:
|
||||
- id: "900692286744535041"
|
||||
date: "2:12 PM - 24 Aug 2017"
|
||||
content: 'So impressed with the speed and clarity of implementing <a href="https://twitter.com/search?q=%23bulma">#bulma</a> CSS framework on a new project. Kudos <a href="https://twitter.com/jgthms">@jgthms</a>'
|
||||
fullname: "Jamie Hylands"
|
||||
username: "JamieAHylands"
|
||||
avatar: "https://pbs.twimg.com/profile_images/872757791236272128/31VmJF-L_normal.jpg"
|
||||
hearts: "1"
|
||||
retweets: "0"
|
||||
---
|
||||
|
||||
{% include global/navbar.html id="Love" %}
|
||||
|
||||
{% include global/header.html %}
|
||||
{%
|
||||
include components/hero.html
|
||||
color="love"
|
||||
icon="fas fa-heart"
|
||||
title="**Love** for Bulma"
|
||||
subtitle="Happy thoughts from all around the world"
|
||||
include docs/hero.html
|
||||
title="Love for Bulma"
|
||||
subtitle="Happy thoughts from all around the world."
|
||||
%}
|
||||
|
||||
{% assign encoded_url = site.data.meta.title | urlencode %}
|
||||
@@ -32,15 +16,15 @@ tweets:
|
||||
|
||||
{% capture call_button %}
|
||||
{% include
|
||||
elements/tw-button.html
|
||||
docs/elements/tw-button.html
|
||||
label="Tweet #bulmaio"
|
||||
href=tweet_href
|
||||
%}
|
||||
{% endcapture %}
|
||||
|
||||
{%
|
||||
include components/call.html
|
||||
color="twitter"
|
||||
include docs/components/call.html
|
||||
color="love"
|
||||
text='Are you a Bulma fan too? <strong>Show your support!</strong> <span style="font-size: 20px; margin-left: 2px; position: relative; top: 1px;">🤗</span>'
|
||||
button=call_button
|
||||
%}
|
||||
@@ -87,7 +71,7 @@ tweets:
|
||||
<div class="bd-tws-list">
|
||||
{% for tweet_pair in site.data.love.tweets_by_id reversed %}
|
||||
{% assign tweet_id = tweet_pair[0] %}
|
||||
{% include elements/tw.html tweet_id=tweet_id %}
|
||||
{% include docs/elements/tw.html tweet_id=tweet_id %}
|
||||
{% endfor %}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
Reference in New Issue
Block a user