get authors also from feed data + some css

This commit is contained in:
Thomas Koch 2025-01-12 20:12:27 +02:00
parent 4a9f5201d1
commit 150314936c
5 changed files with 140 additions and 39 deletions

View file

@ -66,6 +66,8 @@ struct Config {
out_dir: String,
/// templates folder
templates_dir: String,
/// How many feed entries should be included in the planet
max_entries: usize,
}
pub fn to_checked_pathbuf(dir: &str) -> PathBuf {