forked from cadey/xesite
parent
f95d4547ba
commit
d3a0498cc0
|
@ -90,11 +90,11 @@ pub async fn init(cfg: PathBuf) -> Result<State> {
|
|||
let everything: Vec<Post> = everything.into_iter().take(5).collect();
|
||||
|
||||
let mut jfb = jsonfeed::Feed::builder()
|
||||
.title("Christine Dodrill's Blog")
|
||||
.title("Xe's Blog")
|
||||
.description("My blog posts and rants about various technology things.")
|
||||
.author(
|
||||
jsonfeed::Author::new()
|
||||
.name("Christine Dodrill")
|
||||
.name("Xe")
|
||||
.url("https://christine.website")
|
||||
.avatar(ICON),
|
||||
)
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
<title>Xe's Blog</title>
|
||||
<updated>@Utc::now().to_rfc3339()</updated>
|
||||
<author>
|
||||
<name>Christine Dodrill</name>
|
||||
<name>Xe</name>
|
||||
<email>me@@christine.website</email>
|
||||
</author>
|
||||
<link href="https://christine.website/blog.atom" rel="self"/>
|
||||
|
|
Loading…
Reference in New Issue