feat: added Pagecord and ASCII art
Pablo Murad pblmrd@gmail.com
Tue, 04 Aug 2026 08:02:20 -0300
2 files changed,
16 insertions(+),
4 deletions(-)
M
.forgejo/workflows/link-check.yml
→
.forgejo/workflows/link-check.yml
@@ -32,10 +32,8 @@
- name: Commit changes if any run: | if [ -n "$(git status --porcelain README.md)" ]; then - git config user.name "Link Checker" - git config user.email "link-checker@source.tube" git add README.md - git commit -m "chore: flag dead links (automated monthly check)" + git -c user.name="Link Checker" -c user.email="" commit -m "chore: flag dead links (automated monthly check)" git push origin "HEAD:${GITHUB_REF_NAME}" else echo "No dead-link changes to commit."
M
README.md
→
README.md
@@ -1,12 +1,26 @@
# Awesome IndieWeb [](https://awesome.re) +```text + ___ _______ ____ ___ __ __ _____ + / \ \ / / ____/ ___| / _ \| \/ | ____| + / _ \ \ /\ / /| _| \___ \| | | | |\/| | _| + / ___ \ V V / | |___ ___) | |_| | | | | |___ +/_/ \_\_/\_/ |_____|____/ \___/|_| |_|_____| + + ___ _ _ ____ ___ _______ _______ ____ +|_ _| \ | | _ \_ _| ____\ \ / / ____| __ ) + | || \| | | | | || _| \ \ /\ / /| _| | _ \ + | || |\ | |_| | || |___ \ V V / | |___| |_) | +|___|_| \_|____/___|_____| \_/\_/ |_____|____/ +``` + > A curated list of protocols, platforms, services, libraries, and tools for publishing and owning an independent personal website (on your own domain, with durable URLs, connected to the rest of the web through open standards). The [IndieWeb](https://indieweb.org/) is not a product, a social network, or an official stack. It is an approach centered on **publishing first in a space you control** (normally your own domain), keeping URLs durable, and connecting that site to the wider web through open standards. This list spans both resources **native to the IndieWeb** (standards and building blocks) and **adjacent** tools that solve important parts of the problem well. Statuses change fast, confirm recent releases, docs, and export procedures before adopting a critical component. -**Contributions are welcome.** Open a [pull request](https://source.tube/pmurad/awesome-indieweb/pulls) to add, update, or remove an entry, or file an [issue](https://source.tube/pmurad/awesome-indieweb/issues/new/choose) to suggest a resource or report a broken link. Please read the [contribution guidelines](CONTRIBUTING.md) first. +**Contributions are welcome.** Pull requests are accepted only on the main repository at [source.tube](https://source.tube/pmurad/awesome-indieweb): open a [pull request](https://source.tube/pmurad/awesome-indieweb/pulls) or file an [issue](https://source.tube/pmurad/awesome-indieweb/issues/new/choose) there. GitHub users can request an inclusion by emailing runawaydevil@pm.me. Please read the [contribution guidelines](CONTRIBUTING.md) first. Links are checked automatically on the first of each month. Entries found permanently unreachable are flagged **(link no longer exists)** next to them. Please open a PR to fix or remove any you spot.