The blog.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

21 lines
634 B

  1. ---
  2. title: tmux beginners guide
  3. description: Quick simple beginners guide to using tmux
  4. created: !!timestamp '2021-01-01'
  5. extends: drafts.j2
  6. listable: false
  7. time: 12:00 PM
  8. tags:
  9. - tweets
  10. ---
  11. <p>Originally Posted: {{ site.content.resource_from_relative_path('twitter/1556349580932833280.yaml').meta.created_at }}</p>
  12. {% for twdata in get_tweet_thread(1556349580932833280, 1556353959723356160) %}
  13. {{ twdata.meta | gettweettext }}
  14. {% for media in twdata.meta.extended_entities.media %}
  15. <p>
  16. <img src="/media/twitter/{{ (media.media_url | make_path).name }}" alt="{{ media.ext_alt_text | attr_escape }}">
  17. </p>
  18. {% endfor %}
  19. {% endfor %}