Moving some tweets around, adding some new content to the promos, adding some new tweets

This commit is contained in:
Jeffrey Stone
2020-12-02 22:56:02 -05:00
parent d5191c9ab8
commit c9e735288c
7 changed files with 110 additions and 54 deletions

View File

@@ -12,18 +12,17 @@
{%- endmacro -%}
{%- macro getRandomLead() -%}
{{- [
"All you need is #home_assistant, and these config files ->",
"Just grab @home_assistant and checkout ",
"Just grab #home_assistant and for inspiration checkout ",
"It is easy. Install #home_assistant, and add some config files like ",
"You can't go wrong with #home_assistant. For an example of what you can do checkout "
"All you need is #homeassistant, and these config files ->",
"Just grab #homeassistant and checkout ",
"Just grab #homeassistant and for inspiration checkout ",
"It is easy. Install #homeassistant, and add some config files like ",
"You can't go wrong with #homeassistant. For an example of what you can do checkout "
] | random -}}
{%- endmacro -%}
{%- macro getRandomPromo() -%}
{{- [
"https://github.com/CCOSTAN/Home-AssistantConfig#logo cc: @ccostan ",
"https://github.com/skalavala/mysmarthome ",
"https://github.com/thejeffreystone/home-assistant-configuration cc: @thejeffreystone ",
"https://github.com/arsaboo/homeassistant-config ",
"https://github.com/Vasiley/Home-Assistant-Main ",
"https://github.com/JamesMcCarthy79/Home-Assistant-Config ",
@@ -33,7 +32,7 @@
] | random -}}
{%- endmacro -%}
{%- macro getTags() -%}
#homeassistant #youcandoit #spreadtheword #givingback
#homeautomation #youcandoit #givingback
{%- endmacro -%}
{# a macro that removes all newline characters, empty spaces, and returns formatted text #}