-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfeed.xml
More file actions
83 lines (58 loc) · 2.84 KB
/
feed.xml
File metadata and controls
83 lines (58 loc) · 2.84 KB
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
<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>aiskreamy</title>
<description>meng guannan blog</description>
<link>/</link>
<atom:link href="/feed.xml" rel="self" type="application/rss+xml"/>
<pubDate>Mon, 18 Jan 2016 21:35:53 +0800</pubDate>
<lastBuildDate>Mon, 18 Jan 2016 21:35:53 +0800</lastBuildDate>
<generator>Jekyll v2.5.3</generator>
<item>
<title>Less快速入门(一)</title>
<description><h1 id="section">快速入门</h1>
<h4 id="section-1">安装</h4>
<blockquote>
<p><code>
npm install -g less
</code></p>
</blockquote>
<h4 id="section-2">编译</h4>
<blockquote>
<p>lessc styles.less styles.css</p>
</blockquote>
<h4 id="section-3">图形编译工具推荐:</h4>
<h3 id="koalahttpkoala-appcom"><a href="http://koala-app.com/">Koala</a></h3>
<blockquote>
<p>Koala is a cross-platform GUI application for compiling less, sass and coffeescript.</p>
</blockquote>
<p>Features: cross platform, compile error notification supports and compile options supports.</p>
<p>Get more info: <a href="http://koala-app.com/">http://koala-app.com/</a></p>
<p><img src="http://koala-app.com/img/screenshot.png" alt="koala screenshot" /></p>
<h4 id="webstorm--less">Webstorm 配置 Less</h4>
<ol>
<li>通过npm安装less</li>
<li>新建less文件</li>
<li>add watcher</li>
</ol>
</description>
<pubDate>Wed, 20 Jan 2016 00:39:18 +0800</pubDate>
<link>/less/2016/Less%E5%BF%AB%E9%80%9F%E5%85%A5%E9%97%A8%EF%BC%88%E4%B8%80%EF%BC%89%E5%9F%BA%E6%9C%AC%E8%AF%AD%E6%B3%95/</link>
<guid isPermaLink="true">/less/2016/Less%E5%BF%AB%E9%80%9F%E5%85%A5%E9%97%A8%EF%BC%88%E4%B8%80%EF%BC%89%E5%9F%BA%E6%9C%AC%E8%AF%AD%E6%B3%95/</guid>
<category>less</category>
<category>less</category>
</item>
<item>
<title>Hello Jekyll</title>
<description><p>Hello Jekyll .</p>
<p>这是一个基于jekyll在github上搭建的博客。</p>
<p>关于<a href="http://jekyllrb.com">Jekyll</a></p>
</description>
<pubDate>Tue, 19 Jan 2016 00:39:18 +0800</pubDate>
<link>/welcome/2016/hello%20jekyll/</link>
<guid isPermaLink="true">/welcome/2016/hello%20jekyll/</guid>
<category>welcome</category>
<category>welcome</category>
</item>
</channel>
</rss>