File tree Expand file tree Collapse file tree 4 files changed +25
-1
lines changed Expand file tree Collapse file tree 4 files changed +25
-1
lines changed Original file line number Diff line number Diff line change 1
1
name : Sharewave Blog
2
+ description : " "
2
3
markdown : redcarpet
3
4
pygments : true
4
5
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ <h5>Follow </h5>
22
22
< a href ="https://twitter.com/sharewaveteam " target ="_blank "> < span data-icon =" " aria-hidden ="true "> </ span > </ a >
23
23
</ li >
24
24
< li >
25
- < a href ="http://feeds.feedburner.com/Sharewave " target ="_blank "> < span data-icon =" " aria-hidden ="true "> </ span > </ a >
25
+ < a href ="http://feeds.feedburner.com/SharewaveDevBlog " target ="_blank "> < span data-icon =" " aria-hidden ="true "> </ span > </ a >
26
26
</ li >
27
27
</ ul >
28
28
</ div >
Original file line number Diff line number Diff line change 4
4
< meta charset ="utf-8 ">
5
5
< meta http-equiv ="X-UA-Compatible " content ="IE=edge,chrome=1 ">
6
6
< meta name ="viewport " content ="width=device-width ">
7
+ < title > {{page.title}}</ title >
8
+ < link rel ="icon " type ="image/ico " href ="{{ site.url }}/favicon.ico "/>
7
9
8
10
<!-- Font CSS -->
9
11
< link rel ="stylesheet " href ="//f.fontdeck.com/s/css/Oj+Nln32FcMtkXgEzqsJznLXgf0/localhost/35219.css " type ="text/css "/>
Original file line number Diff line number Diff line change
1
+ ---
2
+ layout: none
3
+ ---
4
+ <?xml version =" 1.0" encoding =" UTF-8" ?>
5
+ <rss version =" 2.0" xmlns : atom =" http://www.w3.org/2005/Atom" >
6
+ <channel >
7
+ <title >{{ site.name | xml_escape }}</title >
8
+ <description >{{ site.description | xml_escape }}</description >
9
+ <link >{{ site.url }}</link >
10
+ <atom : link href =" {{ site.url }}/feed.xml" rel =" self" type =" application/rss+xml" />
11
+ {% for post in site.posts limit:10 %}
12
+ <item >
13
+ <title >{{ post.title | xml_escape }}</title >
14
+ <description >{{ post.content | xml_escape }}</description >
15
+ <pubDate >{{ post.date | date: "%a, %d %b %Y %H:%M:%S %z" }}</pubDate >
16
+ <link >{{ site.url }}/{{ post.url }}</link >
17
+ <guid isPermaLink =" true" >{{ site.url }}/{{ post.url }}</guid >
18
+ </item >
19
+ {% endfor %}
20
+ </channel >
21
+ </rss >
You can’t perform that action at this time.
0 commit comments