diff options
author | keni7385 <andrea@andreacorsini.xyz> | 2022-06-04 00:56:17 +0300 |
---|---|---|
committer | keni7385 <andrea@andreacorsini.xyz> | 2022-06-04 00:56:17 +0300 |
commit | 90065a4b6655e4b16fda0e0fe1a93c0b30ad1d25 (patch) | |
tree | 5fbb2f9b732c2806763df8d7407c54ebc2cfc364 | |
parent | b6c2884d93414a3fe9b20786a431a56c1b9415a5 (diff) |
Fix RSS HTML escape
-rwxr-xr-x | _assets/rss.xml | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/_assets/rss.xml b/_assets/rss.xml index 89f37c4..648d708 100755 --- a/_assets/rss.xml +++ b/_assets/rss.xml @@ -16,10 +16,7 @@ <title>A simple static website generator</title> <link>https://andreacorsini.xyz/notes/a-simple-static-website-generator.html</link> <guid>https://andreacorsini.xyz/notes/a-simple-static-website-generator.html</guid> - <description> - <p>Why bother creating another static website generator? There are so many awesome projects out in the open source community, such as Jekyll, Hugo, just to name few of them. Well, I wanted to have something dead simple, but - also flexible enough to be easily customized. So I wrote my own simple static website generator (sswg) using SHell scripting.</p> <p>This is possible because I don't need many features yet. In the future, I could end up in switching to a proper generator. Anyway, for the time being I can just use mine and share it here. Hopefully, it could be useful for other folks that want to practice shell scripting, and/or want to implement their website generator.</p> <p>Here, you will find the original version and its rationale. Most likely, the generator will change to cope with my website needs. You can find the current version in my <a href="https://git.andreacorsini.xyz/sswg">git repository</a>.</p> - </description> + <description><p>Why bother creating another static website generator? There are so many awesome projects out in the open source community, such as Jekyll, Hugo, just to name few of them. Well, I wanted to have something dead simple, but also flexible enough to be easily customized. So I wrote my own simple static website generator (sswg) using SHell scripting.</p> <p>This is possible because I don't need many features yet. In the future, I could end up in switching to a proper generator. Anyway, for the time being I can just use mine and share it here. Hopefully, it could be useful for other folks that want to practice shell scripting, and/or want to implement their website generator.</p> <p>Here, you will find the original version and its rationale. Most likely, the generator will change to cope with my website needs. You can find the current version in my <a href="https://git.andreacorsini.xyz/sswg">git repository</a>.</p></description> </item> </channel> </rss> |