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 everything: Vec<Post> = everything.into_iter().take(5).collect();
|
||||||
|
|
||||||
let mut jfb = jsonfeed::Feed::builder()
|
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.")
|
.description("My blog posts and rants about various technology things.")
|
||||||
.author(
|
.author(
|
||||||
jsonfeed::Author::new()
|
jsonfeed::Author::new()
|
||||||
.name("Christine Dodrill")
|
.name("Xe")
|
||||||
.url("https://christine.website")
|
.url("https://christine.website")
|
||||||
.avatar(ICON),
|
.avatar(ICON),
|
||||||
)
|
)
|
||||||
|
|
|
@ -9,7 +9,7 @@
|
||||||
<title>Xe's Blog</title>
|
<title>Xe's Blog</title>
|
||||||
<updated>@Utc::now().to_rfc3339()</updated>
|
<updated>@Utc::now().to_rfc3339()</updated>
|
||||||
<author>
|
<author>
|
||||||
<name>Christine Dodrill</name>
|
<name>Xe</name>
|
||||||
<email>me@@christine.website</email>
|
<email>me@@christine.website</email>
|
||||||
</author>
|
</author>
|
||||||
<link href="https://christine.website/blog.atom" rel="self"/>
|
<link href="https://christine.website/blog.atom" rel="self"/>
|
||||||
|
|
Loading…
Reference in New Issue