├── README.md ├── nonprofit-blogger-badge-green.svg ├── nonprofit-blogger-badge-red.svg └── nonprofit-blogger-badge.svg /README.md: -------------------------------------------------------------------------------- 1 | # 💜 Non-profit bloggers 2 | It's hard nowadays to find people who write for the joy of writing. I hope to compile a list of blogs from people who find joy in writing. 3 | 4 | If you would like to share your passion of writing without the need of monetary motivation - I've created a badge below you may display on your blog and link to this page. 5 | 6 | ![image](https://raw.githubusercontent.com/uxai/non-profit-bloggers/main/nonprofit-blogger-badge.svg) ![image](https://raw.githubusercontent.com/uxai/non-profit-bloggers/main/nonprofit-blogger-badge-green.svg) ![image](https://raw.githubusercontent.com/uxai/non-profit-bloggers/main/nonprofit-blogger-badge-red.svg) 7 | 8 | Replace the image URL represented as `{badge link here}` with the proper URL from your own server: 9 | 10 | ```html 11 | 12 | Non-profit bloggers badge 13 | 14 | ``` 15 | ### ✅ Criteria 16 | To be added to this list, your blog should meet the following criteria: 17 | * No ads 18 | * Selling services/merchandise shouldn't be the primary goal 19 | * Sponsored posts should be at a bare minimum 20 | * Your blog should not be written by AI in any way shape or form 21 | 22 | ### 📬 Submit your website 23 | Create a Pull request or create a new issue with the following information: 24 | If you want to invite someone who doesn't have github - file a [ticket here](https://todo.sr.ht/~cendol/non-profit-bloggers) 25 | 1. Category 26 | 2. Title of the blog 27 | 3. URL 28 | 4. RSS Feed URL 29 | 4. (Optional) Emoji that represents your blog, this will be displayed before the name of your blog. 30 | 5. Let me know the Author name to feature and if you would like to link your github. 31 | 32 | ### 🙅 Removal of websites from the list 33 | Every once in a while I may go through the list to see which blogs are still active. 34 | 35 | If you find a blog in the list has gone in the way of ads or extensive tracking or has simply shutdown, please flag it so it may be removed. 36 | 37 | Happy blogging and reading! 38 | 39 | ## Discord 40 | 41 | I have started a discord server for those who are/want to be on the list and would like to collaborate with other writers and bloggers such as yourself. 42 | 43 | [Join Discord Server](https://discord.gg/ek3VQeHpph) 44 | 45 | ## 🖋 Blogroll 46 | 47 | | Blog | Author | Description | RSS Feed | 48 | | ----------- | ----------- | ----------- | ----------- | 49 | | [Alan Ralph - Wearer Of Many Hats](https://alanralph.co.uk) | Alan Ralph | Persona 50 | | 🙃 [Birthplace of Process of Illogical Logic](https://www.nickifaulk.com) | Nicki Faulki | Personal / Life / Web | [Feed](https://nickifaulk.com/feed) 51 | | [Carl Barenbrug](https://cmhb.de) | Carl MH Barenbrug | Personal / Design / Minimalism 52 | | 🤔 [Colin Walker](https://colinwalker.blog) | [colin-walker](https://github.com/colin-walker) | Personal / Random 53 | | [d-s](https://d-s.sh) | d-s | Personal / Tech / Media | [Feed](https://d-s.sh/index.xml) | 54 | | 📓 [Daryl Sun's Journal](https://blog.darylsun.page/) | Daryl Sun | Personal | [Feed](https://blog.darylsun.page/rss.xml) 55 | | 🤓 [Excursions](https://amitgawande.com) | [am1t](https://github.com/am1t) | Personal / Life / Writing 56 | | 🌱 [foreverliketh.is](https://foreverliketh.is/blog/) | foreverliketh.is | Personal / Education / Psychology | [Feed](https://foreverliketh.is/blog/index.xml) | 57 | | 🌽 [Joshua Liu](https://www.joshualiu.org) | Joshua Liu | Poetry, writing & art. 58 | | 🌊 [Heed Not The Rolling Wave](https://adamenglebright.com/) | [Adam Englebright](https://github.com/adamenglebright) | Personal / Assorted 59 | | ☕️ [subtractiv](https://subtractiv.com) | [Matthew](https://github.com/uxai) | Technology / Product / Design | 60 | | 🤌🏽 [Luke Alex Davis](https://lukealexdavis.co.uk/) | Luke Alex Davis | Personal | [Feed](https://lukealexdavis.co.uk/blog.xml) | 61 | | [Manuel Moreale](https://manuelmoreale.com) | Manuel Moreale | Personal / Photography 62 | | 🚀 [Mr James Bell](https://mrjamesbell.com) | mrjamesbell | Personal | Feed | 63 | | 🖤 [Oblivion With Bells](https://oblivionwithbells.com/m) | [Dave Underwood](https://github.com/dave-underwood) | Psychology/Existentialism 64 | | [Rob Hope](https://robhope.com) | Rob Hope | Personal / Web 65 | | [Steelsnowflake](https://www.steelsnowflake.org/) | Paul Wilke | Arts & Humanities 66 | | [The View from Fanling](https://dennishodgson.blogspot.com) | Dennis Hodgson | Personal 67 | | 👋 [This is the internet weblog of Bix Frankonis.](https://bix.blog) | Bix Frankonis | Personal / Actually-Autistic / Random 68 | | ♾️ [Autistic As Fxxk](https://www.autisticasfxxk.com) | Rachel Tan | Personal / Autism / Neurodiversity | [Feed](https://www.autisticasfxxk.com/index.xml) | 69 | -------------------------------------------------------------------------------- /nonprofit-blogger-badge-green.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | -------------------------------------------------------------------------------- /nonprofit-blogger-badge-red.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | -------------------------------------------------------------------------------- /nonprofit-blogger-badge.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | --------------------------------------------------------------------------------