Compare commits
2 commits
c788a37429
...
1f99c18d19
Author | SHA1 | Date | |
---|---|---|---|
|
1f99c18d19 | ||
|
a07da03360 |
5 changed files with 60 additions and 0 deletions
12
content/links/rss-is-dead.md
Normal file
12
content/links/rss-is-dead.md
Normal file
|
@ -0,0 +1,12 @@
|
||||||
|
---
|
||||||
|
title: "RsS iS dEaD LOL"
|
||||||
|
date: 2024-08-04T12:43:00+02:00
|
||||||
|
draft: false
|
||||||
|
---
|
||||||
|
|
||||||
|
<https://rss-is-dead.lol/>
|
||||||
|
|
||||||
|
A webpage that allows you to introduce a fediverse handle and search
|
||||||
|
through its follows, gathering a list of RSS links found on those
|
||||||
|
profiles.
|
||||||
|
|
14
content/links/slash-pages.md
Normal file
14
content/links/slash-pages.md
Normal file
|
@ -0,0 +1,14 @@
|
||||||
|
---
|
||||||
|
title: "Slash Pages"
|
||||||
|
date: 2024-08-06T09:16:00+02:00
|
||||||
|
draft: false
|
||||||
|
---
|
||||||
|
|
||||||
|
<https://slashpages.net/>
|
||||||
|
|
||||||
|
A collection of the different slash pages that are gaining traction on
|
||||||
|
the Indie Web, with relevant links to their creators and related
|
||||||
|
resources.
|
||||||
|
|
||||||
|
> Slash pages are common pages you can add to your website, usually with a standard, root-level slug like `/now`, `/about`, or `/uses`. They tend to describe the individual behind the site and are distinguishing characteristics of the IndieWeb.
|
||||||
|
|
|
@ -44,6 +44,9 @@ languages:
|
||||||
- name: Blog
|
- name: Blog
|
||||||
pageRef: '/blog'
|
pageRef: '/blog'
|
||||||
weight: 20
|
weight: 20
|
||||||
|
- name: Links
|
||||||
|
pageRef: '/links'
|
||||||
|
weight: 30
|
||||||
|
|
||||||
params:
|
params:
|
||||||
contact:
|
contact:
|
||||||
|
|
31
org/links.org
Normal file
31
org/links.org
Normal file
|
@ -0,0 +1,31 @@
|
||||||
|
#+hugo_base_dir: ../
|
||||||
|
#+hugo_section: links
|
||||||
|
#+options: author:nil
|
||||||
|
|
||||||
|
* Slash Pages
|
||||||
|
:PROPERTIES:
|
||||||
|
:EXPORT_FILE_NAME: slash-pages
|
||||||
|
:EXPORT_DATE: <2024-08-06 mar 09:16>
|
||||||
|
:END:
|
||||||
|
|
||||||
|
https://slashpages.net/
|
||||||
|
|
||||||
|
A collection of the different slash pages that are gaining traction on
|
||||||
|
the Indie Web, with relevant links to their creators and related
|
||||||
|
resources.
|
||||||
|
|
||||||
|
#+begin_quote
|
||||||
|
Slash pages are common pages you can add to your website, usually with a standard, root-level slug like ~/now~, ~/about~, or ~/uses~. They tend to describe the individual behind the site and are distinguishing characteristics of the IndieWeb.
|
||||||
|
#+end_quote
|
||||||
|
|
||||||
|
* RsS iS dEaD LOL
|
||||||
|
:PROPERTIES:
|
||||||
|
:EXPORT_FILE_NAME: rss-is-dead
|
||||||
|
:EXPORT_DATE: <2024-08-04 dom 12:43>
|
||||||
|
:END:
|
||||||
|
|
||||||
|
https://rss-is-dead.lol/
|
||||||
|
|
||||||
|
A webpage that allows you to introduce a fediverse handle and search
|
||||||
|
through its follows, gathering a list of RSS links found on those
|
||||||
|
profiles.
|
Loading…
Reference in a new issue