Skip to content

lumeland/theme-simple-twitter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple twitter archive

Lume theme to host your twitter/X archive.

Instructions

  • Download your account data from X. How to download an archive of your Twitter data
  • Copy the content of tweets.js file in _data/tweets.js, and replace the first line:
    - window.YTD.tweets.part0 = [
    + export default [
  • Copy the folder tweets_media to /uploads/tweets_media.
  • Copy the folder profile_media to /uploads/profile_media.
  • Edit the _data.yml file with your account data.
  • That's all. Run deno task serve to see the site.