Minor for rss
This commit is contained in:
@@ -30,3 +30,15 @@ related:
|
|||||||
weight: 10
|
weight: 10
|
||||||
- name: date
|
- name: date
|
||||||
weight: 10
|
weight: 10
|
||||||
|
|
||||||
|
outputs:
|
||||||
|
home:
|
||||||
|
- html
|
||||||
|
uses:
|
||||||
|
- html
|
||||||
|
feeds:
|
||||||
|
- html
|
||||||
|
now:
|
||||||
|
- html
|
||||||
|
redirect:
|
||||||
|
- html
|
||||||
|
|||||||
@@ -10,6 +10,7 @@ defaultColor:
|
|||||||
# the default value is set to 'auto'.
|
# the default value is set to 'auto'.
|
||||||
# You can take a look at layouts/index.html for more information.
|
# You can take a look at layouts/index.html for more information.
|
||||||
mainSections: ["post", "photos", "micro"]
|
mainSections: ["post", "photos", "micro"]
|
||||||
|
feedSections: ["post", "photos", "micro"]
|
||||||
commentSections: ["post", "photos", "micro"]
|
commentSections: ["post", "photos", "micro"]
|
||||||
suggestionSections: ["post"]
|
suggestionSections: ["post"]
|
||||||
toc: false # set to false to disable table of contents 'globally'
|
toc: false # set to false to disable table of contents 'globally'
|
||||||
|
|||||||
@@ -3,6 +3,7 @@ title: "Fundor333"
|
|||||||
type: home
|
type: home
|
||||||
specialpost: true
|
specialpost: true
|
||||||
date: 2000-08-20T12:00:00+02:00
|
date: 2000-08-20T12:00:00+02:00
|
||||||
|
|
||||||
---
|
---
|
||||||
Pythonista, Backend Developer, Photographer, Dev Ops, Ex-Scout, Bookworm and Tea Lover.
|
Pythonista, Backend Developer, Photographer, Dev Ops, Ex-Scout, Bookworm and Tea Lover.
|
||||||
Sometime you can find me in a GDG, a DataBeers, a Pycon, a Comicon or other similar event.
|
Sometime you can find me in a GDG, a DataBeers, a Pycon, a Comicon or other similar event.
|
||||||
|
|||||||
@@ -3,6 +3,9 @@ title: "feeds"
|
|||||||
specialpost: true
|
specialpost: true
|
||||||
type: page
|
type: page
|
||||||
date: 2000-08-20T12:00:00+02:00
|
date: 2000-08-20T12:00:00+02:00
|
||||||
|
outputs:
|
||||||
|
- 'html'
|
||||||
|
|
||||||
---
|
---
|
||||||
This page collects content I'm producing in some way or the other, and is consumable with RSS.
|
This page collects content I'm producing in some way or the other, and is consumable with RSS.
|
||||||
[Learn more about the idea](https://marcus.io/blog/making-rss-more-visible-again-with-slash-feeds).
|
[Learn more about the idea](https://marcus.io/blog/making-rss-more-visible-again-with-slash-feeds).
|
||||||
|
|||||||
@@ -3,6 +3,8 @@ title: "now"
|
|||||||
type: now
|
type: now
|
||||||
specialpost: true
|
specialpost: true
|
||||||
date: 2000-08-20T12:00:00+02:00
|
date: 2000-08-20T12:00:00+02:00
|
||||||
|
outputs:
|
||||||
|
- 'html'
|
||||||
---
|
---
|
||||||
This is my now page, and if you have your own site, [you should make one too](https://nownownow.com/about).
|
This is my now page, and if you have your own site, [you should make one too](https://nownownow.com/about).
|
||||||
|
|
||||||
|
|||||||
@@ -6,4 +6,5 @@ url = "/social_card/"
|
|||||||
redirect_to = "https://linktr.ee/fundor333"
|
redirect_to = "https://linktr.ee/fundor333"
|
||||||
redirect_enabled = true
|
redirect_enabled = true
|
||||||
private = true
|
private = true
|
||||||
|
outputs=[ 'html' ]
|
||||||
+++
|
+++
|
||||||
|
|||||||
@@ -6,6 +6,8 @@ aliases:
|
|||||||
- /stack
|
- /stack
|
||||||
- /kit
|
- /kit
|
||||||
date: 2000-08-20T12:00:00+02:00
|
date: 2000-08-20T12:00:00+02:00
|
||||||
|
outputs:
|
||||||
|
- 'html'
|
||||||
---
|
---
|
||||||
|
|
||||||
Specifics about the hardware and software equipment I use for work and for my personal life.
|
Specifics about the hardware and software equipment I use for work and for my personal life.
|
||||||
|
|||||||
Reference in New Issue
Block a user