Adds links section
This commit is contained in:
parent
c788a37429
commit
a07da03360
3 changed files with 30 additions and 0 deletions
15
content-org/links.org
Normal file
15
content-org/links.org
Normal file
|
@ -0,0 +1,15 @@
|
|||
#+hugo_base_dir: ../
|
||||
#+hugo_section: links
|
||||
#+options: author:nil
|
||||
|
||||
* 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.
|
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.
|
||||
|
|
@ -44,6 +44,9 @@ languages:
|
|||
- name: Blog
|
||||
pageRef: '/blog'
|
||||
weight: 20
|
||||
- name: Links
|
||||
pageRef: '/links'
|
||||
weight: 30
|
||||
|
||||
params:
|
||||
contact:
|
||||
|
|
Loading…
Reference in a new issue