-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.xml
109 lines (82 loc) · 2.99 KB
/
index.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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title><Techtaste></title>
<link>https://netrapk.github.io/</link>
<description>Recent content on <Techtaste></description>
<generator>Hugo -- gohugo.io</generator>
<language>en-us</language>
<lastBuildDate>Thu, 14 Jul 2022 06:05:36 +0000</lastBuildDate>
<atom:link href="https://netrapk.github.io/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>Vdock</title>
<link>https://netrapk.github.io/projects/project2/</link>
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
<guid>https://netrapk.github.io/projects/project2/</guid>
<description></description>
</item>
<item>
<title>dock-c9</title>
<link>https://netrapk.github.io/projects/project1/</link>
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
<guid>https://netrapk.github.io/projects/project1/</guid>
<description></description>
</item>
<item>
<title>Demo</title>
<link>https://netrapk.github.io/post/demo/</link>
<pubDate>Thu, 14 Jul 2022 06:05:36 +0000</pubDate>
<guid>https://netrapk.github.io/post/demo/</guid>
<description> </description>
</item>
<item>
<title>Markdown guide</title>
<link>https://netrapk.github.io/post/morkdown-guide/</link>
<pubDate>Tue, 23 Oct 2018 16:08:08 +0000</pubDate>
<guid>https://netrapk.github.io/post/morkdown-guide/</guid>
<description><p>Below are the basic syntaxes for writing <a href="https://en.wikipedia.org/wiki/Markdown">markdown</a> pages.</p>
<h3 id="highlighting">Highlighting</h3>
<pre><code>**bold**
__bold__
*Emphasis*
_Emphasis_
</code></pre>
<blockquote>
<p><strong>bold</strong></p>
<p><strong>bold</strong></p>
<p><em>Emphasis</em></p>
<p><em>Emphasis</em></p>
</blockquote>
<h3 id="lists">Lists</h3>
<h4 id="unordered-list">Unordered List</h4>
<pre><code>* list item 1
* list item 2
* sub list item 1
* sub list item 2
* nested sub list item 1
* nested sub list item 2
</code></pre>
<ul>
<li>list item 1</li>
<li>list item 2
<ul>
<li>sub list item 1</li>
<li>sub list item 2
<ul>
<li>nested sub list item 1</li>
<li>nested sub list item 2</li>
</ul></li>
</ul></li>
</ul>
<h4 id="ordered-list">Ordered List</h4>
<pre><code>1. list item 1
2. list item 2
1. sub list item 1
2. sub list item 2
1. nested sub list item 1
2. nested sub list item 2
</code></pre>
<p></p></description>
</item>
</channel>
</rss>