-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfeed.xml
54 lines (54 loc) · 2.88 KB
/
feed.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
---
layout: null
---
<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
xmlns:atom="http://www.w3.org/2005/Atom"
xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>shaniber.net :: {{ site.title | xml_escape }}</title>
<description>{{ site.description | xml_escape }}</description>
<link>{{ site.url }}{{ site.baseurl }}/</link>
<atom:link href="{{ "/feed.xml" | prepend: site.baseurl | prepend: site.url }}" rel="self" type="application/rss+xml"/>
<pubDate>{{ site.time | date_to_rfc822 }}</pubDate>
<lastBuildDate>{{ site.time | date_to_rfc822 }}</lastBuildDate>
<generator>Jekyll v{{ jekyll.version }}</generator>
<language>en-CA</language>
<item>
<title>Vim: Exit vim with error code</title>
<description>I was reading another TIL and it mentioned a feature of Vim I didn't know -- compiler quit.</description>
<pubDate>Thu, 27 Feb 2025 09:11:00 -0600</pubDate>
<dc:creator>shane doucette</dc:creator>
<link>{{ site.url }}{{ site.baseurl }}/vim/exit_vim_with_error_code.html</link>
<guid isPermaLink="true">{{ site.url }}{{ site.baseurl }}/vim/exit_vim_with_error_code.html</guid>
<category>Vim</category>
</item>
<item>
<title>Bash: Date formatting tricks</title>
<description>Still on my bash scripting nonsense, I wanted to auto-generate the dates with fancy-schmancy formatting.</description>
<pubDate>Fri, 21 Feb 2025 15:53:00 -0600</pubDate>
<dc:creator>shane doucette</dc:creator>
<link>{{ site.url }}{{ site.baseurl }}/bash/date_formatting_tricks.html</link>
<guid isPermaLink="true">{{ site.url }}{{ site.baseurl }}/bash/date_formatting_tricks.html</guid>
<category>Bash</category>
</item>
<item>
<title>Bash: Convert a string to lower case</title>
<description>Still on the script to make consistent templates, I also wanted to further normalise the subject to all lower case for filenames.</description>
<pubDate>Thu, 20 Feb 2025 10:28:00 -0600</pubDate>
<dc:creator>shane doucette</dc:creator>
<link>{{ site.url }}{{ site.baseurl }}/bash/convert_a_string_to_lower_case.html</link>
<guid isPermaLink="true">{{ site.url }}{{ site.baseurl }}/bash/convert_a_string_to_lower_case.html</guid>
<category>Bash</category>
</item>
<item>
<title>Bash: Bash pattern substitution</title>
<description>I wanted a script to make it quick to generate consistent templates for this repo, so I wanted to take the subject and replace the spaces with underscores.</description>
<pubDate>Wed, 19 Feb 2025 09:56:00 -0600</pubDate>
<dc:creator>shane doucette</dc:creator>
<link>https://shaniber.net/TIL/bash/bash_pattern_substitution.html</link>
<guid isPermaLink="true">https://shaniber.net/TIL/bash/bash_pattern_substitution.html</guid>
<category>Bash</category>
</item>
</channel>
</rss>