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.
 
 
 
 

19 lines
599 B

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