Giter Club home page Giter Club logo

ilike's Introduction

iLiKE

A super simple theme for Hexo

GitHub stars GitHub forks GitHub issues GitHub license

Demo

在线预览

Feature

  • 自定义样式
  • 版权信息,自定义许可协议

Screenshots

iLiKE-screenshots

Installation

$ git clone https://github.com/CaiChenghan/iLiKE.git themes/iLiKE

修改项目配置文件_config.yml中的 theme 字段为 iLiKE:

# Extensions
## Plugins: http://hexo.io/plugins/
## Themes: http://hexo.io/themes/
theme: iLiKE

更多主题设置,查看 Document

ilike's People

Contributors

burning954320420 avatar caichenghan avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

ilike's Issues

使用tag和category布局时报错

不过我并不知道tag和category能不能供layout:使用

ERROR C:\Users\xfqwd\Documents\GitHub\blog\themes\iLiKE\layout\category.ejs:4
    2| <div id="category">
    3|   <h1><%=page.category%></h1>
 >> 4|   <% page.posts.each(function(article) { %>
    5|     <div class="category-item">
    6|       <% if (article.link) { %>
    7|         <a href="<%=url_for(article.link)%>" target="_blank">

Cannot read property 'each' of undefined
TypeError: C:\Users\xfqwd\Documents\GitHub\blog\themes\iLiKE\layout\category.ejs:4
    2| <div id="category">
    3|   <h1><%=page.category%></h1>
 >> 4|   <% page.posts.each(function(article) { %>
    5|     <div class="category-item">
    6|       <% if (article.link) { %>
    7|         <a href="<%=url_for(article.link)%>" target="_blank">

Cannot read property 'each' of undefined
    at eval (C:\Users\xfqwd\Documents\GitHub\blog\themes\iLiKE\layout\category.ejs:13:19)
    at category (C:\Users\xfqwd\Documents\GitHub\blog\node_modules\ejs\lib\ejs.js:682:17)
    at viewFn._compiled (C:\Users\xfqwd\Documents\GitHub\blog\node_modules\hexo\lib\theme\view.js:136:48)
    at viewFn.View.render (C:\Users\xfqwd\Documents\GitHub\blog\node_modules\hexo\lib\theme\view.js:41:15)
    at C:\Users\xfqwd\Documents\GitHub\blog\node_modules\hexo\lib\hexo\index.js:61:21
    at tryCatcher (C:\Users\xfqwd\Documents\GitHub\blog\node_modules\bluebird\js\release\util.js:16:23)
    at C:\Users\xfqwd\Documents\GitHub\blog\node_modules\bluebird\js\release\method.js:15:34
    at RouteStream._read (C:\Users\xfqwd\Documents\GitHub\blog\node_modules\hexo\lib\hexo\router.js:126:3)
    at RouteStream.Readable.read (_stream_readable.js:470:10)
    at resume_ (_stream_readable.js:955:12)
    at processTicksAndRejections (internal/process/task_queues.js:84:21)
ERROR C:\Users\xfqwd\Documents\GitHub\blog\themes\iLiKE\layout\tag.ejs:4
    2| <div id="tag">
    3|   <h1><%=page.tag%></h1>
 >> 4|   <% page.posts.each(function(article) { %>
    5|     <div class="tag-item">
    6|       <% if (article.link) { %>
    7|         <a href="<%=url_for(article.link)%>" target="_blank">

Cannot read property 'each' of undefined
TypeError: C:\Users\xfqwd\Documents\GitHub\blog\themes\iLiKE\layout\tag.ejs:4
    2| <div id="tag">
    3|   <h1><%=page.tag%></h1>
 >> 4|   <% page.posts.each(function(article) { %>
    5|     <div class="tag-item">
    6|       <% if (article.link) { %>
    7|         <a href="<%=url_for(article.link)%>" target="_blank">

Cannot read property 'each' of undefined
    at eval (C:\Users\xfqwd\Documents\GitHub\blog\themes\iLiKE\layout\tag.ejs:13:19)
    at tag (C:\Users\xfqwd\Documents\GitHub\blog\node_modules\ejs\lib\ejs.js:682:17)
    at viewFn._compiled (C:\Users\xfqwd\Documents\GitHub\blog\node_modules\hexo\lib\theme\view.js:136:48)
    at viewFn.View.render (C:\Users\xfqwd\Documents\GitHub\blog\node_modules\hexo\lib\theme\view.js:41:15)
    at C:\Users\xfqwd\Documents\GitHub\blog\node_modules\hexo\lib\hexo\index.js:61:21
    at tryCatcher (C:\Users\xfqwd\Documents\GitHub\blog\node_modules\bluebird\js\release\util.js:16:23)
    at C:\Users\xfqwd\Documents\GitHub\blog\node_modules\bluebird\js\release\method.js:15:34
    at RouteStream._read (C:\Users\xfqwd\Documents\GitHub\blog\node_modules\hexo\lib\hexo\router.js:126:3)
    at RouteStream.Readable.read (_stream_readable.js:470:10)
    at resume_ (_stream_readable.js:955:12)
    at processTicksAndRejections (internal/process/task_queues.js:84:21)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.