index.html 25 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551
  1. <!DOCTYPE html>
  2. <html lang=en>
  3. <head>
  4. <meta charset="utf-8">
  5. <title>About Icarus | Icarus</title>
  6. <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1" />
  7. <meta name="description" content="The blog theme you may fall in love with, coming to Hexo. Preview
  8. View DocumentationIt is strongly recommended that you read the docs before using Icarus.
  9. FeaturesProfile SidebarA nice place to show y">
  10. <meta property="og:type" content="website">
  11. <meta property="og:title" content="About Icarus">
  12. <meta property="og:url" content="http://ppoffice.github.io/hexo-theme-icarus/about/index.html">
  13. <meta property="og:site_name" content="Icarus">
  14. <meta property="og:description" content="The blog theme you may fall in love with, coming to Hexo. Preview
  15. View DocumentationIt is strongly recommended that you read the docs before using Icarus.
  16. FeaturesProfile SidebarA nice place to show y">
  17. <meta property="og:image" content="http://ppoffice.github.io/hexo-theme-icarus/gallery/preview.png">
  18. <meta property="og:updated_time" content="2016-04-08T13:25:58.276Z">
  19. <meta name="twitter:card" content="summary">
  20. <meta name="twitter:title" content="About Icarus">
  21. <meta name="twitter:description" content="The blog theme you may fall in love with, coming to Hexo. Preview
  22. View DocumentationIt is strongly recommended that you read the docs before using Icarus.
  23. FeaturesProfile SidebarA nice place to show y">
  24. <meta name="twitter:image" content="http://ppoffice.github.io/hexo-theme-icarus/gallery/preview.png">
  25. <link rel="stylesheet" href="/hexo-theme-icarus/vendor/font-awesome/css/font-awesome.min.css">
  26. <link rel="stylesheet" href="/hexo-theme-icarus/vendor/open-sans/styles.css">
  27. <link rel="stylesheet" href="/hexo-theme-icarus/vendor/source-code-pro/styles.css">
  28. <link rel="stylesheet" href="/hexo-theme-icarus/css/style.css">
  29. <script src="/hexo-theme-icarus/vendor/jquery/2.1.3/jquery.min.js"></script>
  30. <link rel="stylesheet" href="/hexo-theme-icarus/vendor/fancybox/jquery.fancybox.css">
  31. </head>
  32. <body>
  33. <div id="container">
  34. <header id="header">
  35. <div id="header-main" class="header-inner">
  36. <div class="outer">
  37. <a href="/hexo-theme-icarus/" id="logo">
  38. <i class="logo"></i>
  39. <span class="site-title">Icarus</span>
  40. </a>
  41. <nav id="main-nav">
  42. <a class="main-nav-link" href="/hexo-theme-icarus/.">Home</a>
  43. <a class="main-nav-link" href="/hexo-theme-icarus/archives">Archives</a>
  44. <a class="main-nav-link" href="/hexo-theme-icarus/categories">Categories</a>
  45. <a class="main-nav-link" href="/hexo-theme-icarus/tags">Tags</a>
  46. <a class="main-nav-link" href="/hexo-theme-icarus/about">About</a>
  47. </nav>
  48. <nav id="sub-nav">
  49. <div class="profile" id="profile-nav">
  50. <a id="profile-anchor" href="javascript:;">
  51. <img class="avatar" src="/hexo-theme-icarus/css/images/avatar.png" />
  52. <i class="fa fa-caret-down"></i>
  53. </a>
  54. </div>
  55. </nav>
  56. <div id="search-form-wrap">
  57. <form class="search-form">
  58. <input type="text" class="ins-search-input search-form-input" placeholder="Search" />
  59. <button type="submit" class="search-form-submit"></button>
  60. </form>
  61. <div class="ins-search">
  62. <div class="ins-search-mask"></div>
  63. <div class="ins-search-container">
  64. <div class="ins-input-wrapper">
  65. <input type="text" class="ins-search-input" placeholder="Type something..." />
  66. <span class="ins-close ins-selectable"><i class="fa fa-times-circle"></i></span>
  67. </div>
  68. <div class="ins-section-wrapper">
  69. <div class="ins-section-container"></div>
  70. </div>
  71. </div>
  72. </div>
  73. <script>
  74. (function (window) {
  75. var INSIGHT_CONFIG = {
  76. TRANSLATION: {
  77. POSTS: 'Posts',
  78. PAGES: 'Pages',
  79. CATEGORIES: 'Categories',
  80. TAGS: 'Tags',
  81. UNTITLED: '(Untitled)',
  82. },
  83. ROOT_URL: '/hexo-theme-icarus/',
  84. CONTENT_URL: '/hexo-theme-icarus/content.json',
  85. };
  86. window.INSIGHT_CONFIG = INSIGHT_CONFIG;
  87. })(window);
  88. </script>
  89. <script src="/hexo-theme-icarus/js/insight.js"></script>
  90. </div>
  91. </div>
  92. </div>
  93. <div id="main-nav-mobile" class="header-sub header-inner">
  94. <table class="menu outer">
  95. <tr>
  96. <td><a class="main-nav-link" href="/hexo-theme-icarus/.">Home</a></td>
  97. <td><a class="main-nav-link" href="/hexo-theme-icarus/archives">Archives</a></td>
  98. <td><a class="main-nav-link" href="/hexo-theme-icarus/categories">Categories</a></td>
  99. <td><a class="main-nav-link" href="/hexo-theme-icarus/tags">Tags</a></td>
  100. <td><a class="main-nav-link" href="/hexo-theme-icarus/about">About</a></td>
  101. <td>
  102. <div class="search-form">
  103. <input type="text" class="ins-search-input search-form-input" placeholder="Search" />
  104. </div>
  105. </td>
  106. </tr>
  107. </table>
  108. </div>
  109. </header>
  110. <div class="outer">
  111. <aside id="profile">
  112. <div class="inner profile-inner">
  113. <div class="base-info profile-block">
  114. <img id="avatar" src="/hexo-theme-icarus/css/images/avatar.png" />
  115. <h2 id="name">PPOffice</h2>
  116. <h3 id="title">Web Developer &amp; Designer</h3>
  117. <span id="location"><i class="fa fa-map-marker"></i>Harbin, China</span>
  118. <a id="follow" target="_blank" href="https://github.com/ppoffice/">FOLLOW</a>
  119. </div>
  120. <div class="article-info profile-block">
  121. <div class="article-info-block">
  122. 10
  123. <span>posts</span>
  124. </div>
  125. <div class="article-info-block">
  126. 3
  127. <span>tags</span>
  128. </div>
  129. </div>
  130. <div class="profile-block social-links">
  131. <table>
  132. <tr>
  133. <td><a href="http://github.com/ppoffice/hexo-theme-icarus" target="_blank" title="github"><i class="fa fa-github"></i></a></td>
  134. <td><a href="/hexo-theme-icarus/" target="_blank" title="twitter"><i class="fa fa-twitter"></i></a></td>
  135. <td><a href="/hexo-theme-icarus/" target="_blank" title="facebook"><i class="fa fa-facebook"></i></a></td>
  136. <td><a href="/hexo-theme-icarus/" target="_blank" title="dribbble"><i class="fa fa-dribbble"></i></a></td>
  137. <td><a href="/hexo-theme-icarus/" target="_blank" title="rss"><i class="fa fa-rss"></i></a></td>
  138. </tr>
  139. </table>
  140. </div>
  141. </div>
  142. </aside>
  143. <section id="main"><article id="page-undefined" class="article article-type-page" itemscope itemprop="blogPost">
  144. <div class="article-inner">
  145. <header class="article-header">
  146. <h1 class="article-title" itemprop="name">
  147. About Icarus
  148. </h1>
  149. <div class="article-meta">
  150. <div class="article-date">
  151. <i class="fa fa-calendar"></i>
  152. <a href="/hexo-theme-icarus/about/index.html">
  153. <time datetime="2016-04-08T16:29:24.751Z" itemprop="datePublished">2016-04-09</time>
  154. </a>
  155. </div>
  156. </div>
  157. </header>
  158. <div class="article-entry" itemprop="articleBody">
  159. <h3 id="The-blog-theme-you-may-fall-in-love-with-coming-to-Hexo-Preview"><a href="#The-blog-theme-you-may-fall-in-love-with-coming-to-Hexo-Preview" class="headerlink" title="The blog theme you may fall in love with, coming to Hexo. Preview"></a>The blog theme you may fall in love with, coming to Hexo. <a href="http://ppoffice.github.io/hexo-theme-icarus/">Preview</a></h3><p><img src="http://ppoffice.github.io/hexo-theme-icarus/gallery/preview.png" alt=""></p>
  160. <h4 id="View-Documentation"><a href="#View-Documentation" class="headerlink" title="View Documentation"></a><a href="https://github.com/ppoffice/hexo-theme-icarus/wiki" target="_blank" rel="external">View Documentation</a></h4><p>It is strongly recommended that you read the docs before using Icarus.</p>
  161. <h2 id="Features"><a href="#Features" class="headerlink" title="Features"></a>Features</h2><h3 id="Profile-Sidebar"><a href="#Profile-Sidebar" class="headerlink" title="Profile Sidebar"></a>Profile Sidebar</h3><p>A nice place to show yourself. You can add your own information in your site’s <code>_config.yml</code></p>
  162. <p><img src="http://ppoffice.github.io/hexo-theme-icarus/gallery/profile.png" alt=""></p>
  163. <h3 id="Self-hosted-Insite-Search-Engine"><a href="#Self-hosted-Insite-Search-Engine" class="headerlink" title="Self-hosted Insite Search Engine"></a>Self-hosted Insite Search Engine</h3><p>With the help of <a href="https://github.com/ppoffice/hexo-theme-icarus/wiki/Search#insight-search" target="_blank" rel="external">Insight Search</a>, you can search anything inside your site without any third-party plugin.</p>
  164. <p><img src="https://ooo.0o0.ooo/2016/04/07/57068467ad5ea.png" alt=""></p>
  165. <h3 id="Custom-Comment-Services"><a href="#Custom-Comment-Services" class="headerlink" title="Custom Comment Services"></a>Custom Comment Services</h3><p>Icarus supports several comment services, give you better choices to communicate with your readers.</p>
  166. <p><img src="https://ooo.0o0.ooo/2016/02/08/56b884a1e2bc6.png" alt=""></p>
  167. <h3 id="Post-Banner-amp-Thumbnail"><a href="#Post-Banner-amp-Thumbnail" class="headerlink" title="Post Banner &amp; Thumbnail"></a>Post Banner &amp; Thumbnail</h3><p>Thanks to <a href="https://github.com/atika" target="_blank" rel="external">atika</a>, you can now add thumbnails and banners to every post to create better reading experience.</p>
  168. <h3 id="Responsive-Layout"><a href="#Responsive-Layout" class="headerlink" title="Responsive Layout"></a>Responsive Layout</h3><p>Icarus knows on what screen size you are browsering the website, and reorganize the layout to fit your device.</p>
  169. <p><img src="http://ppoffice.github.io/hexo-theme-icarus/gallery/responsive.jpg" alt=""></p>
  170. <h3 id="Custom-Categories-amp-Tags-Pages"><a href="#Custom-Categories-amp-Tags-Pages" class="headerlink" title="Custom Categories &amp; Tags Pages"></a>Custom Categories &amp; Tags Pages</h3><p>Get your categories and tags listed in single pages to make your blog more methodic.</p>
  171. <h3 id="Fancybox"><a href="#Fancybox" class="headerlink" title="Fancybox"></a>Fancybox</h3><p>Icarus uses [Fancybox] to showcase your photos. You can use Markdown syntax or fancybox tag plugin to add your photos.</p>
  172. <figure class="highlight plain"><table><tr><td class="gutter"><pre><span class="line">1</span><br></pre></td><td class="code"><pre><span class="line">![img caption](img url)</span><br></pre></td></tr></table></figure>
  173. <h3 id="Sidebar"><a href="#Sidebar" class="headerlink" title="Sidebar"></a>Sidebar</h3><p>Icarus provides 6 built-in widgets:</p>
  174. <ul>
  175. <li>recent_posts</li>
  176. <li>category</li>
  177. <li>archives</li>
  178. <li>tag</li>
  179. <li>tagcloud</li>
  180. <li>links</li>
  181. </ul>
  182. <p>All of them are enabled by default. You can edit them in <code>widget</code> setting.</p>
  183. </div>
  184. <footer class="article-footer">
  185. <div class="share-container">
  186. </div>
  187. <a data-url="http://ppoffice.github.io/hexo-theme-icarus/about/index.html" data-id="cincq2hvu000150vcj8yvekgq" class="article-share-link"><i class="fa fa-share"></i>Share</a>
  188. <script>
  189. (function ($) {
  190. // Prevent duplicate binding
  191. if (typeof(__SHARE_BUTTON_BINDED__) === 'undefined' || !__SHARE_BUTTON_BINDED__) {
  192. __SHARE_BUTTON_BINDED__ = true;
  193. } else {
  194. return;
  195. }
  196. $('body').on('click', function() {
  197. $('.article-share-box.on').removeClass('on');
  198. }).on('click', '.article-share-link', function(e) {
  199. e.stopPropagation();
  200. var $this = $(this),
  201. url = $this.attr('data-url'),
  202. encodedUrl = encodeURIComponent(url),
  203. id = 'article-share-box-' + $this.attr('data-id'),
  204. offset = $this.offset(),
  205. box;
  206. if ($('#' + id).length) {
  207. box = $('#' + id);
  208. if (box.hasClass('on')){
  209. box.removeClass('on');
  210. return;
  211. }
  212. } else {
  213. var html = [
  214. '<div id="' + id + '" class="article-share-box">',
  215. '<input class="article-share-input" value="' + url + '">',
  216. '<div class="article-share-links">',
  217. '<a href="https://twitter.com/intent/tweet?url=' + encodedUrl + '" class="fa fa-twitter article-share-twitter" target="_blank" title="Twitter"></a>',
  218. '<a href="https://www.facebook.com/sharer.php?u=' + encodedUrl + '" class="fa fa-facebook article-share-facebook" target="_blank" title="Facebook"></a>',
  219. '<a href="http://pinterest.com/pin/create/button/?url=' + encodedUrl + '" class="fa fa-pinterest article-share-pinterest" target="_blank" title="Pinterest"></a>',
  220. '<a href="https://plus.google.com/share?url=' + encodedUrl + '" class="fa fa-google article-share-google" target="_blank" title="Google+"></a>',
  221. '</div>',
  222. '</div>'
  223. ].join('');
  224. box = $(html);
  225. $('body').append(box);
  226. }
  227. $('.article-share-box.on').hide();
  228. box.css({
  229. top: offset.top + 25,
  230. left: offset.left
  231. }).addClass('on');
  232. }).on('click', '.article-share-box', function (e) {
  233. e.stopPropagation();
  234. }).on('click', '.article-share-box-input', function () {
  235. $(this).select();
  236. }).on('click', '.article-share-box-link', function (e) {
  237. e.preventDefault();
  238. e.stopPropagation();
  239. window.open(this.href, 'article-share-box-window-' + Date.now(), 'width=500,height=450');
  240. });
  241. })(jQuery);
  242. </script>
  243. <a href="http://ppoffice.github.io/hexo-theme-icarus/about/index.html#comments" class="article-comment-link disqus-comment-count" data-disqus-url="http://ppoffice.github.io/hexo-theme-icarus/about/index.html">Comments</a>
  244. </footer>
  245. </div>
  246. </article>
  247. <section id="comments">
  248. <div id="disqus_thread">
  249. <noscript>Please enable JavaScript to view the <a href="//disqus.com/?ref_noscript">comments powered by Disqus.</a></noscript>
  250. </div>
  251. </section>
  252. </section>
  253. <aside id="sidebar">
  254. <div class="widget-wrap">
  255. <h3 class="widget-title">recent</h3>
  256. <div class="widget">
  257. <ul id="recent-post" class="">
  258. <li>
  259. <div class="item-thumbnail">
  260. <a href="/hexo-theme-icarus/2016/04/23/post2/" class="thumbnail">
  261. <span style="background-image:url(/hexo-theme-icarus/gallery/shoes.jpg)" alt="Being Outside in Fresh Air &amp; How Your Body Loves It" class="thumbnail-image"></span>
  262. </a>
  263. </div>
  264. <div class="item-inner">
  265. <p class="item-category"><a class="article-category-link" href="/hexo-theme-icarus/categories/LifeStyle/">LifeStyle</a></p>
  266. <p class="item-title"><a href="/hexo-theme-icarus/2016/04/23/post2/" class="title">Being Outside in Fresh Air &amp; How Your Body Loves It</a></p>
  267. <p class="item-date"><time datetime="2016-04-23T04:10:48.046Z" itemprop="datePublished">2016-04-23</time></p>
  268. </div>
  269. </li>
  270. <li>
  271. <div class="item-thumbnail">
  272. <a href="/hexo-theme-icarus/2016/04/23/post1/" class="thumbnail">
  273. <span style="background-image:url(/hexo-theme-icarus/gallery/salt-lake.jpg)" alt="Take a Deep Breath and Just Be" class="thumbnail-image"></span>
  274. </a>
  275. </div>
  276. <div class="item-inner">
  277. <p class="item-category"><a class="article-category-link" href="/hexo-theme-icarus/categories/LifeStyle/">LifeStyle</a></p>
  278. <p class="item-title"><a href="/hexo-theme-icarus/2016/04/23/post1/" class="title">Take a Deep Breath and Just Be</a></p>
  279. <p class="item-date"><time datetime="2016-04-23T04:10:48.045Z" itemprop="datePublished">2016-04-23</time></p>
  280. </div>
  281. </li>
  282. <li>
  283. <div class="item-thumbnail">
  284. <a href="/hexo-theme-icarus/2015/02/03/Independent-Artists-Make-Their-Own-Way-Without-Big-Record-Labels/" class="thumbnail">
  285. <span style="background-image:url(/hexo-theme-icarus/gallery/guitarist.jpg)" alt="Independent Artists Make Their Own Way Without Big Record Labels" class="thumbnail-image"></span>
  286. </a>
  287. </div>
  288. <div class="item-inner">
  289. <p class="item-category"><a class="article-category-link" href="/hexo-theme-icarus/categories/Music/">Music</a></p>
  290. <p class="item-title"><a href="/hexo-theme-icarus/2015/02/03/Independent-Artists-Make-Their-Own-Way-Without-Big-Record-Labels/" class="title">Independent Artists Make Their Own Way Without Big Record Labels</a></p>
  291. <p class="item-date"><time datetime="2015-02-03T09:29:25.000Z" itemprop="datePublished">2015-02-03</time></p>
  292. </div>
  293. </li>
  294. <li>
  295. <div class="item-thumbnail">
  296. <a href="/hexo-theme-icarus/2015/02/03/Starting-to-Actually-Listen-to-The-Lyrics-in-Music/" class="thumbnail">
  297. <span style="background-image:url(/hexo-theme-icarus/gallery/music2.jpg)" alt="Starting to Actually Listen to The Lyrics in Music" class="thumbnail-image"></span>
  298. </a>
  299. </div>
  300. <div class="item-inner">
  301. <p class="item-category"><a class="article-category-link" href="/hexo-theme-icarus/categories/Music/">Music</a></p>
  302. <p class="item-title"><a href="/hexo-theme-icarus/2015/02/03/Starting-to-Actually-Listen-to-The-Lyrics-in-Music/" class="title">Starting to Actually Listen to The Lyrics in Music</a></p>
  303. <p class="item-date"><time datetime="2015-02-03T09:27:36.000Z" itemprop="datePublished">2015-02-03</time></p>
  304. </div>
  305. </li>
  306. <li>
  307. <div class="item-thumbnail">
  308. <a href="/hexo-theme-icarus/2015/02/03/An-Ode-To-Earth-–-Baba-Yetu/" class="thumbnail">
  309. <span style="background-image:url(/hexo-theme-icarus/gallery/little-girl.jpg)" alt="An Ode To Earth – Baba Yetu" class="thumbnail-image"></span>
  310. </a>
  311. </div>
  312. <div class="item-inner">
  313. <p class="item-category"><a class="article-category-link" href="/hexo-theme-icarus/categories/Music/">Music</a></p>
  314. <p class="item-title"><a href="/hexo-theme-icarus/2015/02/03/An-Ode-To-Earth-–-Baba-Yetu/" class="title">An Ode To Earth – Baba Yetu</a></p>
  315. <p class="item-date"><time datetime="2015-02-03T09:22:23.000Z" itemprop="datePublished">2015-02-03</time></p>
  316. </div>
  317. </li>
  318. </ul>
  319. </div>
  320. </div>
  321. <div class="widget-wrap">
  322. <h3 class="widget-title">categories</h3>
  323. <div class="widget">
  324. <ul class="category-list"><li class="category-list-item"><a class="category-list-link" href="/hexo-theme-icarus/categories/LifeStyle/">LifeStyle</a><span class="category-list-count">4</span></li><li class="category-list-item"><a class="category-list-link" href="/hexo-theme-icarus/categories/Music/">Music</a><span class="category-list-count">4</span></li><li class="category-list-item"><a class="category-list-link" href="/hexo-theme-icarus/categories/Technology/">Technology</a><span class="category-list-count">1</span><ul class="category-list-child"><li class="category-list-item"><a class="category-list-link" href="/hexo-theme-icarus/categories/Technology/Github/">Github</a><span class="category-list-count">1</span></li></ul></li></ul>
  325. </div>
  326. </div>
  327. <div class="widget-wrap">
  328. <h3 class="widget-title">archives</h3>
  329. <div class="widget">
  330. <ul class="archive-list"><li class="archive-list-item"><a class="archive-list-link" href="/hexo-theme-icarus/archives/2016/04/">April 2016</a><span class="archive-list-count">2</span></li><li class="archive-list-item"><a class="archive-list-link" href="/hexo-theme-icarus/archives/2015/02/">February 2015</a><span class="archive-list-count">4</span></li><li class="archive-list-item"><a class="archive-list-link" href="/hexo-theme-icarus/archives/2015/01/">January 2015</a><span class="archive-list-count">2</span></li><li class="archive-list-item"><a class="archive-list-link" href="/hexo-theme-icarus/archives/2014/12/">December 2014</a><span class="archive-list-count">2</span></li></ul>
  331. </div>
  332. </div>
  333. <div class="widget-wrap">
  334. <h3 class="widget-title">tags</h3>
  335. <div class="widget">
  336. <ul class="tag-list"><li class="tag-list-item"><a class="tag-list-link" href="/hexo-theme-icarus/tags/Music/">Music</a><span class="tag-list-count">2</span></li><li class="tag-list-item"><a class="tag-list-link" href="/hexo-theme-icarus/tags/Research/">Research</a><span class="tag-list-count">1</span></li><li class="tag-list-item"><a class="tag-list-link" href="/hexo-theme-icarus/tags/markdown/">markdown</a><span class="tag-list-count">1</span></li></ul>
  337. </div>
  338. </div>
  339. <div class="widget-wrap">
  340. <h3 class="widget-title">tag cloud</h3>
  341. <div class="widget tagcloud">
  342. <a href="/hexo-theme-icarus/tags/Music/" style="font-size: 20px;">Music</a> <a href="/hexo-theme-icarus/tags/Research/" style="font-size: 10px;">Research</a> <a href="/hexo-theme-icarus/tags/markdown/" style="font-size: 10px;">markdown</a>
  343. </div>
  344. </div>
  345. <div class="widget-wrap widget-list">
  346. <h3 class="widget-title">links</h3>
  347. <div class="widget">
  348. <ul>
  349. <li>
  350. <a href="http://hexo.io">Hexo</a>
  351. </li>
  352. </ul>
  353. </div>
  354. </div>
  355. <div id="toTop" class="fa fa-angle-up"></div>
  356. </aside>
  357. </div>
  358. <footer id="footer">
  359. <div class="outer">
  360. <div id="footer-info" class="inner">
  361. &copy; 2016 PPOffice<br>
  362. Powered by <a href="http://hexo.io/" target="_blank">Hexo</a>. Theme by <a href="http://github.com/ppoffice">PPOffice</a>
  363. </div>
  364. </div>
  365. </footer>
  366. <script>
  367. var disqus_shortname = 'hexo-theme-icarus';
  368. var disqus_url = 'http://ppoffice.github.io/hexo-theme-icarus/about/index.html';
  369. (function() {
  370. var dsq = document.createElement('script');
  371. dsq.type = 'text/javascript';
  372. dsq.async = true;
  373. dsq.src = '//' + disqus_shortname + '.disqus.com/embed.js';
  374. (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq);
  375. })();
  376. </script>
  377. <script src="/hexo-theme-icarus/vendor/fancybox/jquery.fancybox.pack.js"></script>
  378. <!-- Custom Scripts -->
  379. <script src="/hexo-theme-icarus/js/main.js"></script>
  380. </div>
  381. </body>
  382. </html>