diff options
Diffstat (limited to 'rss.esh')
-rw-r--r-- | rss.esh | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -3,9 +3,8 @@ | |||
3 | <title>nerdypepper's μblog</title> | 3 | <title>nerdypepper's μblog</title> |
4 | <link>https://peppe.rs</link> | 4 | <link>https://peppe.rs</link> |
5 | <description>programming, design, software</description> | 5 | <description>programming, design, software</description> |
6 | <link href="https://peppe.rs/index.xml" rel="self" type="application/xml"/> | ||
7 | <image> | 6 | <image> |
8 | <title>nerdypepper logo</title> | 7 | <title>nerdypepper's μblog</title> |
9 | <url>https://u.peppe.rs/n.png</url> | 8 | <url>https://u.peppe.rs/n.png</url> |
10 | <link>https://peppe.rs</link> | 9 | <link>https://peppe.rs</link> |
11 | </image> | 10 | </image> |
@@ -13,7 +12,7 @@ | |||
13 | <copyright>Creative Commons BY-NC-SA 4.0</copyright> | 12 | <copyright>Creative Commons BY-NC-SA 4.0</copyright> |
14 | <% for f in `ls -t ./posts`; do | 13 | <% for f in `ls -t ./posts`; do |
15 | file="./posts/"$f | 14 | file="./posts/"$f |
16 | post_date=$(date -u -r "$file" "+%a, %d %b %y %H:%M:00 %z") | 15 | post_date=$(date -u -r "$file" "+%a, %d %b %Y %H:%M:00 %z") |
17 | html=$(lowdown "$file") | 16 | html=$(lowdown "$file") |
18 | id="${file##*/}" | 17 | id="${file##*/}" |
19 | id="${id%.*}" | 18 | id="${id%.*}" |