softminus / matildah.github.io

0 stars 0 forks source link

Fix RSS/Atom feed? #1

Open amirmc opened 8 years ago

amirmc commented 8 years ago

Hi there! Glad to have you involved in MirageOS and I hope things are going well!

I tried to look at the RSS/Atom feed for the site and I'm not sure it's working. Is it something you might have some time to look at?

Amir

softminus commented 8 years ago

sorry for getting back to you late -- i think it should be fixed now, let me know if it isn't.

amirmc commented 8 years ago

No rush and thanks for taking a look! I can see the feed but it only seems to have the title and link. Not any body content. Is this intentional?

<rss version="2.0">
    <channel>
        <title>Kia's blog</title>
        <description>RSS feed for Kia's blog</description>
        <link>https://matildah.github.io</link>
        <item>
            <title>2016.: Leap seconds (considered harmful)</title>
            <link>https://matildah.github.io/#2016.</link>
            <guid>https://matildah.github.io/#2016.</guid>
        </item>
        <item>
            <title>2015.: Introduction to MirageOS</title>
            <link>https://matildah.github.io/#2015.</link>
            <guid>https://matildah.github.io/#2015.</guid>
        </item>
    </channel>
</rss>
softminus commented 8 years ago

I ditched the shell script i was using as a static site generator and learned how to use hakyll today (and how to use github submodules/branches to keep the source and output in the same repo: https://github.com/matildah/matildah.github.io/tree/source) so now there should be a decently generated RSS feed, let me know if it doesn't work.