this repo has no description
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Adding other links types to fixture loader

+9
+9
tests/load_fixtures.sh
··· 19 19 # Standard Link 20 20 $ADD_LINK_SCRIPT "web_surfer" "http://costs.wtf" 21 21 22 + # Reddit Post (Valheim) 23 + $ADD_LINK_SCRIPT "gamer_girl" "https://www.reddit.com/r/valheim/comments/leqdj6/our_first_encounter_with_the_troll/" 24 + 25 + # Imgur (Animated) 26 + $ADD_LINK_SCRIPT "meme_lord" "https://imgur.com/only-one-jack-black-0qetp3u" 27 + 22 28 # Twitter Post 23 29 $ADD_LINK_SCRIPT "tweet_master" "https://x.com/jcockhren/status/1229101594505097216?s=20" 30 + 31 + # Wikipedia (Go) 32 + $ADD_LINK_SCRIPT "knowledge_seeker" "https://en.wikipedia.org/wiki/Go_(programming_language)" 24 33 25 34 ADD_QUOTE_SCRIPT="./tests/add_quote.sh" 26 35