diff --git a/eleventy.config.js b/eleventy.config.js index 6bf9b09..0726aed 100644 --- a/eleventy.config.js +++ b/eleventy.config.js @@ -54,7 +54,7 @@ const getPostTags = (post, mdInstance) => { } const isReleased = (post) => { - return post.data.unreleased !== true; + return post.data.released !== false; } const markdownItHashtag = (md) => { diff --git a/posts/content-recommendations.md b/posts/content-recommendations.md new file mode 100644 index 0000000..6f83421 --- /dev/null +++ b/posts/content-recommendations.md @@ -0,0 +1,74 @@ +--- +released: false +--- + +Richard David Wolff about socialists and socialism +https://www.youtube.com/watch?v=_9lSwELJsGs&t=486 + +The Politics Of The Legend Of Korra +https://www.youtube.com/playlist?list=PLPVfWSlNRVc5H-66tMKGa_Zb2i7C08agd + +Beyond the Genderbread Person - The Failures of Biological Sex +https://www.youtube.com/watch?v=TcOhfOrz0HM + +What The %$@! Is A Nonprofit!? +https://youtu.be/DYy9OL-VBck + +The Alt-Right Playbook +https://youtube.com/playlist?list=PLJA_jUddXvY7v0VkYRbANnTnzkA_HMFtQ + +the original Mario Bros. +https://www.youtube.com/watch?v=NYZOngyZvaI + +Capital +https://www.marxists.org/archive/marx/works/download/pdf/Capital-Volume-I.pdf + +The Conquest of Bread +https://theanarchistlibrary.org/library/petr-kropotkin-the-conquest-of-bread/ + +The Problem with r/anti-work: What is Anti-work? +https://www.youtube.com/watch?v=28D5K28J8qM + +The Truth About Declawing Your Cat +http://www.youtube.com/watch?v=gFeC3lM02sc#t=478 + +Cities Skylines: Power, Politics, & Planning +https://youtube.com/playlist?list=PLwkSQD3vqK1S1NiHIxxF2g_Uy-LbbcR84 + +3 Crummy Jobs That Radicalized Me, But I Was The Boss. +https://www.youtube.com/watch?v=YG2YzI_T9U0 + +Decentralized Social Networks vs the Trolls +https://joinmastodon.org/servers https://www.youtube.com/watch?v=yZoASOyfvGQ + +Solution for the Left? Gramsci, Mouffe and Laclau on Hegemony! +https://www.youtube.com/watch?v=FCF_woTIxrk + +Palestine +https://www.youtube.com/watch?v=3xottY-7m3k + +brown eye blue eye, Jane Elliott +https://www.youtube.com/watch?v=jPZEJHJPwIw + +Don't Talk to the Police +https://www.youtube.com/watch?v=d-7o9xYp7eE + +Unauthorized Bread: Real rebellions involve jailbreaking IoT toasters +https://arstechnica.com/gaming/2020/01/unauthorized-bread-a-near-future-tale-of-refugees-and-sinister-iot-appliances/ + +The Year Without Sunshine - Uncanny Magazine +https://www.uncannymagazine.com/article/the-year-without-sunshine/ + +Gutter Oil: The Real Story +https://www.youtube.com/watch?v=G43wJ7YyWzM + +Lawyer. Passport. Locksmith. Gun. +https://www.youtube.com/watch?v=6ihrGNGesfI + +Accomplices Not Allies +https://www.indigenousaction.org/wp-content/uploads/Accomplices-Not-Allies-print.pdf + +Don't Get Distracted +https://calebhearth.com/dont-get-distracted + +TODO: book recommendations diff --git a/posts/posts.11tydata.js b/posts/posts.11tydata.js index 814dfdc..62d1f82 100644 --- a/posts/posts.11tydata.js +++ b/posts/posts.11tydata.js @@ -88,7 +88,7 @@ const getPostCreatedAt = (data) => { module.exports = { layout: "post.njk", tags: ["posts"], - unreleased: false, + released: true, eleventyComputed: { title: (data) => { if (data.title && data.title !== data.page.fileSlug) {