welpo / tabi

A modern Zola theme with search, multilingual support, optional JavaScript, a perfect Lighthouse score, and a focus on accessibility.
https://welpo.github.io/tabi/
MIT License
97 stars 32 forks source link

Projects in RSS Feed #302

Closed Myrdincx closed 2 months ago

Myrdincx commented 2 months ago

Feature Request/Summary

Ability to show projects in the RSS feed/Atom Feed

Motivation

The ability to see both posts and projects in the rss feed is a nice little feature :)

welpo commented 2 months ago

It's already possible! To do this, you need to add a date on the project's front matter. Example:

+++
title = "git-sumi"
description = "The non-opinionated Rust-based commit message linter."
weight = 10
date = 2022-02-02
+++
Myrdincx commented 2 months ago

Is there a way for them to show up in the feed, without having the little text under the title? image

welpo commented 2 months ago

Not yet. All add the option soon.

welpo commented 2 months ago

Try updating tabi and setting show_date = false on your page/entire projects index :)